2011-05-20 84 views

回答

1

使用FLVPlayback組件時有類似問題。這就是我解決它的方法:

SoundMixer.stopAll(); 

在我播放新視頻之前,

當然記得:

import flash.media.SoundMixer; 
+0

我以前遇到同樣的問題。不幸的是,SoundMixer僅適用於FLVPlayback組件。原來我引用了錯誤的對象。 player.stopVideo()+ loader.loadURLRequest()正常工作。有關詳情,請訪問此頁面:http://code.google.com/apis/youtube/flash_api_reference.html – 2011-05-25 15:44:07