Action Script code to link to next page
i new flash , action script , looking help. have flash file i've created opening page of website. want movie play once (the swf inserted on index.html page of dreamweaver site) , continue next page (the "home" page) of website. assume have insert code @ end of timeline in flash file, i'm not sure code should be. can help? thank you.
hi,
if using actionscript 3 insert code in flash timeline @ end:-
navigatetourl(new urlrequest("http://www.adobe.com"),"_self");
as2 :-
geturl(http://www.adobe.com, "_self");
More discussions in Adobe Animate CC - General
adobe
Comments
Post a Comment