aaronzimmer
Programmer
I quick easy question, I'm sure:
Does anyone know what kind of actionscript I could use to stream an avi file inside a Flash movie? I'm cool with streaming mp3...here's the code I use:
s = new sound(this);
s.loadSound(" true);
s.start();
s.onSoundComplete = function() {
gotoAndStop(2);
};
Is streaming movie files this easy?
Thanks so much for your help!!!!
Does anyone know what kind of actionscript I could use to stream an avi file inside a Flash movie? I'm cool with streaming mp3...here's the code I use:
s = new sound(this);
s.loadSound(" true);
s.start();
s.onSoundComplete = function() {
gotoAndStop(2);
};
Is streaming movie files this easy?
Thanks so much for your help!!!!