Closed GoogleCodeExporter closed 9 years ago
Specifically, change this code:
VASTController.config() ....
// Fire up the ad server and load up the template data
_openXAdServer = AdServerFactory.getAdServer(AdServerFactory.AD_SERVER_OPENX) as
OpenXAdServer;
_openXAdServer.initialise(_config);
Original comment by paul.sch...@gmail.com
on 5 Oct 2009 at 11:04
Looking more at it, the AdServerConfig class really needs to be abstracted out,
cleaned up, and "type" set
defined... (only a getter is there right now and it's not used)
Original comment by paul.sch...@gmail.com
on 5 Oct 2009 at 11:29
Done
Original comment by paul.sch...@gmail.com
on 31 Oct 2009 at 5:27
Original issue reported on code.google.com by
paul.sch...@gmail.com
on 5 Oct 2009 at 10:59