If I do an online onload event for embed objects, that seems to work but I can\'t seem to get the load event working through addEventListener. Is this expected?
could always set like this:
document.getElementById("objectId").onload = function(){ ... }