Hi there,
how can I stream a large MP3 soundfile in my swf, which I can put on and off..??
thanx in advance
Printable View
Hi there,
how can I stream a large MP3 soundfile in my swf, which I can put on and off..??
thanx in advance
Make a movie Clip. First frame is nothing with a stop action. Second frame begins the MP3 sound, do not forget yo put it on Stream.
Use a button for the play command. Just use the Tell Target action together with GoTo And Play(2).
To stop, do the same, but use the GoTo And Stop(1).
That's the easiest way to do it.
thanx a lot ..