Frookie
06-11-2006, 08:58 PM
I wanted to throw in my Webjay music player in my signature. I'm hoping that what I have now will help make it work. If not, I could use some help with it.
the source from Webjay says that this should be the code:
div style="text-align: center; margin-left: auto; margin-right: auto;">
<div>
<a href="http://webjay.org/by/E-Dawg/e-dawg5c27splaylist">
<div><cite>E-Dawg's playlist</cite></div>
</a>
</div>
<embed
src="http://webjay.org/flash/xspf_player?autoload=1&&playlist_url=http://webjay.org/by/E-Dawg/e-dawg5c27splaylist.xspf"
quality="high"
bgcolor="e6e6e6"
width="400"
height="170"
name="xspf_player"
align="middle"
type="application/x-shockwave-flash"
/>
<div style="margin-top: 5px; font-size: 80%;">via <a href="http://webjay.org">Webjay</a></div>
</div>
However, I found this code which seems to do better, but it's not loaded and I don't want to have to wait for it to load to know if it worked or not:
<object type="application/x-shockwave-flash" width="400" height="170"
data="http://musicplayer.sourceforge.net/xspf_player.swf?playlist_url=http://yourdomain.com/yourplaylistlist.xspf">
<param name="movie"
value="http://musicplayer.sourceforge.net/xspf_player.swf?playlist_url=http://yourdomain.com/yourplaylistlist.xspf" />
</object>
I changed what I needed to correctly, but is this correct in terms of what it should be in my sig?
the source from Webjay says that this should be the code:
div style="text-align: center; margin-left: auto; margin-right: auto;">
<div>
<a href="http://webjay.org/by/E-Dawg/e-dawg5c27splaylist">
<div><cite>E-Dawg's playlist</cite></div>
</a>
</div>
<embed
src="http://webjay.org/flash/xspf_player?autoload=1&&playlist_url=http://webjay.org/by/E-Dawg/e-dawg5c27splaylist.xspf"
quality="high"
bgcolor="e6e6e6"
width="400"
height="170"
name="xspf_player"
align="middle"
type="application/x-shockwave-flash"
/>
<div style="margin-top: 5px; font-size: 80%;">via <a href="http://webjay.org">Webjay</a></div>
</div>
However, I found this code which seems to do better, but it's not loaded and I don't want to have to wait for it to load to know if it worked or not:
<object type="application/x-shockwave-flash" width="400" height="170"
data="http://musicplayer.sourceforge.net/xspf_player.swf?playlist_url=http://yourdomain.com/yourplaylistlist.xspf">
<param name="movie"
value="http://musicplayer.sourceforge.net/xspf_player.swf?playlist_url=http://yourdomain.com/yourplaylistlist.xspf" />
</object>
I changed what I needed to correctly, but is this correct in terms of what it should be in my sig?