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

23,094 Responses

  1. Whereas the pass had not been originally a part of the expedition, John Ball needed a neutral perspective of the corporate’s route to determine if it could possibly be reliably used by travellers and for transporting items as a connecting route to Canada.

  2. As your losing weight, or even before you begin, you must arrange realistic objectives for yourself to stay motivated.

  3. promokod_qmpi表示:

    продамус промокоды продамус промокоды .

  4. JacobLoody表示:

    arzamas-sauna.ru/ – уникальные решения для вашей кухни.

  5. JacobLoody表示:

    dryshop.ru/ — воплощаем в жизнь уникальные проекты кухонь.

  6. AngelCroft表示:

    http://www.bagroo.ru – Откройте сайт для детальной информации о профессиональной фотосъемке товаров.

  7. Starting from receiving you from the airport to serving to you to verify right into a resort of your choice to arrange four x four vehicles for your safari, all the things is handled by the professionals.

  8. Analysis suggests that a decrease prevalence of chronic kidney illness is associated with proximity to open area among adults in densely populated areas.

  9. The truth is, neither Willard Scott nor Al Roker is a meteorologist, despite making their names in front of a weather map.

  10. The appropriations committees appropriate funds for the CIA and all U.S.

  11. Hosmeal.com表示:

    If you are going for finest contents like I do, only go to see
    this web site everyday as it gives feature contents, thanks http://Hosmeal.com/bbs/board.php?bo_table=free&wr_id=179913

  12. boot 株価表示:

    If the child inside can guess the howler’s id, he or she will “escape” the haunted house and the recognized howler must enter.

  13. JacobLoody表示:

    http://www.u-fitness.ru – ваш партнёр в выборе идеальной кухни.

  14. On November 23, 2010, two updates for the Web Explorer 9 Public Beta were released.

  15. JacobLoody表示:

    a-p-i.ru/ — индивидуальный проект под любой запрос.

  16. After I initially left a comment I appear to have clicked the -Notify me when new comments are added- checkbox and now
    each time a comment is added I get four emails with the exact same comment.
    Perhaps there is an easy method you are able to remove me from that service?

    Appreciate it! https://classifieds.ocala-News.com/author/mildredzys0

  17. AngelCroft表示:

    предметная съемка москва – Профессиональная съемка товаров в Москве для ваших рекламных нужд и интернет-магазинов.

  18. осушитель воздуха для компрессора купить осушитель воздуха для компрессора купить .

  19. Chambers’s household additionally owned a restaurant in Charleston, and it was there that the boy first considered sometime running his personal enterprise.

  20. JacobLoody表示:

    кухни под заказ екатеринбург – заказ кухонь с профессиональным подходом и учётом всех пожеланий.

發佈留言

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