I have created a Flash movie for an intro to a website I am buidling. What do I need to do to make the make the movie on the last frame redirect to the homepage of the website.
Any suggstions will be appreciated.
Sparky:cowboy:
I have created a Flash movie for an intro to a website I am buidling. What do I need to do to make the make the movie on the last frame redirect to the homepage of the website.
Any suggstions will be appreciated.
Sparky:cowboy:
On the last frame you will want to add a getURL, the function that directs flash to change the page.
Something like this…
getURL("yourfile.html","_self");
Just right click on the last frame, open the actions panel, and put that in there. What it does is directs flash to go to yourfile.html in the same browser window. You can change _self to _blank to make it open in a new window.
:: Copyright KIRUPA 2024 //--