I have yet to find a plugin that will allow me to embed Lacy Morrow’s XSPF Jukebox (blog.geekkid.net) It requires code exactly like this:
// < ![CDATA[
var flashObject = new FlashObject(“http://thetechkid.com/xspf_jukebox/xspf_jukebox.swf”,”fm_xspf_jukebox”,”700″,”400″,”6″,””,””,””,””,””);
flashObject.addParam(“wmode”, “transparent”);
flashObject.addVariable(“skin_url”,”http://thetechkid.com/xspf_jukebox/iTunes/skin.xml”);
flashObject.addVariable(“abs_url”,”http://thetechkid.com/xspf_jukebox/iTunes/”);
flashObject.addVariable(“loadurl”,”http://thetechkid.com/xspf_jukebox/variables.txt”);
flashObject.addVariable(“playlist_url”,”http://thetechkid.com/xspf_jukebox/playlist.xml”);
flashObject.write(“fo_targ_xspf_jukebox1406109334”);
// ]]>
I don’t know how to embed it.