Flash翻轉式影片播放器

這是一個結合Tweener和影片的範例,主要的目的是利用Flash載入外部視訊來播放,順帶利用ActionScript來做畫面的翻轉,翻轉後可以詳細介紹該影片的資訊,或是版權宣告等,先看看範例頁面檔案下載,要製作這樣的動畫,首先要先準備一段影片檔,我的範例中所準備的是利用數位相機拍攝出來的影片,再利用Adobe Media Encoder轉換成大小為640×360,F4V格式的影片,再利用Flash內建的組件FLVPlayback來播放。

資料夾檔案結構如下:

3D Video Flip 檔案結構

  • Caurina是Tweener Class大家可以到Tweener的官網下載,前述文章有連結。
  • 3dflip.fla、3dflip.html、3dflip.swf是Flash的原始檔、網頁檔以及播放檔。
  • Shengxing為本範例所使用到的影片檔。
  • SkinUnderPlaySeekMute為播放器的面板檔。

而在下圖是在Flash中的結構:

3D Video Flip 動畫結構

  • container是包含播放器、解說文字的影片片段,該元件包含FLVPlayback播放器組件(Video)和解說文字(Text)兩個圖層。
  • FLVPlayback是Flash內建的影片播放器組件。
  • loading影片載入時會出現的文字。
  • spin影片右上角旋轉的按鈕。
  • text包含有介紹文字的影片片段,文字中亦製作有超連結(維基百科)。
  • vid如果有自己的影片想要更換,請進入名為Vid的影片片段中利用屬性面板修改。

本範例所包含的ActionScript都在場景中的第一個影格,程式碼如下:

import caurina.transitions.*;
import fl.video.*;

con.visible = false;

var flv:FLVPlayback = con.vid.flvp;
flv.addEventListener(VideoEvent.PLAYING_STATE_ENTERED, onStart);

function onStart(e:Event):void
{
	con.visible = true;
	loading.visible = false;
}

con.vid.spin.addEventListener(MouseEvent.CLICK, cl);
con.tclip.spin.addEventListener(MouseEvent.CLICK, cl);

var isTurning:Boolean = false;

function cl(e:Event):void
{
	if(!isTurning)
	{
		Tweener.addTween(con, {rotationY:con.rotationY+180,time:1, onComplete:function(){isTurning=false;}});
		isTurning = true;
	}
}

addEventListener(Event.ENTER_FRAME, loop);

function loop(e:Event):void
{
	if(con.rotationY > 90 && con.rotationY < 270)
		con.addChild(con.tclip);
	else
		con.addChild(con.vid);
	if(con.rotationY >= 360) con.rotationY = 0;
}

You may also like...

24,986 Responses

  1. Donaldabula表示:

    Order Viagra 50 mg online Cheapest Sildenafil online Generic Viagra online

  2. Director’s autonomy from shareholders is seen further in 搂216 DGCL, which allows for plurality voting and 搂211(d) which states shareholder meetings can only be called if the constitution allows for it.

  3. Chanel表示:

    5 Laws That’ll Help The Double Glazed Windows Bromley Industry burglary repairs bromley (Chanel)

  4. The 10 Scariest Things About Secondary Glazing Installers
    Secondary Glazing Installers (Opensourcebridge.Science)

  5. Finnerty, John (June 8, 2020).

  6. He’s director of monetary providers for the buyer Federation of America, and a law professor on the University of Utah who focuses on client safety.

  7. Diplomi_lqpi表示:

    купить срочно диплом о среднем образовании купить срочно диплом о среднем образовании .

  8. One helps put a white glove on the hand of the opposite.

  9. BrettTIT表示:

    п»їcialis generic: Generic Cialis without a doctor prescription – Buy Cialis online

  10. JacobLoody表示:

    https://www.nedra2021.ru — откройте для себя лучшие решения для кухни.

  11. JacobLoody表示:

    https://umalutki.ru — Все для вашего удобства: каталог, консультации и профессиональный сервис.

  12. Donaldabula表示:

    ed medications cost cheap cialis buying erectile dysfunction pills online

  13. Sonobond Ultrasonics, Ultrasonic Metal Welding Primer .

  14. Demise: Sept 15, 1931, stillborn at Sprague Hospital.

  15. Household and couples therapy can help enhance communication, resolve conflicts, and strengthen bonds.

  16. RogerFaf表示:

    https://fastpillsformen.com/# generic sildenafil

  17. The very next time I read a blog, I hope that it does not disappoint me just as much as this one. After all, Yes, it was my choice to read, nonetheless I truly thought you’d have something useful to talk about. All I hear is a bunch of complaining about something you could possibly fix if you weren’t too busy searching for attention.

  18. Diplomi_iwpi表示:

    купить диплом о среднем купить диплом о среднем .

  19. Donaldabula表示:

    Cialis over the counter Generic Cialis without a doctor prescription Buy Tadalafil 20mg

  20. Barrybib表示:

    Generic Tadalafil 20mg price: Generic Cialis without a doctor prescription – Buy Tadalafil 20mg

發佈留言

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