i would have searched the forums for this, but i dont know what to look for:
i have a music player on my site: http://www.gestalt-graphics.com/chris/site/trial and i want it so you click the button and it plays the track. as of now, i click the track and my download accelerator plus starts downloading the track. what i want is it just to stream it and play. heres the code i attatched to each button: (this is on button 1, the track# depends on the button, obviously)
[AS]on (release)
{
this.trackname = “Track 1”;
mySound = new Sound();
mySound.stop();
mySound.loadSound(“track1.mp3”,true);
}[/AS]
this is very noobie, i dont want anything special, i just want the tracks to play. eventually ill work preloaders for the tracks in, but i need to get my site rollin.
any help would be appreciated.
thanks