Advertisement
Hello, I am trying to have a Flash intro that launches a specific URL at the end but I can't seem to get it to work after uploading the SWF and HTML files. Does anyone have any suggestions? I created a layer with the keyframe at the end and added the script
loadURL ('www.website.com/store', '_self')
The intro works but then stops at a final white screen.
Thank you for any tips you may provide!
loadURL ('www.website.com/store', '_self')
The intro works but then stops at a final white screen.
Thank you for any tips you may provide!
Advertisement
Advertisement
-
Re: Flash Intro - LoadURL or GetURL??
Thu, June 22, 2006 - 8:41 PMon (release) {
getURL(www.danstager.mysite.com);
}
The above was "AS" written in Flash MX2004 for a button instance. If you take out the "on release" and plug the remaining text into a frame, it'll jump into action when that spot is reached on the timeine.
hope it helps, good luck -
-
Re: Flash Intro - LoadURL or GetURL??
Sun, June 25, 2006 - 10:33 AM
-