Page 1 of 1
Openx software
Posted: Mon Jul 28, 2008 1:35 pm
by Paulin
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
Re: Openx software
Posted: Tue Jul 29, 2008 11:08 am
by oi_antz
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:
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]+"'");
}
//-->
... 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.