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

19,622 Responses

  1. In 2019, Scott Brothers International acquired the brand and associated IP rights to Property Brothers from Cineflix Media and producing rights for all future Property Brothers tasks.

  2. Most Popular Apps to Make Money in Pakistan, Simple Ways to Make Money in Pakistan Through an App, Secret Methods to Make Money in Pakistan, Ideal Options for Making Money in Pakistan, That Are Suitable for Everyone, which have already been rated by thousands of users, Safe ways to earn money in Pakistan through applications, Promising applications for earning money in Pakistan, Convenient ways to make passive income in Pakistan, which few people know about, for quick earnings at any time, Updated platforms for making money in Pakistan, for making money in your free time, Reliable apps for making money in Pakistan: a proven path to income, Unique ways to make money in Pakistan through apps, with a high level of security, for making money at any time of the day, to increase incomehow to earn money online in pakistan without investment how to earn money online in pakistan without investment .

  3. Military Air Corps, serving in World War II.

  4. Initially, each episode started with Drew showing potential homebuyers a house with all the things on their wish list, only to later reveal that the home was exterior of their reach financially.

  5. Westphalia, Clinton County, MI.

  6. Grant Lancaster (December 11, 2021).

  7. Parks and natural scenic areas provide different points of interest.

  8. Girls who buy vogue jewellery on-line india accomplish that because they’re getting better quality for lesser rates.

  9. Узнай все о увеличение толщины полового члена увеличение пениса стоимость

  10. Best Apps to Make Money in Pakistan, For Extra Income, For Anyone Who Wants to Make Money, Effective Ways to Make Money in Pakistan Through Apps, That Are Suitable for Everyone, Is it possible to earn money in Pakistan through applications?, Legal applications for earning money in Pakistan, Innovative platforms for earning money in Pakistan, with new opportunities for earning money, to make money without straining, for active participation in earnings, with minimal effort and maximum return, How to make money in Pakistan using mobile apps: simple and profitable, Reliable apps for making money in Pakistan: a proven path to income, Optimal platforms for making money in Pakistan, Popular apps for making money in Pakistan: choose the best, New platforms for earning money in Pakistan, to increase incomereal online earning app in pakistan best online earning app in pakistan .

  11. BrandenSlomy表示:

    priligy: dapoxetine online – dapoxetine online

  12. While some artists have discovered this path with out calling it that, I think it’s worth making an attempt to formalize.

  13. вывод из запоя с выездом краснодар https://sergiev.0pk.me/viewtopic.php?id=3461 .

  14. That was just about it; throughout the varsity yr there was a high school club and so we all performed each other a few days a week after college.

  15. вывод из запоя стационар [url=https://rubiz.forum.cool/viewtopic.php?id=3748/]https://rubiz.forum.cool/viewtopic.php?id=3748/[/url] .

發佈留言

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