PDA

View Full Version : MediaPlayback component question.


keliix06
10-30-2003, 12:41 PM
I know how to load the variables from a MySQL database through php now (thanks to the tutorials), but I was wondering what I need to enter in place of the url. Can someone help me out a little?

setMedia("WHAT GOES HERE", "mp3");

Thank you.


EDIT:Hit back button, and it reposted, please delete. :)

neurotick
05-10-2005, 11:29 AM
setMedia("audio/audio.mp3", "mp3");
or more generally
setMedia(pathtoaudio, "mp3");