Frank
09-16-2003, 04:49 PM
I have a very simple javascript
window.open "test.htm", "_blank", "width=750,height=520,top=0,left=0,scrollbars=NO,menubar=NO,toolbar=NO")
that I can call from an onClick.
However, I would like a button in a flash file to do the same thing. I have a bit of experience with flash but none with ActionScript. Is it possible to get a button in flash to do this, using actionscript or is there a way to call the javascript. Any help would be great.
Thanks
window.open "test.htm", "_blank", "width=750,height=520,top=0,left=0,scrollbars=NO,menubar=NO,toolbar=NO")
that I can call from an onClick.
However, I would like a button in a flash file to do the same thing. I have a bit of experience with flash but none with ActionScript. Is it possible to get a button in flash to do this, using actionscript or is there a way to call the javascript. Any help would be great.
Thanks