Stream Mp3
eharetea

Stream mp3 files using flash and actionscript.

Stream mp3 files using flash and actionscript.

Date Created:Sunday August 17th, 2008 09:30 PM
Date Modified:Thursday December 04th, 2008 11:40 PM



_root.soundArray=[];
_root.soundArray=_root.playlist.split(",")
count=0;

var my_sound:Sound = new Sound();
my_sound.onSoundComplete = function() {
    if(count<_root.soundArray.length-1){        
        count++;
        my_sound.loadSound(soundArray[count], true);
    }else{
        count=0;
    }
}
my_sound.loadSound(soundArray[count], true);





Downloads:
Download: mp3player.swf 116 B
Download: mp3player.fla 32 KB
Download: index.sh 333 B
Download: mp3player2.fla 21 KB
Download: mp3player2.swf 245 B
Download: mp3player2.html B

Please login or Click Here to register for downloads
Creative Commons License
Stream Mp3 by Dan Lynch
is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License
Based on a work at www.3daet.com
Permissions beyond the scope of this license may be available at http://www.3daet.com