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

24,268 Responses

  1. It?s really a cool and helpful piece of info. I?m glad that you just shared this helpful info with us. Please stay us informed like this. Thanks for sharing.

  2. This paint is quick-drying, durable, can withstand heat up to 12,000 levels Fahrenheit and will not blister, flake or peel.

  3. снятие ломки у наркомана [url=familyportal.forumrom.com/viewtopic.php?id=28621]снятие ломки у наркомана[/url] .

  4. Paula Bernstein and Schein first met in a cafe in New York City’s East Village shortly after that to catch up on a life missed.

  5. If you find yourself buying and selling on margins, you’ll have the flexibility for controlling sure dimension place without even putting down the worth of your position in money.

  6. What’s The Job Market For Chaise Lounge With Storage Professionals?
    chaise lounge with storage – http://wx.abcvote.cn,

  7. 15 Things You Didn’t Know About French Style Fridge Freezer french style freezer

  8. Lanny表示:

    See What Loveseat Pull Out Couch Tricks The Celebs Are Using loveseat
    pull out couch [Lanny]

  9. If you’re on the lookout for a tent for 2, check it with your camping partner and make sure there’s enough area to your equipment – not just you and your sleeping bags.

  10. 20 international nations. Strong, dependable, and surprisingly maneuverable, the Ford Tri-Motor inaugurated transcontinental airline service in the United while flying for Transcontinental Air Transport.

  11. Jeffreywex表示:

    https://gramster.ru/# gramster.ru

  12. She was born March 6, 1911 in Huffman to John W. Richie and Lela West Richie.

  13. Jamesboype表示:

    http://gramster.ru/# пин ап казино

  14. To make these swimsuit give an entire look do not forget to purchase one of the best matching tie.

  15. Subsequent decide how a lot you’d like to tip.

  16. DarrenWab表示:

    пин ап gramster пин ап казино

  17. Monika表示:

    15 Terms That Everyone Involved In Sectional With Chaise And Sleeper
    Industry Should Know sectional couch with recliner and sleeper
    (Monika)

  18. JacobLoody表示:

    http://nedra2021.ru — создаём комфорт в вашем доме.

  19. WilliamDen表示:

    https://gramster.ru/# pinup 2025

  20. By the 18th century, as the potential of flight was turning into extra of a reality, fears in France of dangerous flying even led to proposed legislation that detailed strict management over the use of latest flying machines.

  21. The uncooked commodities are traded on commodities exchanges, during which the buying and selling takes place beneath standardized contracts.

  22. They take years to develop and mature, which suggests there isn’t plenty of room for mistakes when planting them on the agroforestry degree.

發佈留言

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