Hi
We are having the following Issue with edge animate published banner.
TypeError: Unable to get property 'stage' of undefined or null reference\n at init (http://animate.adobe.com/runtime/5.0.1/edge.5.0.1.min.jTypeError: Unable to get property 'stage' of undefined or null reference\n at init (http://animate.adobe.com/runtime/5.0.1/edge.5.0.1.min.j
SCRIPT5007: Unable to get property 'stage' of undefined or null reference
File: edge.5.0.1.min.js, Line: 133, Column: 135
The errors it only occurs at IE 11 so the animation does not load.
Here is the hosted banner
Is a very simple animation the only changes done is on the document ready function inserted an adserver requirements. However for now is commented for testing purposes
//Edge binding end
/*Symbol.bindElementAction(compId,symbolName,"document","compositionReady",function(sym,e) {
function initEB(){if(!EB.isInitialized()){EB.addEventListener(EBG.EventName.EB_INITIALIZED,startAd );}else{startAd();}}
function startAd(){sym.$("windowDisclaimer").hide();sym.play();}
initEB();
});*/
Symbol.bindElementAction(compId,symbolName,"document","compositionReady",function(sym,e){
console.log("compositionReady");
sym.play();
});
I Had discover that if i dont include the EBloader library. (Ad server library) the banner works ok so at some point there is a conflict between edge and ebloader.
http://ds.serving-sys.com/BurstingScript/EBLoader.js
Thanks for the help
Regards
Luis