Hello in need of some real help trying to covert this script to run on a windows server. It will run on a Linux sever. Any help is welcomed.
<script>
var s = new SWFObject("cm.sdb","single","898","800","8");
s.addParam("allowfullscreen","true");
s.addParam("scale", "noscale");
s.addParam("quality","high");
s.addParam("wmode","transparent");
s.addParam("allowScriptAccess","always");
s.write("flashcontent");
</script>
Well, if this is Javascript code, AFAIK that code is run client sided, so how would you convert a clientsided script from a linux server to a windows server?
Perhaps you should give more information, like what it is you want to do with that script?
Also it seems the code simply embdes a Shockwave Flash Object into your page. It might be worth looking at simple HTML <embed> if that is what you are intending to do.
Bookmarks