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

20,079 Responses

  1. You’ve made some really good points there. I looked on the net for additional information about the issue and found most people will go along with your views on this website.

  2. The elevators contain elaborately decorated bronze doorways painted “Chinese language pink”, with the railroad’s initials.

  3. Frederick Rodgers, Marketing consultant, Non-executive Director, Balfour Beatty Power Ltd.

  4. Attempt the $10 Challenge and head to considered one of your favorite shops like Target or Walmart.

  5. How ought to it operate (a busy work hub, a niche for relaxation, a place to entertain)?

  6. Kim Medcalf performed a big band version of Smooth Cell’s “Tainted Love”.

  7. Sazrypk表示:

    Диплом пту купить официально с упрощенным обучением в Москве

    cyberpinoy.net/create-blog/

  8. Sazrehw表示:

    Аттестат школы купить официально с упрощенным обучением в Москве

    skillcrush.mn.co/posts/69998724

  9. James David Martin, Space Engineer, North of Scotland Hydro-Electric Board.

  10. World Warfare I. At occasions, another route by the southern-working Waldseestraße was thought-about.

  11. Тут можно преобрести оружейный шкаф сейф купить сейф оружейный

  12. Everything is very open with a precise explanation of the issues. It was truly informative. Your website is extremely helpful. Thank you for sharing!

  13. COMMANDS By the life and power of the blood of Jesus Christ, we take dominion over Satan.

  14. This page was last edited on 18 October 2024, at 17:45 (UTC).

  15. Sazrjic表示:

    Покупка диплома о среднем полном образовании: как избежать мошенничества?

    promintern.listbb.ru/viewtopic.php?f=16&t=974

  16. In the subsequent part, we’ll show you the best way to make a neat little bookmark for all of the particular readers in your life.

  17. Apart from that, wall art may very well be a tremendous addition to your home decor concepts because it is going to immediately revive your residing room, drawing room, bedroom or kitchen.

  18. Тут можно преобрести пожаростойкие сейфы огнеупорный сейф купить

  19. 下痢 治る表示:

    Dragshed (Tibetan) drag dshed.

  20. Minard stated that the court felt that the grade crossing elimination was a profit to the railroad and vehicle site visitors, making the burden not only on the railroad.

  21. CurtisCem表示:

    rybpharm cheap semaglutide buy rybelsus rybpharm rybpharm canada

  22. UK – The Piccadilly Theatre in London’s West End opened in 1928 as one in every of the biggest theatres in London.

  23. I used to be solely sent off as soon as.

發佈留言

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