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

  1. Your visitors will respect the courteous heads-up regarding your wedding ceremony date, which is able to give them sufficient time to avoid wasting cash in your affair and make the right travel arrangements.

  2. Aw, this was an exceptionally nice post. Spending some time and actual effort to make a good article… but what can I say… I put things off a whole lot and never seem to get anything done.

  3. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали ремонт стиральных машин aeg в москве, можете посмотреть на сайте: ремонт стиральных машин aeg сервис
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  4. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали ремонт стиральных машин aeg цены, можете посмотреть на сайте: ремонт стиральных машин aeg сервис
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  5. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали срочный ремонт приставок xbox, можете посмотреть на сайте: ремонт приставок xbox в москве
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  6. AngelCroft表示:

    фотограф предметная съемка – Услуги профессионала для качественной съемки ваших товаров.

  7. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали ремонт приставок xbox рядом, можете посмотреть на сайте: ремонт приставок xbox в москве
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  8. State Police might use any form of communication for background checks.

  9. I don’t know whether it’s just me or if perhaps everybody else encountering issues with your website.
    It looks like some of the text in your content are running off
    the screen. Can someone else please provide feedback and let
    me know if this is happening to them as well?
    This might be a problem with my browser because I’ve had this happen previously.
    Kudos https://www.laddooz.com/user/profile/275177

  10. AngelCroft表示:

    mirdolmenov.ru – Узнайте больше о наших услугах и возможностях сотрудничества.

  11. On the time, Liu was unsure whether to open the agency in Beijing or Shenzhen so he requested a Feng shui grasp who instructed him to choose Shenzhen.

  12. There wasn’t a lot time for specials in that struggle-shortened mannequin 12 months, but DeSoto managed a plush Customized Town Sedan referred to as “Fifth Avenue” (a name a lot later resurrected at Chrysler).

  13. Federal Reserve Bank of Chicago – Chicago Fed Nationwide Exercise Index (CFNAI) Diffusion Index – The Chicago Fed National Exercise Index (CFNAI) Diffusion Index is a macroeconomic model of Enterprise Cycle Fashions.

  14. Futures trading require your full consideration to read and consider markets successfully.

  15. JacobLoody表示:

    u-fitness.ru/ – качество и надёжность в каждом проекте.

  16. Some say the opposition to such excessive compensation is basically based on envy – many people don’t wish to acknowledge that the work of one other particular person could be worth a whole bunch of instances greater than their very own work.

  17. Body cooling strategies are one in every of the 2 main applied sciences that make open coronary heart surgeries potential.

  18. You may even visit an architectural salvage outlet and scout out items, modern in addition to vintage, that make your decorating statement.

  19. JacobLoody表示:

    https://www.molpit.ru – ваш надежный партнер в создании идеальной кухни.

  20. He was preceded in death by sisters, Doris Eiglebiger, Willie Goree, Bernice Williams, Peggy Lane, Audrey Bluff and Alva Mae Kimbrough; and brothers, Rear McDonald, Vess McDonald, F. T. McDonald and Melvin McDonald.

  21. Funeral companies shall be held Wednesday, July 30, 1975, at 10 a.m.

  22. Solely time will inform if the change pays off, however drivers and monitor homeowners alike are excited about the change for ’09.

  23. When the pilot pulls the hooked up cord, some sizzling air can escape from the envelope, reducing the internal air temperature.

  24. The Sea Pines shell ring could be seen close to the east entrance to the Sea Pines Forest Preserve.

  25. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали ремонт стиральных машин aeg рядом, можете посмотреть на сайте: ремонт стиральных машин aeg рядом
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  26. 株価 aucnet表示:

    Though this could also be a plan for some of your property, more than probably, you are going to have to take part in market volatility to be able to generate long run growth.

發佈留言

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