ah... ecco infatti:
funziona... mi accontento di questoCode:function playmusic(music:String):void{ SoundMixer.stopAll(); mySound=new Sound(); pathSound=new URLRequest(music); mySound.load(pathSound); mySound.play(); }
e se volessi regolare il volume???


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks