Openx software

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
Paulin
Forum Members
Forum Members
Posts: 28
Joined: Mon Jul 28, 2008 8:35 am

Openx software

Post 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
oi_antz

Re: Openx software

Post 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.
Last edited by oi_antz on Tue Jul 29, 2008 11:13 am, edited 1 time in total.
Post Reply

Return to “Developers Discussion”