wownflutter
12-09-2003, 11:15 PM
I have a button calling an external mp3 to play.
on (release) {
yesSound = new Sound ();
yesSound.loadSound("http://www.myurl.com/yes.mp3", true);
}
Even with streaming on "true" there is an 8 second delay before the song begins.
If I just go to the url in the browser -- the song begins instantly.
What am I doing wrong...any ideas?
Thx!
wnf
on (release) {
yesSound = new Sound ();
yesSound.loadSound("http://www.myurl.com/yes.mp3", true);
}
Even with streaming on "true" there is an 8 second delay before the song begins.
If I just go to the url in the browser -- the song begins instantly.
What am I doing wrong...any ideas?
Thx!
wnf