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

30,945 Responses

  1. Thanks a lot. A good amount of knowledge!

  2. обзор процессоров [url=https://topcpu.ru/]обзор процессоров[/url] .

  3. pkbet表示:

    Great information. Lucky me I found your site by chance (stumbleupon). I have saved as a favorite for later.

  4. This page was last edited on 13 October 2019, at 23:07 (UTC).

  5. His widow Anne remarried into the Lee household shortly thereafter.

  6. GemWin表示:

    This website really has all of the information and facts I wanted concerning this subject and didn’t know who to ask.

  7. Donaldabula表示:

    viagra without prescription order viagra Buy Viagra online cheap

  8. Charlesbot表示:

    https://fastpillsformen.com/# Viagra online price

  9. рейтинг игровых процессоров http://www.topcpu.ru/ .

  10. OLaneevige表示:

    It’s awesome to visit this site and reading the views of all friends regarding this paragraph, while I am also zealous of getting familiarity.

    http://1119732.net/top-10-headlight-sealing-mistakes.html

  11. Faith表示:

    The Three Greatest Moments In Boot Scooter History folding boot scooters (Faith)

  12. Somebody necessarily help to make critically
    articles I might state. This is the first time I frequented your
    website page and thus far? I surprised with the research you made to create this particular publish incredible.

    Magnificent process! http://partnershop.kr/bbs/board.php?bo_table=free&wr_id=698560

  13. JacobLoody表示:

    http://candykitchen.ru/ — Простота заказа кухни через удобный интерфейс сайта Candy Kitchen.

  14. рейтинги процессоров для пк topcpu.ru .

  15. Barrybib表示:

    where can i buy erectile dysfunction pills: cheap ed pills online – buying ed pills online

  16. You may also need money to pay employees.

  17. BrettTIT表示:

    Buy generic 100mg Viagra online: buy viagra online – viagra without prescription

  18. I have been browsing online more than 2 hours today, yet I never found any interesting article like yours.

    It is pretty worth enough for me. In my opinion, if all webmasters and bloggers made good content as you did, the internet will be much more
    useful than ever before. http://theultrapower.com/__media__/js/netsoltrademark.php?d=cmall.Gsnu.info%2Fbbs%2Fboard.php%3Fbo_table%3Dfree%26wr_id%3D151023

  19. Donaldabula表示:

    Cialis without a doctor prescription buy cialis online Cialis without a doctor prescription

  20. This Italian tattoo design would look greatest on the wrist if you would like to maintain it easy, small, and chic.

  21. Besides, you can match up needful guidance pertaining to which stocks or indices should be traded upon and which should be disbanded!

  22. Barrybib表示:

    erectile dysfunction medications online: FastPillsEasy – ed medicine online

  23. This template gives users with an easy way to trace debt funds and see the snowball effect at work on their debt.

發佈留言

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