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

25,038 Responses

  1. Donaldabula表示:

    ed medications cost fast pills easy ed meds online

  2. Hi there, just became aware of your blog through Google, and found that it
    is really informative. I’m gonna watch out for brussels.
    I’ll be grateful if you continue this in future.
    Lots of people will be benefited from your writing.
    Cheers! https://images.Google.com.vn/url?q=https%3A%2F%2Fw.speedagency.kr%2Fgnu5%2Fbbs%2Fboard.php%3Fbo_table%3Dfree%26wr_id%3D1065177

  3. JacobLoody表示:

    https://www.catspot.ru — Посетите наш сайт и ознакомьтесь с каталогом готовых и индивидуальных решений для кухни.

  4. BrettTIT表示:

    cheapest ed treatment: fast pills easy – where can i buy ed pills

  5. RogerFaf表示:

    http://maxpillsformen.com/# Generic Cialis without a doctor prescription

  6. JacobLoody表示:

    https://dryshop.ru/ — комфорт и стиль в каждой детали.

  7. срочная наркологическая помощь в москве [url=http://cah.forum24.ru/?1-19-0-00000470-000-0-0-1730875154/]http://cah.forum24.ru/?1-19-0-00000470-000-0-0-1730875154/[/url] .

  8. Great information. Lucky me I found your site by accident
    (stumbleupon). I have saved it for later! http://onestopclean.kr/bbs/board.php?bo_table=free&wr_id=462437

  9. Empty anchor表示:

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

  10. Diplomi_fdpt表示:

    куплю диплом делом куплю диплом делом .

  11. Donaldabula表示:

    Viagra without a doctor prescription Canada FastPillsForMen viagra canada

  12. JacobLoody表示:

    https://a-p-i.ru/ — надёжные решения для вашего интерьера.

  13. I was recommended this website by my cousin. I am no longer sure
    whether or not this post is written via him as
    no one else recognise such certain approximately my difficulty.
    You are wonderful! Thank you! https://cos-com.net/shop/display_cart?return_url=https%3A%2F%2Fwww.Onestopclean.kr%2Fbbs%2Fboard.php%3Fbo_table%3Dfree%26wr_id%3D500256

  14. BrettTIT表示:

    п»їcialis generic: buy cialis online – Tadalafil Tablet

  15. скорая наркологическая помощь на дому в москве [url=chesskomi.borda.ru/?1-6-0-00000056-000-0-0-1730875130]скорая наркологическая помощь на дому в москве[/url] .

  16. наркологическая скорая в москве [url=aqvakr.forum24.ru/?1-7-0-00011604-000-0-0-1730875452]aqvakr.forum24.ru/?1-7-0-00011604-000-0-0-1730875452[/url] .

  17. наркологическая скорая [url=http://www.angelladydety.getbb.ru/viewtopic.php?f=44&t=43023]наркологическая скорая[/url] .

  18. скорая наркологическая помощь на дому в москве скорая наркологическая помощь на дому в москве .

  19. When some one searches for his required thing, therefore he/she needs to
    be available that in detail, so that thing is maintained
    over here. http://gsnsystems.co.kr/bbs/board.php?bo_table=free&wr_id=759431

發佈留言

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