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

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

  2. Nice post. I learn something totally new and challenging on blogs I stumbleupon everyday. It’s always useful to read through content from other writers and practice something from their sites.

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

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

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

  6. Child Proof Dog (water) Bowls – Let’s Keep the children Out!

  7. Ann Beryl Barker, Macmillan Co-ordinator, Training and Services, Highland Health Board.

  8. 空想図画表示:

    January 10, 1928. p.

  9. вывод из запоя стационарно ростов вывод из запоя стационарно ростов .

  10. вывод из запоя ростов на дону стационар http://alhambra.bestforums.org/viewtopic.php?f=2&t=46371/ .

  11. Здесь можно преобрести стоимость сейфа купить сейф в москве

  12. Uazrhpc表示:

    Диплом техникума купить официально с упрощенным обучением в Москве
    jpa2020.com/kupit-attestat-ob-okonchanii-11-klassov-v-novosibirske.html

  13. Uazrtwp表示:

    Как купить диплом о высшем образовании с минимальными рисками

    glaz-boga.live

  14. Wood Grapple表示:

    Having read this I thought it was very enlightening. I appreciate you spending some time and energy to put this short article together. I once again find myself personally spending a lot of time both reading and leaving comments. But so what, it was still worthwhile!

  15. RobertPlork表示:

    kampharm.shop: kamagra – buy kamagra oral jelly Kam Pharm

  16. DennishIp表示:

    kamagra oral jelly: cheapest Kamagra Kam Pharm – kampharm shop

  17. TimothyDuawl表示:

    Why Thailand is making it easier for travelers to stay longer
    [url=https://t.me/chat_phuket]Чат на Пхукете[/url]
    Maybe you want to escape the winter months at home, opting instead to take care of your business on a laptop from the comfort of your rented Phuket villa as you gaze over the Andaman Sea. Or perhaps you’re ready to step into the ring and embark on a new career as a Muay Thai fighter.

    Either way, Thailand has you covered.

    The popular Southeast Asia destination recently introduced a new five-year visa targeted at remote workers and other travelers looking to stay in the kingdom for extended periods.

    According to a statement issued by the Thai prime minister’s office, the Destination Thailand Visa (DTV) will allow eligible travelers a period of stay up to 180 days per visit, on a multiple-entry basis, within five years. (This means they will need to leave the country when their 180 days are up, and the time resets when they re-enter.)
    The government statement says the visa is open to several categories of remote workers, including digital nomads and freelancers. It’s also aimed at those looking to visit to engage in activities such as Muay Thai training or Thai cooking classes, or come for extended medical treatments.

    To apply, travelers need to show evidence that they have a minimum of 500,000 baht (about $13,800) in funds, as well as documents to support the purpose of their visit, such as a letter from a medical center or proof of employment

發佈留言

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