Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

streaming movie in fla

Status
Not open for further replies.

aaronzimmer

Programmer
Aug 19, 2003
24
US
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!!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top