Forum Moderators: open

Message Too Old, No Replies

Flash popup with auto close

         

piskie

1:10 pm on Aug 19, 2003 (gmt 0)

10+ Year Member



Can anybody guide me as to how to present a small flash movie with embeded MP3 as a popup always on top and to close browser window when movie ends?

korkus2000

7:23 pm on Aug 21, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Pop-up browser window or pop-up layer?

piskie

10:33 pm on Aug 21, 2003 (gmt 0)

10+ Year Member



I need a Popup browser window containing a Flash Movie.

The most important feature that I am looking for is to get the movie to automaticaly close the popup window when it finishes playing without the need for a buton or link.

korkus2000

12:21 am on Aug 22, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Try using the getUrl action on the last frame with:

javascript:window.close();

I believe that will work.