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

22,838 Responses

  1. AngelCroft表示:

    фотосъемка одежды на моделях – Эффективное решение для демонстрации одежды в каталогах и на маркетплейсах.

  2. about his表示:

    I’m impressed, I have to admit. Seldom do I come across a blog that’s both educative and engaging, and let me tell you, you have hit the nail on the head. The problem is an issue that too few people are speaking intelligently about. I am very happy that I stumbled across this during my hunt for something relating to this.

  3. A trader might need to work out cease loss limits, lot sizes and what kind of order to place.

  4. AngelCroft表示:

    pilot-partner.ru – Ознакомьтесь с портфолио и закажите качественную съемку.

  5. The fund is then distributed back to the investors based mostly on the quantity each originally contributed.

  6. Velma表示:

    Howdy! I could have sworn I’ve been to this blog before but after browsing through some
    of the post I realized it’s new to me. Anyhow, I’m definitely glad I found it and
    I’ll be book-marking and checking back frequently! https://Trademarketclassifieds.com/user/profile/1990810

  7. Very shortly this web site will be famous among all blog viewers, due to it’s good content http://idesys.Co.kr/bbs/board.php?bo_table=free&wr_id=37229

  8. JacobLoody表示:

    https://www.arzamas-sauna.ru – ваш партнер в создании стильных и функциональных кухонь.

  9. Organizations like the United Approach may also connect mother and father with parenting skills packages reminiscent of Success by Six and Parenting Expertise for Teen Mothers.

  10. 畏れ 英語表示:

    From being sidekicks to the main character to being integral segments in a title character’s present, there may be a spread of cartoon duos who shaped their cartoons in ways you would not even imagine.

  11. JacobLoody表示:

    http://www.nemakrame.ru – высокое качество и надежность в каждом проекте.

  12. This car can just as easily grasp a cone course as it does a mountain highway.

  13. You need to ensure it caters the necessity and fulfils your goal.

  14. 9 . What Your Parents Taught You About Robot Vacuum
    Cleaner Reviews robot Vacuum cleaner reviews

  15. Breanna表示:

    Spot on with this write-up, I seriously believe
    that this site needs far more attention. I’ll probably be back again to read more, thanks for the information! http://shop-lengorgaz.tmweb.ru/community/profile/diannau09477409/

  16. When folks want a specialist in life altering injuries, folks select Hickey Legislation Firm.

  17. Hey There. I found your blog using msn. This is a really well written article.
    I will make sure to bookmark it and come back to read more of your useful information. Thanks for the post.
    I will definitely comeback. https://Infomarketz.My.id/index.php?page=user&action=pub_profile&id=72944

  18. Some firms solely supply prepaid playing cards in the most important international currencies akin to American dollars, Euros, Yen, and so forth.

  19. Getty Photos to distribute images taken by EyeEm customers.

  20. Way cool! Some very valid points! I appreciate you penning
    this write-up and also the rest of the site is very
    good. https://Classifieds.ocala-news.com/author/leahkoch897

  21. And with a proper wealth management one is bound to haven’t only his current, instant future but also his outdated age secured.

發佈留言

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