adobe - Flash CS6 - 2 Questions? -


question 1 - have flash swf file , want display in browser in full mode meaning should fit browser, have tried adding

fscommand("fullscreen", "true"); 

in first frame of lyaer not work.

question 2 - how redirect page @ end of swf movie, have tried adding :

stop();  navigatetourl( new urlrequest("*www.microsoft.com*"), "_self"); 

in last frame not work.

thank very assitance !! tonya.

for q-1 :

<object type="application/x-shockwave-flash" data="your.swf" width="100%" height="100%"> 

for q-2 :

var url:string = "http://www.microsoft.com" var urlrequest:urlrequest = new urlrequest(url); navigatetourl(urlrequest, "_self"); 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -