Hello, here is the piece for embedding the Google flash player with XXXXXXX as the file path:
<embed type="application/x-shockwave-flash" src="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=XXXXXXX" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#ffffff" wmode="window" flashvars="playerMode=embedded" />
I have a while loop that gets an image source like this, for example:
echo "<img src =\"" . $row['filename']."\">";
I want to put in the same dynamic path for the audio source.... I'm kinda stuck figuring out my quotes, etc... anyone toss me a bone?
TY!!! 🙂