all groups > flash actionscript > february 2004 >
You're in the

flash actionscript

group:

How to stream an mp3 ?


How to stream an mp3 ? LNLN
2/25/2004 9:39:53 PM
flash actionscript: Hi,
I'm a Flash beginner. I've an mp3 file and I would like to incorporate it in an html page in DreamWaver as a streaming sound.
What should I do in Flash ?
Regards.
Re: How to stream an mp3 ? CesareRocchi
2/26/2004 1:44:43 PM
var s = new Sound();
s.loadSound("test.mp3", true);

s will play as it loads.

HTH,

Re: How to stream an mp3 ? Laiverd.COM
2/26/2004 2:03:36 PM
Have a look at the Sound object and the loadsound() method in the
actionscript dictionary. Pretty well explained there. Just get back if you
can't figure it out and show what you have done sofar.

John

--
----------------------------------------------------------------------------
-----------
RESOURCES
http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash
----------------------------------------------------------------------------
-----------
TUTORIALS at
www.laiverd.com
Flash & PHP Emailform
Using textfiles in Flash
----------------------------------------------------------------------------
-----------

AddThis Social Bookmark Button