|
|||
|
Hello, I have no problems with the sound controller, but it is possible that the song list in the xml file is written wrong, try something like:
<songList> <song>songs\song1.mp3</song> <song>songs\song2.mp3</song> <song>songs\song3.mp3</song> </songList> or simply with the songs in the same folder as the .swf file <songList> <song>song1.mp3</song> <song>song2.mp3</song> <song>song3.mp3</song> </songList> and see if it works. Cheers, Ionut. |