PDA

View Full Version : Windows in Flash...Help


richwine
06-21-2001, 06:48 PM
Would you know or please tell me where to look for the answer to this problem, if it is at all possible? Here's the problem...

I'm opening a Flash movie in a pop-up window from an HTML page. Once my movie plays through, I want a button contained in the movie to... a) close the window containing the movie and b) load a page in the window below it. Can you help or know anyone who can? Your site seems to be very extensive, but I could not find the answer to my problem. I've tried several things, any help would be greatly appreciated. Thanks again.

Jesse
06-22-2001, 01:57 AM
well to close the popup you can use:
on (release) {
getURL ("javascript:window.close()");
} on the flash button within the popup, but I don't know how to direct the parent browser, sorry.