Welcome! 登入 註冊
專區首頁 專區百科 專區論壇 專區部落格 專區地圖

Advanced

[語法] flv 格式轉檔軟體與播放影片與法

作者: JinJin 
[語法] flv 格式轉檔軟體與播放影片與法

分類標籤: 多媒體設計
flv轉檔

http://www.atlas-zone.com/software/detail/Extra.FLV.htm


=============================================

stop();

this.btnPause.addEventListener(MouseEvent.CLICK, pauseMov);
function pauseMov(event:MouseEvent):void {
        stop();
}

this.btnStop.addEventListener(MouseEvent.CLICK, stopMov);
function stopMov(event:MouseEvent):void {
        gotoAndPlay(1);
}

this.btnPlay.addEventListener(MouseEvent.CLICK, playMov);
function playMov(event:MouseEvent):void {
        play();
}

this.btnHide.addEventListener(MouseEvent.CLICK, hideMov);
function hideMov(event:MouseEvent):void {
        movie.visible=false
}

this.btnShow.addEventListener(MouseEvent.CLICK, ShowMov);
function ShowMov(event:MouseEvent):void {
        movie.visible=true
}


===================================


請以FLASH自行製作一個搭配上旁白的短片
並有播放停止~暫停的功能



Edited 1 time(s). Last edit at 12/02/2010 01:49PM by JinJin.
(編輯記錄)