or you can try a Class I made to do exactly that (it's an extension manager file, for installing the doc, code hints, etc )
http://lab.daroost.ca/source/SoundLoop2.mxp

JesterXL wrote:

s = new Sound(this);
s.onSoundComplete = function()
{
   this.start(0, 0);
};
s.loadSound("my.mp3", true);

----- Original Message ----- From: "DP" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
Sent: Wednesday, October 26, 2005 12:14 PM
Subject: [Flashcoders] Looping Loaded Sound


Hey Gang!

Has anyone had trouble getting dynamically loaded MP3s to loop?
I'm having a bit of trouble with this. Can Flash do this?
What's the deal, 'yo?

David Politi Super Genius
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to