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...

32,881 Responses

  1. pdacenter.ru – сервис по ремонту бытовой техники
    Ремонт игровых консолей в Йошкар-Оле в официальном сервисном центре PDACENTER.
    Наши инженеры выполняют ремонт любой сложности по дотупным ценам!

  2. Williszew表示:

    http://interpharmonline.com/# pet meds without vet prescription canada

  3. Arthurhow表示:

    https://indiamedfast.shop/# order medicines online india
    safe canadian pharmacy

  4. JamesGag表示:

    lowest prescription prices online india: lowest prescription prices online india – IndiaMedFast

  5. Williszew表示:

    https://indiamedfast.com/# India Med Fast

  6. Arthurhow表示:

    https://mexicanpharminter.shop/# mexican drug stores online
    safe canadian pharmacy

  7. Williszew表示:

    https://indiamedfast.com/# online pharmacy india

  8. pdacenter.ru – сервис по ремонту бытовой техники
    Ремонт электронных книг в Воронеже в официальном сервисном центре PDACENTER.
    Наши инженеры выполняют ремонт любой сложности по дотупным ценам!

  9. Montebeera表示:

    canadian pharmacy price checker canadian drugstore online no prescription best canadian online pharmacy

  10. pdacenter.ru – сервис по ремонту бытовой техники
    Ремонт индукционных плит в Ярославле в официальном сервисном центре PDACENTER.
    Наши инженеры выполняют ремонт любой сложности по дотупным ценам!

  11. Howardenace表示:

    canada drugs online reviews: certified canada pharmacy online – canadian pharmacy ed medications

  12. Montebeera表示:

    order medicines online india order medicines online india online medicine shopping in india

  13. Arthurhow表示:

    https://interpharmonline.shop/# canadian pharmacy ltd
    canadian discount pharmacy

  14. A fascinating discussion is worth comment. There’s no doubt that that you ought to write more about this subject matter, it might not be a taboo matter but typically folks don’t speak about these subjects. To the next! Kind regards.

  15. King Chance表示:

    989009 586566Yay google is my king aided me to discover this wonderful website ! . 997727

  16. 罵書き方表示:

    Labour Unions and strikes may be a short term tactic, however once the dust of the protest has settled, it would be again to daily survival in the open market.

  17. Arthurhow表示:

    http://interpharmonline.com/# best canadian online pharmacy
    canadian online pharmacy

  18. Howardenace表示:

    canada online pharmacy: most trusted canadian pharmacies online – safe reliable canadian pharmacy

  19. Williszew表示:

    https://mexicanpharminter.com/# Mexican Pharm International

  20. The popularity of the hospitality industry has increased significantly in recent times, and continues to take action.

  21. Howardenace表示:

    vipps approved canadian online pharmacy: most reliable canadian online pharmacies – my canadian pharmacy

  22. AlbertAxoge表示:

    где можно продать аккаунт где можно продать аккаунт

  23. Williszew表示:

    https://interpharmonline.shop/# canada rx pharmacy world

  24. Different fashion celebrates individuality, encouraging you to embrace your quirks and passions.

  25. JamesGag表示:

    buying from online mexican pharmacy: Mexican Pharm International – MexicanPharmInter

  26. The aim of the Jedi is ethical goodness: freedom from inside turmoil and selfish wishes.

  27. At current, we plan the marriage transportation conundrums and maintain a best possible resolution to the guest.

  28. Arthurhow表示:

    https://indiamedfast.shop/# IndiaMedFast.com
    trustworthy canadian pharmacy

  29. The proportion of ordinary folk expecting higher prices has risen.

發佈留言

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