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

  1. Best Earning App in Pakistan|Ideal Earning Option in Pakistan|Earning in Pakistan: New Approach|Earning App in Pakistan: Benefits|Rate the Best Earning App in Pakistan|Trustworthy Earning Platform in Pakistan|Pakistan Right Choice for Processing|Best app for earning in Pakistan: time-tested|Pakistan: leader in earning|Innovative approach to earning in Pakistan
    apps for earning money in pakistan money app in pakistan .

  2. Comfy on the left of midfield or at left-back, Francis-Angol has agreed a contract with the club that initially runs till January.

  3. Iajjei表示:

    гѓ—гѓ¬гѓ‰гѓ‹гѓігЃ®иіје…Ґ – ドキシサイクリン и–¬е±ЂгЃ§иІ·гЃ€г‚‹ アキュテイン錠 40 mg еј·гЃ•

  4. And given the tiny scraps of assets a number of those people have labored with for years on finish, it probably looks like a much-needed push toward some form of financial stability.

  5. If you’re trying to avoid wasting time and money on your next journey, the preferred travel apps may help.

  6. AlbertDuM表示:

    cytotec pills buy online: cheapest cytotec – buy cytotec over the counter

  7. Las Vegas businessman, and fellow Libertarian major opponent Wayne Allyn Root, was named as his working mate.

  8. trang chủ 88clb

  9. BernardMop表示:

    zestoretic 20-25 mg buy Lisinopril online lisinopril1st

  10. Storer: “A farm truck and a semi-trailer tanker truck loaded with Diesel oil met on a curve 16 miles north of Ellensburg on the Cle Elum freeway, killing each drivers.

  11. Very good post! We are linking to this particularly great post on our site. Keep up the good writing.

  12. てる服表示:

    Karjakin noted the media appeared more stunned about Carlsen’s opening alternative than he himself was, and indicated that perhaps transfer 27 was Carlsen’s last probability to make something of the game.

  13. The 2020 yr was hit fairly onerous by the worldwide pandemic Covid-19 and traveling everywhere in the world was restricted.

  14. Introducing to you the most prestigious online entertainment address today. Visit now to experience now!

  15. BrandenSlomy表示:

    buy amoxicillin 500mg uk: amoxil – buy amoxil

  16. Top Earning App in Pakistan|Ideal Earning Option in Pakistan|Earning Potential in Pakistan|Efficient Earning Tool in Pakistan|Profitable Earning App in Pakistan|Economic Earning in Pakistan|Successful Processing Method in Pakistan|Pakistan High Paying App for earnings|Effective methods of earning in Pakistan|Innovative approach to earning in Pakistan
    apps for earning money in pakistan [url=https://bestearningappinpakistan.com/]apps to earn money in pakistan[/url] .

  17. DarrenUnjuh表示:

    http://iverfast.com/# stromectol xr

  18. AlbertDuM表示:

    ivermectin iv: buy Ivermectin online – buy minocycline 100mg for humans

發佈留言

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