Automatic open another page at the end of the Flash movie
I just started to learn Flash MX. It's so impressed me with the movie animation. However, I need an advise how to use ActionScript or other technique to open another HTML page at the end of the Flash animation. Please refer to this site http://www.optixnetworks.com
Thanks in advance.
Louis
Adobe Flash
Last Comment
henryww
8/22/2022 - Mon
henryww
to open another page ... u mean?? a popup?
just use getURL("javascript:window.open('WHAT_TO_OPEN');");
just use getURL("javascript:window.
('http://www.yahoo.com', 'popup', 'fullscreen=no,toolbar=yes
... etc ....
here a link which will help u generate the WHAT_TO_OPEN
cheers