Question
Error 1120 : Access of undefined property window
I keep getting the following error:
This is the code I have:
this.button_1.addEventListener("click", fl_ClickToGoToWebPage);
function fl_ClickToGoToWebPage() {
window.open('http://www.adobe.com', '_blank');
}
I am trying to save as mp4 (Its not saving either)
