Try adding the following lines at the very end of the file.
function firstStart():void {
playButton.y = 100;
pauseButton.y = 0;
pauseButton.visible = true;
playButton.visible = false;
pline.visible = true;
ExternalInterface.call("js_playTune", root.loaderInfo.parameters.pid);
playTune(root.loaderInfo.parameters.mp3_path);
progressTimer.start();
}
firstStart();
This should work unless the code has issues elsewhere. I haven't really thoroughly checked it, but it seemed to be okay, elsewhere, at a quick glance.
That made it work. Thank you very much!
Sent 1 Bitcoin to the address in your signature.