Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sound Object Loop Problem

Status
Not open for further replies.

Ivan1

Programmer
Jun 18, 2001
113
US
Hi. I'm trying to create a loop with an external file that starts automatically when the SWF is loaded. It works fine in Flash test environment, but no sound plays when the SWF is placed/loaded in the browser. Here's the actions for the first frame of the movie.

myMusic = new Sound();
myMusic.loadSound("sample.mp3");
_root.myMusic.start(0,999);

Please let me know what the problem might be. Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top