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,783 Responses

  1. Jamesknowl表示:

    https://indianpharmacy.win/# india pharmacy mail order

  2. They prefer to invest in these areas the place they have a sound information, so it is nice to search out an investor who knows in regards to the business the entrepreneur is coping with.

  3. Everything is very open with a clear clarification of the issues. It was truly informative. Your website is very useful. Thanks for sharing.

  4. Brianchoky表示:

    http://indianpharmacy.win/# reputable indian online pharmacy

  5. вывод из запоя круглосуточно https://www.vyvod-iz-zapoya-krasnodar206.ru .

  6. вывод из запоя на дому краснодар круглосуточно вывод из запоя на дому краснодар круглосуточно .

  7. LarryHom表示:

    http://canadianpharmacy.win/# safe reliable canadian pharmacy

  8. The shorter sides of rectangular field will be the back and front of the automobile.

  9. 26599, is aimed toward create a discussion board for government, social and economic organizations to agree on legal, institutional and technical aspects associated to water sources administration.

  10. Brianchoky表示:

    http://indianpharmacy.win/# Online medicine home delivery

  11. ClaytonGauct表示:

    world pharmacy india: online shopping pharmacy india – mail order pharmacy india

  12. вывод из запоя краснодар наркология [url=https://www.vyvod-iz-zapoya-krasnodar116.ru]вывод из запоя краснодар наркология[/url] .

  13. Jamestus表示:

    online canadian drugstore canadian pharmacy win northwest canadian pharmacy

  14. Stiles, Henry Reed (1865).

  15. Initiate corporate volunteering and giving programs in your firm to strengthen community relations, creating more revenue and profit.

  16. вывод из запоя краснодар на дому анонимно вывод из запоя краснодар на дому анонимно .

  17. JacobLoody表示:

    https://catspot.ru/ — Узнайте больше о наших услугах и возможностях по индивидуальному заказу кухни.

  18. JacobLoody表示:

    кухни на заказ москва — широкий выбор материалов и стильных решений для жителей столицы.

  19. вывод из запоя с выездом vyvod-iz-zapoya-krasnodar116.ru .

  20. Jamesknowl表示:

    http://indianpharmacy.win/# india online pharmacy

  21. Wonderful post! We are linking to this great article on our site. Keep up the good writing.

  22. Services for Janice Alford, 71, of Palestine, will be at 10 a.m.

  23. エスカラ表示:

    As of late 2012, international revenues for funding banks have been estimated at $240 billion, down about a third from 2009, as companies pursued less deals and traded much less.

  24. Jamestus表示:

    reputable indian online pharmacy п»їlegitimate online pharmacies india online pharmacy india

  25. Jamesknowl表示:

    https://mexicanpharmacy.store/# buying prescription drugs in mexico

發佈留言

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