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

  1. Trading on Nifty is not a great task and almost anyone can do the buying and selling, the trick of the trade is the entry and exit timing.

  2. ClaytonGauct表示:

    cheap canadian pharmacy: canadian pharmacy win – canada discount pharmacy

  3. After I originally commented I appear to have clicked on the -Notify me when new comments are added- checkbox and
    from now on whenever a comment is added I recieve 4 emails
    with the exact same comment. Perhaps there is a means you are able to remove
    me from that service? Cheers! http://lhc.gonzalo.com/__media__/js/netsoltrademark.php?d=Www.idksoft.co.kr%2Fbbs%2Fboard.php%3Fbo_table%3Dfree%26wr_id%3D1918074

  4. Automakers look for ways to reduce a vehicle’s weight in order to generate better fuel economy and performance.

  5. Diplomi_xwpi表示:

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

  6. Thank you, I have recently been looking for info about this subject for ages and yours is the best I’ve discovered till now. But, what about the conclusion? Are you sure about the source?

  7. Jamestus表示:

    Online medicine home delivery cheapest online pharmacy india Online medicine order

  8. Brianchoky表示:

    http://mexicanpharmacy.store/# mexican online pharmacies prescription drugs

  9. Locomodu.com表示:

    Magnificent beat ! I would like to apprentice while you
    amend your site, how could i subscribe for a blog website?
    The account helped me a acceptable deal. I had
    been a little bit acquainted of this your broadcast provided bright clear concept http://locomodu.com/bbs/board.php?bo_table=free&wr_id=219806

  10. принудительный вывод из запоя ростов принудительный вывод из запоя ростов .

  11. Jamestus表示:

    indian pharmacies safe reputable indian online pharmacy best india pharmacy

  12. LarryHom表示:

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

  13. Asbestos Attorneys Tools To Enhance Your Life Everyday
    asbestos Lawsuits

  14. JacobLoody表示:

    http://catspot.ru/ — Качественные кухни и удобный интерфейс для оформления заказа онлайн.

  15. вывод. из. запоя. ростов. на. дону. http://www.vyvod-iz-zapoya-rostov234.ru .

  16. JacobLoody表示:

    http://www.nedra2021.ru — ваш партнёр в создании идеальной кухни.

  17. This website definitely has all the information I needed about this subject and didn’t know who to ask.

  18. This constant flow of new cultures and traditions has made North America one of the most culturally diverse regions in the world.

  19. Jamesknowl表示:

    http://mexicanpharmacy.store/# buying from online mexican pharmacy

  20. Diplomi_dupi表示:

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

  21. algowiki.win表示:

    What’s The Current Job Market For Accident Lawyer Miami Professionals
    Like? accident lawyer – algowiki.win,

  22. анонимный. вывод. из. запоя. ростов. http://vyvod-iz-zapoya-rostov233.ru/ .

發佈留言

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