2011-07-25 69 views

回答

0

我參加了一個快速瀏覽一下反編譯的動作,轉向了以下ExternalInterface的回調:

getVersion() 
getCurrentSong() 
setSongCompleteCallback(string) 
setErrorCallback(string) 
setStatusCallback(string) 
setSongChangeCallback(string) 
playSong() 
pauseSong() 
resumeSong() 
stopSong() 
replaceSongs(array) 

從理論上講,你應該能夠做到像下面這樣:

widget.stopSong(); 
相關問題