可控制Flash Player的Javascript方法:
一覽表:
Play() ---------------------------------------- 播放動(dòng)畫
StopPlay()------------------------------------停止動(dòng)畫
IsPlaying()----------------------------------- 動(dòng)畫是否正在播放
GotoFrame(frame_number)---------------- 跳轉(zhuǎn)到某幀
TotalFrames()------------------------------- 獲取動(dòng)畫總幀數(shù)
CurrentFrame()------------------------------回傳當(dāng)前動(dòng)畫所在幀數(shù)-1
Rewind()-------------------------------------使動(dòng)畫返回第一幀
SetZoomRect(left,top,right,buttom)-------放大指定區(qū)域
Zoom(percent)------------------------------改變動(dòng)畫大小
Pan(x_position,y_position,unit)------------使動(dòng)畫在x,y方向上平移
PercentLoaded()----------------------------返回動(dòng)畫被載入的百分比
LoadMovie(level_number,path)----------- 加載動(dòng)畫
TGotoFrame(movie_clip,frame_number)- movie_clip跳轉(zhuǎn)到指定幀數(shù)
TGotoLabel(movie_clip,label_name)------ movie_clip跳轉(zhuǎn)到指定標(biāo)簽
TCurrentFrame(movie_clip)--------------- 回傳movie_clip當(dāng)前幀-1
TCurrentLabel(movie_clip)-----------------回傳movie_clip當(dāng)前標(biāo)簽
TPlay(movie_clip)---------------------------播放movie_clip
TStopPlay(movie_clip)----------------------停止movie_clip的播放
GetVariable(variable_name)-----------------獲取變量
SetVariable(variable_name,value)-----------變量賦值
TCallFrame(movie_clip,frame_number)---call指定幀上的action
TCallLabel(movie_clip,label)----------------call指定標(biāo)簽上的action
TGetProperty(movie_clip,property)--------獲取movie_clip的指定屬性
TSetProperty(movie_clip,property,number)-設(shè)置movie_clip的指定屬性