PDA

View Full Version : Close window from flash



COVERFIRE
September 19th, 2003, 08:35 PM
This should be an easy one for you guys who are so smart :bu:

I have a flash movie.
I have an internet browser window.
I want to close the window from code within the movie.

Possible?

jimhere
September 20th, 2003, 10:50 AM
Make a "close Window" button of some sort, and attatch this Get URL:

"javascript:window.close();"

COVERFIRE
September 20th, 2003, 10:50 AM
Cool, thanks ;)