rohanrehman
02-26-2003, 06:54 AM
s = new Sound();
s.loadSound("music.mp3",true);
s.start();
on my first frame.
music.mp3 is in the root folder.
I just wanna stream an external mp3 file.
Thanks
s.loadSound("music.mp3",true);
s.start();
on my first frame.
music.mp3 is in the root folder.
I just wanna stream an external mp3 file.
Thanks