so......I've asked this before about adding other players.
I'd like to add the embed code for jw player. I've found the templates. I have no use for the real player template, which I think it would be best if that were used in this instance to re-configure.
If somebody can reconfigure this code for the jw player that would be great.
Code:
<object id="player" classid="CLSID:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="$html_width" height="$html_height">
<param name="controls" value="ImageWindow">
<param name="console" value="_master">
<param name="center" value="true">
<embed name="player"
type="audio/x-pn-realaudio-plugin"
src="$html_url"
width="$html_width"
height="$html_height"
nojava="true"
controls="ImageWindow"
console="_master"
center="true"
pluginspage="http://www.real.com/">
</embed>
</object>
<object id="player" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="$html_width" height="100">
<param name="src" value="$html_url">
<param name="console" value="station">
<param name="controls" value="All">
<param name="autostart" value="true">
<param name="loop" value="false">
<embed name="player"
type="audio/x-pn-realaudio-plugin"
src="$html_url"
width="$html_width"
height="100"
autostart="true"
loop="false"
nojava="true"
console="station"
controls="All">
</embed>
<noembed>$vbphrase[rs_no_real_player]</noembed>
</object>
Any help is greatly appreciated! Thank you