網頁全螢幕化的Flash動畫

好一陣子沒更新文章了,因為最近把自己弄得很忙,不過在日前的授課中,有同學問到了要如何在網頁中製作一個可以全螢幕化的Flash動畫,教完了之後想想這個範例應該不用花太久時間,所以就順便在這邊分享一下吧!

首先要先會把swf放在網頁上(廢話),接著在Flash中設置一個按鈕,寫下如下的ActionScript:

btn.addEventListener(MouseEvent.CLICK,fullFn)
function fullFn(e:MouseEvent){
	if(stage.displayState == StageDisplayState.NORMAL)
		stage.displayState = StageDisplayState.FULL_SCREEN;
	else
		stage.displayState = StageDisplayState.NORMAL;
}

另外在網頁上也要在HTML中加入下面的參數:

<param name="allowFullscreen" value="true" />

如此一來就可以完成這樣的效果囉!也可以參考一下範例頁面

You may also like...

14,203 Responses

  1. RobertJar表示:

    get cheap clomid without rx: clomid on pharm – can i purchase clomid

  2. KennethPah表示:

    buy cipro online CiPharmDelivery buy generic ciprofloxacin

  3. SamuelBix表示:

    amoxicillin discount coupon: AmoxStar – buy amoxicillin online without prescription

  4. KennethPah表示:

    buying amoxicillin online buy amoxicillin canada amoxicillin over counter

  5. MiguelUnind表示:

    https://prednibest.com/# prednisone 10 mg price

  6. DanielAbice表示:

    http://clomidonpharm.com/# where can i buy generic clomid pill

  7. SamuelBix表示:

    where can i get cheap clomid without a prescription: cheap clomid no prescription – where to buy cheap clomid without dr prescription

  8. KennethPah表示:

    buy prednisone without prescription paypal prednisone 20 mg tablets prednisone without rx

  9. SamuelBix表示:

    buy cipro online canada: ci pharm delivery – where to buy cipro online

  10. RobertJar表示:

    order clomid pills: clomidonpharm – buying generic clomid no prescription

  11. KennethPah表示:

    amoxicillin online without prescription over the counter amoxicillin amoxicillin discount coupon

  12. SamuelBix表示:

    purchase prednisone from india: prednisone without prescription medication – can you buy prednisone over the counter in canada

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。