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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mp3 streaming using actionscript

Status
Not open for further replies.

tamak

Programmer
Sep 6, 2006
19
US
Im using the following in a number of small flash projects that require audio (mp3)... Im intrested in learning how I can 'detect' the end of a streaming mp3 and then instruct the movie to do something else using actionscript... either play a new mp3 or go to some frame label / scene, etc.

How would the action script(using the following example) look?

Code:
my_sound = new Sound(this);
my_sound.loadSound("[URL unfurl="true"]http://www.2paclegacy.com/musicplayer/newaudio/01.mp3",true);[/URL]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top