Hi,
Tell me please, why not see ad.
var config:Config = new Config(jsonParser.parse(xml.ovajson));
vastController = new VASTController();
vastController.startStreamSafetyMargin = 500;
vastController.endStreamSafetyMargin = 300;
vastController.initialise(config, false);
var displayProps:DisplayProperties = new DisplayProperties(this, 300, 200, 0, 300, 200);
vastController.enableNonLinearAdDisplay(displayProps);
vastController.load();
Hi ... now that's going to be a tough question to answer with this amount of info.. ;)
Any chance you could give me a link with your player running and the debug turned on so I can see what OVA is reporting? Will help me determine where it is breaking...
Paul