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

19,153 Responses

  1. Parikshagk.in表示:

    Hi there just wanted to give you a brief heads up and let you know a few of
    the pictures aren’t loading correctly. I’m not sure why but I think its a linking issue.

    I’ve tried it in two different web browsers and both show the same results. https://Parikshagk.in/forum/index.php?qa=23587&qa_1=building-successful-cheerleading-team-elements-strategies

  2. StevenNub表示:

    max pharm: dapoxetine online – dapoxetine price

  3. Sazryoe表示:

    Купить диплом магистра оказалось возможно, быстрое обучение и диплом на руки

    blogs.rufox.ru/~worksale/53171.htm

  4. BrandenSlomy表示:

    canadian pharmacy amoxicillin: buy amoxil online – amoxicillin cephalexin

  5. BrandenSlomy表示:

    amoxicillin online canada: Com Pharm – can i buy amoxicillin online

  6. porn表示:

    Your style is very unique in comparison to other folks I’ve read stuff from. I appreciate you for posting when you’ve got the opportunity, Guess I’ll just bookmark this web site.

  7. Lewisslund表示:

    It’s remarkable in favor of me to have a web site, which is helpful in favor of my knowledge. thanks admin
    best online casino Australia

  8. Most Popular Apps to Make Money in Pakistan, How to Make Money in Pakistan Using a Mobile App, That You Didn’t Know About, Effective Ways to Make Money in Pakistan Through Apps, Top Ways to Make Money in Pakistan through mobile applications, for quick earnings of additional funds, for successful earnings, which do not violate the law, which change the idea of ????earning money, Simple ways to make money in Pakistan through mobile apps, for active participation in earnings, to increase financial well-being, Best ways to make money in Pakistan through apps: secrets of success, Reliable apps for making money in Pakistan: a proven path to income, which will suit every user, Effective ways to make money in Pakistan through apps: a short guide, for making money at any time of the day, Interesting apps for earning money in Pakistan: choose the besthow to earn money online in pakistan for students free earning app in pakistan .

  9. вызов нарколога на дом круглосуточно https://www.pelsh.forum24.ru/?1-8-0-00000125-000-0-0-1730729877 .

  10. вызов нарколога на дом круглосуточно https://www.spilkuvannya.rolevaya.com/viewtopic.php?id=66 .

  11. электрокарнизы в москве электрокарнизы в москве .

  12. вызов нарколога на дом круглосуточно http://www.familyportal.forumrom.com/viewtopic.php?id=28566 .

  13. вызов нарколога на дом круглосуточно http://www.bisound.com/forum/showthread.php?p=1217304#post1217304 .

  14. электрокарнизы москва http://www.elektrokarniz495.ru .

  15. Dereketerm表示:

    dapoxetine online: buy priligy max pharm – priligy maxpharm

  16. FobertWen表示:

    An outstanding share! I’ve just forwarded this onto a colleague who was conducting a little homework on this. And he in fact bought me breakfast due to the fact that I found it for him… lol. So let me reword this…. Thank YOU for the meal!! But yeah, thanx for spending some time to discuss this topic here on your blog.
    bad credit loans

  17. Great post. I will be facing many of these issues as well..

發佈留言

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