S Sentient Dog 2 Jun 8, 2003 #1 I am having trouble getting my Flash movie to return to my home page after it plays. I tried get URL but when I place it in the dialogue box it doubles the address and I get an unknown address message after it runs? It can't find it ?
I am having trouble getting my Flash movie to return to my home page after it plays. I tried get URL but when I place it in the dialogue box it doubles the address and I get an unknown address message after it runs? It can't find it ?
Shannon 15,799 Jun 9, 2003 #3 Put the following actionscript in the last frame of your movie: Code: getURL("www.mywebsite.com", "_self");
Put the following actionscript in the last frame of your movie: Code: getURL("www.mywebsite.com", "_self");
Pako Staff Emeritus 16,455 NW Montana GTP-Pako GTP Pako Jun 9, 2003 #4 And a little trick of the trade, put all your 'action' scripts in it's own layer to help better organize your actions. It can help sometimes.
And a little trick of the trade, put all your 'action' scripts in it's own layer to help better organize your actions. It can help sometimes.