that’s easy…did the linkage thing and it doesn’t work…did it with another mp3 file and it worked fine…any idea on what can be causing this particular mp3 not to work when attached with AS?
I think you would be better off loading them external, because when the sounds are in the library, they usually make your filesize huge and when exported in first frame, they usually mess up preloaders too.
[AS]firstSound=new Sound();
firstSound.loadSound(“whatever.mp3”, true); //true = streaming
firstSound.start(0,999);
[/AS]
Also, see this page