Stream

It’s possible do a stream of a *.swf file??

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

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

thks!

dont think so… :s