View Single Post
BVX BVX is offline 2006-11-23 #5 Old  
as simple as possible:

ActionScript Code:
  1. var audio:Sound = new Sound();
  2. audio.loadSound("URL", true);
  3. audio.start();

true/false toggles stream/download mode
Reply With Quote