Can any body help on that ! as I wanted to add a flash MP3 player into a blank sidebox which I have Installed recently, I have been in all discussions about this issue but nothing brought my flash player to life! I'm working on a test ZC which I build it for testing reason, but nothing shows in yet, the code that I embedded is :
<script type="text/javascript">
var so = new SWFObject("http://www.arab-broker.com/oriental2/media/playerMultipleMenuPackage/playerMultipleList_old.swf", "mymovie", "295", "200", "7", "#FFFFFF");
so.addVariable("autoPlay","no")
so.addVariable("playlistPath","playlist.xml")
so.write("flashPlayer");
</script>
I'm using a Bi-lingual website as for the Arabic language the content of the blank sidebox is gone and in the English version it shows this : TEXT_BLANK_SIDEBOX
Should I add the link for the flash player where it says : so.write("flashPlayer");And should I add the path for the xml file where it says : so.addVariable("playlistPath","playlist.xml")and if so where exactly, in ("playlistPath" or "playlist.xml") ?
the link for the test website:
http://www.arab-broker.com/oriental2...ex&language=en
what did I do wrong here ?



