I want to replicate the "pop-up photo" behaviour with a flash object: the page starts with a small graphic for the flash video, which the user clicks on; the full-size video is then shown in a popup window.

I'm trying to do this with an invisible layer that holds the flash placeholder object, then linking this to the image in the MouseOff layer that the user will click on.

All works OK --- except that when the user clicks on the flash video to start it, the click event closes the popup layer, hiding the video again.

How can I do something like this (any method is acceptable)? Thanks.

--A