jmsecchis 0 Denunciar post Postado Dezembro 28, 2008 Olá pessoal, gostaria de saber se alguem sabe um jeito que possibilita usar o parametro wmode aliado a um script de fullscreen Pelo que testei e li na net, tem um bug que quando você usa o wmode, seu script de fullscreen deixa de funcionar. Segue ai meu código : Ajudem me please! <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Dois web&arts</title> <script language="javascript">AC_FL_RunContent = 0;</script> <script src="AC_RunActiveContent.js" language="javascript"></script> <style type="text/css"> <!-- body { background-color: #009966; } --> </style></head> <body> <div align="center"> <!--url's used in the movie--> <!--text used in the movie--> <!-- <p align="right"></p> --> <!-- saved from url=(0013)about:internet --> <script language="javascript"> if (AC_FL_RunContent == 0) { alert("This page requires AC_RunActiveContent.js."); } else { AC_FL_RunContent( 'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0', 'width', '100%', 'height', '100%', 'src', 'index', 'quality', 'high', 'pluginspage', 'http://www.macromedia.com/go/getflashplayer', 'align', 'middle', 'play', 'true', 'loop', 'true', 'scale', 'noscale', 'wmode', 'transparent', 'devicefont', 'false', 'id', 'index', 'bgcolor', '#ffffff', 'name', 'index', 'menu', 'false', 'allowFullScreen', 'true', 'allowScriptAccess','sameDomain', 'movie', 'index', 'salign', '' ); //end AC code } </script> <noscript> <div> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="100%" height="100%" id="index" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="allowFullScreen" value="true" /> <param name="movie" value="index.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" /> <embed src="index.swf" quality="high" bgcolor="#ffffff" width="100%" height="100%" name="index" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </div> </noscript> </div> </body> </html> Compartilhar este post Link para o post Compartilhar em outros sites
Thiago de Oliveira Cruz 21 Denunciar post Postado Dezembro 29, 2008 Cara desconheço esse bug O_O olha meu código <script language="javascript"> if (AC_FL_RunContent == 0) { alert("This page requires AC_RunActiveContent.js."); } else { AC_FL_RunContent( 'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0', 'width', '100%', 'height', '100%', 'src', 'index', 'quality', 'high', 'pluginspage', 'http://www.macromedia.com/go/getflashplayer', 'align', 'middle', 'play', 'true', 'loop', 'true', 'scale', 'showall', 'wmode', 'window', 'wmode', 'transparent', 'devicefont', 'false', 'id', 'index', 'bgcolor', '#ffffff', 'name', 'index', 'menu', 'true', 'allowFullScreen', 'true', 'allowScriptAccess','sameDomain', 'movie', 'index', 'salign', '' ); //end AC code } </script> <noscript> E funciona perfeitamente bem........... sem problema nenhum E uma vez que você setar width 100% e height 100% você não precisa colocar allowfullscreen......... pois o arquivo já vai fica 100% não importa o tamanho do monitor ou resolução sempre vai se ajustar a tela de quem estiver usando :) Esse bug ai acho que é história pra boi dormi... pq da full screen aqui de qualquer jeito ;) Abraços Compartilhar este post Link para o post Compartilhar em outros sites
jmsecchis 0 Denunciar post Postado Dezembro 31, 2008 não querido, flash que ocupa todo o browser não é mesma coisa que site fullscreen, fullscreen é chamado por um parâmetro no flash, o flash ocupa toda a tela do monitor, entendeu ?? isso que é fullscreen.... Oo Compartilhar este post Link para o post Compartilhar em outros sites