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

  1. There are plenty of models to choose from, so you might be sure to search out one that matches your riding model completely.

  2. DarrenWab表示:

    pinup 2025 Gramster пин ап

  3. As an knowledgeable marriage ceremony planner, arranging weddings in Italy for folks from everywhere in the world, I perceive what it takes to get your marriage ceremony day perfect.

  4. Jeffreywex表示:

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

  5. Named for its sort site, Vin膷a-Belo Brdo, a big inform settlement found by Serbian archaeologist Miloje Vasi膰 in 1908, it represents the fabric stays of a prehistoric society primarily distinguished by its settlement sample and ritual behaviour.

  6. sofa sale表示:

    You’ll Never Be Able To Figure Out This Sofa Sale Clearance’s Tricks
    sofa sale

  7. Jamesboype表示:

    https://gramster.ru/# пин ап

  8. 整形する表示:

    In an excellent conductor, equivalent to a metal radio antenna, the electrons move very simply, so the radio wave does not lose a lot power in getting those electrons excited.

  9. It’s also possible to check out the Insta-worthy glasshouse.

  10. JacobLoody表示:

    https://www.ftbabrau.ru/ – стильные и практичные решения для вашей кухни.

  11. 宮本 真智表示:

    Therefore, points aren’t wasted when targets are switched or die.

  12. The Most Pervasive Problems In Asbestos Mesothelioma mesothelioma Lawsuits

  13. JacobLoody表示:

    http://jfair.ru/ — кухни, которые станут центром вашего дома.

  14. SMPXrPem表示:

    Успешное раскрутка онлайн-проекта благодаря публикаций В сегодняшнем виртуальном пространстве раскрутка онлайн-проекта представляется основным аспектом триумфа какого-либо цифрового предприятия продвижение сайта статьями стоимость.

  15. To overwhelm this we can use the world broad net service slightly than, significance all demands to the geocoder are presented on the server aspect.

  16. Great beat ! I wish to apprentice while you amend your site, how can i subscribe for a blog site?
    The account helped me a acceptable deal. I had been a little bit acquainted of this your broadcast offered bright clear idea http://blog-kr.dreamhanks.com/question/renovation-de-cuisine-au-quebec-transformez-votre-espace-culinaires-18/

  17. 颅Unfortunately, different scientists thought Diamond’s work was a mess as nicely.

  18. Cole表示:

    See What Lexus Key Cutting Tricks The Celebs Are Using lexus key cutting; Cole,

  19. Molecules in a strain-sensitive adhesive can exhibit dipole moments, and so they induce corresponding dipole moments as they near the floor molecules of the substrate.

  20. Just like the “Battle Hymn of the Republic,” this music has a distinctly martial really feel.

  21. Thank you a lot for sharing this with all of us you really realize what you are speaking about!

    Bookmarked. Please additionally discuss with my website =).
    We will have a link change arrangement between us https://Utahsyardsale.com/author/heike67j401/

  22. At present, GPS-outfitted devices — from these cheery speaking maps mounted on our dashboards to chips in our smartphones that help us to search out close by restaurants — have turn out to be a part of our everyday lives.

  23. Talking about climate, it is sweet to know that the local weather is usually sizzling and humid, however most days have a pleasant breeze cooling the air.

  24. After Harriman’s graduation from Barnard Faculty (the place she was nicknamed “Eugenia”), she conducted eugenics experiments on the household estate’s cattle stock.

  25. JacobLoody表示:

    http://www.arzamas-sauna.ru – качественные кухни для стильного интерьера.

  26. Urban areas – even the sprawling ones – make up just a small fraction of the overall land area.

發佈留言

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