hey guys,
i wonder if OpenX software (www.openx.org) is compatible with a site running CMS made simple?
I need it to add some adv just before my video clip in JW Flash player (example at: www.unseentv.com.au. i don't know if they're using CMSMS)
Thanx
PZ
Openx software
Re: Openx software
From my experience with various packages, I come to believe that all things are compatible to some extent, and usually require some hacking modifying to really make it conform with your requirements. That unseenTV site looks like a custom job or a mish-mash of techniques. The following code sticks right out as coming from the Macromedia Dreamweaver toolkit:
... Although the rest of the code looks far beyond the capabilities of Dreamweaver, so a good example of how you can combine your favourite features to suit your requirements.
Code: Select all
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</__script>
<__script__ type="text/javascript">
<!--
function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
//-->
Last edited by oi_antz on Tue Jul 29, 2008 11:13 am, edited 1 time in total.