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?
jQuery is perhaps the best way to go with this.
$("embed").load(function(){ // enter code here })