views:

342

answers:

0

i wanna open url on full screen mode from button on flash projector. Is there a way to do it without any third party software?

I try the following code but not working

on (release) { getURL ("javascript:NewWindow=window.open('http://www.imediaids.com/demo/client/sbhchapter/ims%5Fdisplay/index.php','newWin',' left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=Yes'); NewWindow.focus();void(0);"); }