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

  1. He acknowledged that the previous estimates have been tough and the distinction can be larger than $1.1 million.

  2. 御神渡り表示:

    Even from this small list of duties, it is obvious that there were duties which solely the nobility were entitled to carry out.

  3. Gundelfingen: Straßenbahn bis zum ‚Ochsen’?

  4. The Countess died 26 March 1857.

  5. 151 providing a $5,000 tax credit to anybody who would undertake a baby, an even greater on if the baby has a incapacity.

  6. It has been suggested that this is the building at the moment known as the Priest House, but no structural proof exists to support this declare.

  7. Londonderry. Squadron Leader Leonard Banham (583847).

  8. If you’re self-employed, keep reporting your revenue and bills by way of your on-line journal.

  9. Michaeltax表示:

    Why this small city is the ‘eyeglasses capital’ of Japan
    [url=https://omgto3.com]омг зеркало[/url]
    Japan is famed for its skilled artisans, masters who maintain a commitment to tradition while modernizing production techniques in line with the development of new materials and processes.

    Many places in the country have grown famous by focusing on specific crafts, from exquisite kimonos to perfectly designed knives. Among them is the small city of Sabae, in Fukui prefecture, about a 3.5-hour train ride from Tokyo.
    https://omgto3.com
    omg omg
    It’s widely known as Japan’s eyeglasses capital – and for good reason. Sabae produces over 90% of the frames manufactured in the country, according to the local government. Signs and objects shaped like eyeglasses can be found on city streets, and there’s even a museum and festival devoted to spectacles.
    The art of making spectacles
    Sabae, located on Japan’s main Honshu island near the city of Fukui, has been producing quality eyewear for more than a century.

    It all started in 1905, when a local government official invited skilled eyeglasses artisans to come to the city to teach their craft, an attempt to create new opportunities for local farmers.

    The move paid off. Today, Sabae has over 100 companies that collaborate to make pairs of glasses.

    Though these studios use cutting-edge machinery to produce new frames made of metal and acetate, most stages still require the skilled hands and trained eyes of Sabae’s master artisans.

    That includes Takeshi Yamae, a frame designer with Japanese brand Boston Club who has lived in the city for 17 years. He tells CNN one pair of glasses can involve more than 200 steps.

    “I first design it, sketch it, then put it into my computer,” he says. “From the time I start designing, to the time I have the perfect product, it takes more than a year.”

  10. алкоголизм лечение вывод из запоя ростов http://www.orehovo.anihub.me/viewtopic.php?id=2289/ .

  11. StevenNub表示:

    prednisone 5mg price: ray pharm – online order prednisone

  12. Узнай все о варикоцеле симптомы варикоцеле яичка у мужчины

  13. Tragically yes it’s the fault of individuals like clarkson, however it will not trigger them the identical type of pain because it causes bizarre lifelong farmers.

  14. Узнай все о варикоцеле у мужчин симптомы варикоцеле 1 степени

  15. Since 1980, American Farmland Trust (AFT) has been bringing folks collectively to work for wholesome land and a wholesome meals system.

  16. nec 保険表示:

    John 14:12 Verily, verily, (truly, actually) I say unto you, he that believeth on me, the works that I do shall he do also; and better works than these shall he do; as a result of I go unto my Father.

  17. Lee Swee Ling. For social welfare providers in Sarawak.

  18. 静銀株価表示:

    On the terminus of Talstation, a terminal loop was built in front of the station building, which compelled the side carriages to be suspended in Günterstal, and motor cars needed to be operated on their own up to the Talstation.

發佈留言

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