Forum Moderators: open

Message Too Old, No Replies

Unload and Exit flash player

         

andronikic

2:36 pm on Apr 28, 2003 (gmt 0)

10+ Year Member



I want to include a button which when clicked it will unload the movie and the flash player window will shut down. Using the unload code the movie unloads but the player window remains open. Does anyone know the script?
Thank you,
R.

BlobFisk

3:49 pm on Apr 28, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld!

You can use the getURL command I think:

getURL(javascript:window.close();)

HTH