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.
(
編輯記錄)