I have was wondering how you go about linking seperate swf files . For my website i have a enter page and homepage .I what it so when you click enter the homepage comes up in a new window .Are there any tutorials on this . Would I have to place all my swf files for it to work.
Well thanks for your time
Is “enter” a button? Assuming so
on(release){
geturl(“http://www.whatever.com/homepage.html","_blank”;
}
If its homepage is an swf then use loadMovie
I could have misunderstood your question, if so, pole (sorry) but at least I tried compared to the 12 other people who viewed your post and said nothing.
grmlyn- thanks for your time and help .
Sorry , enter is a button. But One more ?
Should I keep all my swf files( for the website) in the same folder on my desktop
I really do apperiate your help .
You don’t have to keep all your swf’s in the same folder just check that you are in relative mode for targeting the files
Thanks for the help Ubik.Let me see how things work