Flash Audio Streaming
Flash Audio Streaming
Out of context: Reply #1
- Started
- Last post
- 1 Response
- nmdtht0
use the loadSound method.
something like:
mp3 = new Sound();
mp3.loadSound("http://www.myserv... true);the url is the location your mp3 file is stored on your server and the "true" tells flash to begin streaming the sound when enough is loaded