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

20,317 Responses

  1. Hi there! I could have sworn I’ve been to this blog before but after going through a few of the posts I realized it’s new to me. Anyways, I’m certainly happy I discovered it and I’ll be bookmarking it and checking back regularly!

  2. Derekfar表示:

    casino siteleri win: Casino Siteleri – guvenilir casino siteleri

  3. Assessments For ADHD In Adults Tools To Streamline Your Everyday Lifethe Only Assessments
    For ADHD In Adults Trick That Everybody Should Be Able To Assessments for Adhd in adults

  4. 2,911,759 “Manufacture of flat glass”.

  5. Тут можно сейфы для дома цены в москве сейф для дома купить

  6. Тут можно преобрести сейф огнестойкий купить сейф несгораемый купить

  7. While it may appear daunting, changing a typewriter ribbon is akin to pulling a rabbit out of a hat.

  8. Guide To Prams Travel System: The Intermediate Guide
    On Prams Travel System prams Travel System – kbookmarking.com,

  9. The benefit with our line of products is ease of installation, lowest value and many variations.

  10. Panel – part of a window that’s constructed as a single piece.

  11. 146. Two women gaze outdoors – one leans against the again of a chair in a dress of blue-gray with a brown mantelet; the opposite stands beside her with a hand on a rail in a bottle-inexperienced costume.

  12. She is supportive of Sun Hao and is not afraid to set him straight when he becomes depressed or embarrasses himself.

  13. I used to be able to find good advice from your content.

  14. Upon his return, he formed his studio Dive to Dream Sea and started work on Ragnarok (for Boy Champ), one in every of the highest-promoting manhwa of all time.

  15. 15 Reasons Not To Overlook Fresh Coffee Beans Coffee Bean Suppliers

  16. Divert your eyes from the “20 percent extra free!” stickers, the soap and lotion combo pack and the cute travel soaps wrapped in tropical patterned paper.

  17. Detroit Postcard Show. Monaghan Ok of C Corridor, 19801 Farmington Highway, Livonia Sat: 10 AM-4 PM.

  18. This makes it the earliest evidence of glass in South Asia.

  19. Realizing that Pil-seong has the money and Jaeseok’s cellphone, Gi-tae calls him and tells him that he’s next to the manhwa shop the place his family works.

  20. ciセール表示:

    Kobel changed Omlin after Switzerland’s first match.

  21. They established their studio in Covent Garden, London, and went on to change into one of many main firms of Gothic Revival stained glass manufacturers, whose work was commissioned by the principal Victorian architects.

  22. Тут можно преобрести сейф для оружия цена в москве сейфы под оружие

  23. Тут можно где купить сейф для дома купить сейфы для дома

  24. Can you guess which wheat-based mostly breakfast cereal can be served scorching or cold?

  25. Item Upgrader表示:

    9 Things Your Parents Teach You About Item Upgrader Item Upgrader

發佈留言

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