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

  1. Lhaneevige表示:

    Awesome! Its genuinely remarkable piece of writing, I have got much clear idea on the topic of from this article.

    https://emergency.spb.ru/pages/fonbet___besplatnuy_promokod_pri_registracii.html

  2. GichardPheve表示:

    Thanks for the good writeup. It actually was once a leisure account it. Look complex to more introduced agreeable from you! By the way, how can we communicate?

    киного

  3. Hola! I’ve been following your weblog for a while
    now and finally got the courage to go ahead and give you a shout out from Lubbock Tx!
    Just wanted to mention keep up the excellent work! http://smarthostel-berlin.de/UserProfile/tabid/43/UserID/51435/Default.aspx

  4. Dorchester-on-Thames: Pals of Dorchester Abbey.

  5. DanielAbice表示:

    http://prednibest.com/# prednisone 20mg online pharmacy

  6. KennethPah表示:

    can you get cheap clomid without insurance clomidonpharm how to buy cheap clomid now

  7. I do not even know how I ended up here, but I thought this post was good. I don’t know who you are but definitely you are going to a famous blogger if you are not already Cheers!

  8. MiguelUnind表示:

    http://clomidonpharm.com/# where buy clomid

  9. SamuelBix表示:

    clomid without dr prescription: clomid on pharm – can you get generic clomid tablets

  10. This could be the right weblog for anyone who wishes to learn about this topic. You recognize a whole lot its practically hard to argue on hand (not that I actually would want…HaHa). You certainly put the latest spin on the topic thats been discussing for a long time. Fantastic stuff, just fantastic!

  11. scaffolder表示:

    The last I checked on this topic was very some time back. I’m much more into Cheap SEO. Nonetheless, interesting post and I would check back again soon and get myself much more updated.

  12. 1 доллар в тенге конвертер .

    Сайт предлагает удобный инструмент для бесплатной конвертации валют. Актуальные курсы для тенге, долларов США, рублей и юаней позволяют мгновенно получить нужный результат.

  13. MiguelUnind表示:

    http://prednibest.com/# 50 mg prednisone canada pharmacy

  14. Lewisslund表示:

    My spouse and I absolutely love your blog and find many of your post’s to be exactly what I’m looking for. Would you offer guest writers to write content available for you? I wouldn’t mind composing a post or elaborating on a lot of the subjects you write concerning here. Again, awesome website!

    kinogo

  15. DanielAbice表示:

    https://amoxstar.com/# order amoxicillin online

  16. Within the Polabian (“Wendish”) language of the area that died out within the 18th century Hitzacker was called Ljauci (Lgautztgi).

  17. Lavern表示:

    Heya i’m for the first time here. I came across this board and I to find
    It truly useful & it helped me out much. I’m hoping to
    give one thing again and aid others such as you helped me. https://Gratisafhalen.be/author/pamelamurr8/

  18. SamuelBix表示:

    prednisone pack: PredniBest – prednisone 5 mg cheapest

  19. Trapp made his second Eintracht Frankfurt debut, the place he started the whole game, in a 2-1 loss towards Werder Bremen the next day.

  20. MiguelUnind表示:

    http://amoxstar.com/# can you buy amoxicillin over the counter canada

  21. You produced some decent points there. I looked on the internet for that issue and located most individuals goes along with along with your internet site.

發佈留言

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