資源描述:
《as 常用代碼集錦(as code collection)》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫(kù)。
1、as3常用代碼集錦(AS3codecollection)Ascommonlyusedcodecollection,usingflashtodothatpop-upsmallwindow,Twosteps:1.addbuttonstoflashasfollows:action:On(release){GetURL("javascript:MM_openBrWindow"("newweb.htm","","width=600","height=100"));}--------------------------
2、----------------------------------------------------------------2.addthefollowingJavaScriptcodebetweenthe
...oftheHTMLpage
------------------------------------------------------------------------------------------Howtomakeflashopenisfullscreen,huh?Fscommand("fullscreen",true)HowcanIusetheright?Fscommand("showmenu","false");------------------------------------4、------------------------------------------------------AskaquestionaboutanimationToloadananimationwithcommands,Ineedtodeterminewheretheanimationisplacedinthepicture,andwhatlanguageisusedtosetit?Forexample,loadingananimationcalleddd.swf,Iwanttodeterminethece
5、ntralpositionofthisanimationin(205250),howtoset?AddtheclockthatyouwanttoloadtheanimationLoadMovie("dd.swf","a");A._x=205;A._y=250;YouhavetomakeanemptyMCcalled"a"andimportitinthelowerrightcorner,alsocalleda---------------------------------------------------
6、---------------------------------------Whenthemousegoesthrough,theanimationisplayedsomewhereOn(rollover){GotoAndPlay(10);}Whenthemouseispressed,theanimationisplayedsomewhereOn(release){GotoAndPlay(1);}-------------------------------------------------------
7、-----------------------------------AutomaticallyjumptoawebpageaftertheanimationisfinishedGetURL("siteindex.htm",_self);------------------------------------------------------------------------------------------Setashomepage:On(release){GetURL("javascript:vo
8、id(document.links.style.behavior=)URL(#default#homepage)");voiddocument.links.setHomePage("http://www.taoshaw.com/")","_self","POST");}NoticethattheIDnumberoftheflashinthewebpageisnamed"links""Addfavorites:On