all groups > flash actionscript > september 2004 >
You're in the

flash actionscript

group:

.swf intro that should open HTML


.swf intro that should open HTML AndersR
9/20/2004 10:16:22 PM
flash actionscript:
Im trying to make an intro, that when it's finished opens my Html website. i
know about geturl, but can't figure out how to make the intro dissapear.

Think the same problem will appear when i try to make a skip intro button,
which should shut down the movie and open the website.

Re: .swf intro that should open HTML Patrick Bay
9/21/2004 9:39:38 AM
Hi,
When you use getURL, use '_self' as the window to overwrite the
currently running movie. Like this:

getURL('myMovie.swf', '_self');


Regards,
Patrick

-----------------------------------------------------
www.baynewmedia.com

IRC (www.dal.net) -> #baynewmedia
-----------------------------------------------------



[quoted text, click to view]
Re: .swf intro that should open HTML AndersR
9/21/2004 5:17:25 PM
AddThis Social Bookmark Button