Answered
Simple run function on load into frame
Hello,
I have been unable to get a function of mine to fire off on loading into a specific frame. This is what I tried:
var _this = this;
_this.addEventListener("load", myFunction.bind(this));
_this.stop();
Can anyone help me out, I think I am missing something super simple.
