Lo risolta con un altro script che su pc è ok, su mac però non manda in fullscreen! Amen...
Nella pagina index che contiene anche l'swf, metti nell'head:
nell'swf, nell'azione del pulsante:codice:<script type="text/javascript"> function openFullScreen( p, realFull ) { var ws = new Array(2); ws[0] = screen.availWidth; ws[1] = screen.availHeight; pop = window.open(p, '', 'top=0,left=0,width='+ws[0]+',height='+w s[1]+',scrollbars=yes'); } </script>
spero ti sia utile!codice:on(release){ features += 'toolbar=no,'; features += 'location=no,'; features += 'status=no,'; features += 'menubar=no,'; features += 'scrollbars=no,'; features += 'resizable=no,'; getURL("javascript:window.open('"+'main.html'+"','"+'fullscreen'+"','"+features+"width="+System.capabilities.screenResolutionX+", height="+System.capabilities.screenResolutionY+"');void(0);"); }
Ciao, Ste

Ciao, Ste
Rispondi quotando