Embedding a speical flash object (no solution yet)
-
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:
<script type=”text/javascript”>
// <![CDATA[var flashObject = new FlashObject(“http://geekkid.net/projects/jukebox/xspf_jukebox.swf”,”fm_xspf_jukebox”,”300″,”488″,”6″,””,””,””,””,””);
flashObject.addParam(“wmode”, “transparent”);
flashObject.addVariable(“skin_url”,”http://blog.geekkid.net/skins/iPodBlack/skin.xml”);
flashObject.addVariable(“abs_url”,”http://blog.geekkid.net/skins/iPodBlack/”);
flashObject.addVariable(“loadurl”,”http://geekkid.net/projects/jukebox/variables.txt”);
flashObject.addVariable(“playlist_url”,”http://geekkid.net/projects/jukebox/playlist.xml”);
flashObject.write(“fo_targ_xspf_jukebox724084338”);// ]]>
</script>I don’t know how to make it work, I tried it on a page and it comes up as nothing.
-
Why not just add it directly into the database with phpMyAdmin?
You can’t direct-embed JS, I don’t think…
Have you tried any of the multiple PHP-embedding plugins? Have you tried any of the flash-embedding plugins?
Have you considered making a custom PHP page template and just embedding that code in php directly, instead of stored in the DB?
-d
I might make a php page, that might work.
Also, how could I put it into the DB? I’m new to DBs, but I don’t know how to enter stuff like that.
Any help in regards to this because I can’t even get my player to appear. The instruction are real vague and don’t help at all. Anyone please help.
reading through the comments section here
http://blog.geekkid.net/2007/01/xspf-jukebox/
quite a few people have had luck by using the kimli flash embed plugin found here
The topic ‘Embedding a speical flash object (no solution yet)’ is closed to new replies.