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

  1. Good day! I could have sworn I’ve been to this site before but after checking through some of the post I realized it’s new to me. Anyways, I’m definitely happy I found it and I’ll be book-marking and checking back often!

  2. Curtismence表示:

    http://88betviet.pro/# 88bet slot

  3. Stevenkated表示:

    http://alo789.auction/# alo789 chinh th?c

  4. Hello, I do believe your web site could possibly be having web browser compatibility problems. When I take a look at your website in Safari, it looks fine but when opening in Internet Explorer, it’s got some overlapping issues. I just wanted to give you a quick heads up! Besides that, excellent blog!

  5. Josephsip表示:

    88bet: nha cai 88bet – nha cai 88bet

  6. Rubengax表示:

    alo 789 alo 789 dang nh?p alo 789

  7. MichaelZep表示:

    Discover Bangladesh’s most trusted online gaming destinations through BDCasinoRatings.online – your premier guide to licensed platforms offering seamless Bkash/Nagad transactions and localized Bangla support. Our expert-curated rankings highlight casinos with fast Taka payouts, exciting Cricket betting options, and generous welcome bonuses tailored for Bangladeshi players. Stay informed with real-time updates on safety standards and exclusive promotions across South Asia’s fastest-growing iGaming market. https://bdcasinoratings.online/

  8. Rubengax表示:

    alo789 dang nh?p alo789in alo 789 dang nh?p

  9. Josephsip表示:

    alo789: alo789in – alo789hk

  10. Stevenkated表示:

    https://alo789.auction/# alo789 chinh th?c

  11. Josephsip表示:

    188bet 88bet: nha cai 88bet – 88bet slot

  12. Rubengax表示:

    alo789 alo789 chinh th?c alo789

  13. Curtismence表示:

    https://k8viet.guru/# nha cai k8

  14. Rubengax表示:

    alo 789 alo789 chinh th?c alo789in

  15. Excellent read, I just passed this onto a colleague who was doing a little research on that. And he actually bought me lunch as I found it for him smile So let me rephrase that: Thank you for lunch!

  16. Josephsip表示:

    k8: nha cai k8 – link vao k8

  17. Curtismence表示:

    http://alo789.auction/# alo789hk

  18. Stevenkated表示:

    https://k8viet.guru/# k8 th? dam

發佈留言

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