Flash Audio Streaming
Flash Audio Streaming
- Started
- Last post
- 1 Response
- lou_deluxe
http://www.bandbuilder.com/lptv/…
How do I stream full audio tracks in flash?
- 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