PDA

View Full Version : Stream



Drunken
June 18th, 2003, 10:54 AM
It's possible do a stream of a *.swf file??

like we can do with a *.mp3:
mySound = new Sound();
mySound.loadSound("http://www.foo.com/SoundsToLoad/sound14.mp3", true);
mySound.start();


but i have the mp3 into other swf, with loop and i want to stream that file to the main *.swf


thks!

RvGaTe
June 18th, 2003, 01:48 PM
dont think so.... :s