Carcleo 4 Denunciar post Postado Março 28, 2012 Pessoal, Estou desenvolvendo um site http://www.dinamicaimoveis.com.br/novo/, e nele puz um preloader para carregamento de um swf. Acontece, que no ie, os textos do preloader, não aparecem. Mas,noa outros browsers aparece. O que fazer para corrigir isso? Pessoal, ainda não consegui Compartilhar este post Link para o post Compartilhar em outros sites
Carcleo 4 Denunciar post Postado Março 29, 2012 Pessoal, ainda não consegui. Compartilhar este post Link para o post Compartilhar em outros sites
xShacka 0 Denunciar post Postado Março 29, 2012 você embebedo os campos ?! Compartilhar este post Link para o post Compartilhar em outros sites
Carcleo 4 Denunciar post Postado Março 29, 2012 Fiz assim: <div id="flash_fotos_muriae"> <script type="text/javascript">swfobject.registerObject("FlashID"); </script> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="480" height="240" id="FlashID" title="Fotos de Muriaé"> <param name="movie" value="img/muriae.swf" /> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <param name="swfversion" value="11.0.0.0" /> <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. --> <param name="expressinstall" value="Scripts/expressInstall.swf" /> <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. --> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="img/muriae.swf" width="480" height="240"> <!--<![endif]--> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <param name="swfversion" value="11.0.0.0" /> <param name="expressinstall" value="Scripts/expressInstall.swf" /> <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. --> <div> <h4>Content on this page requires a newer version of Adobe Flash Player.</h4> <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p> </div> <!--[if !IE]>--> </object> <!--<![endif]--> </object> </div> Mais a chamada ao script que o dreamweaver cria automatico: <script src="Scripts/swfobject_modified.js" type="text/javascript"></script> Compartilhar este post Link para o post Compartilhar em outros sites
xShacka 0 Denunciar post Postado Março 30, 2012 sim mesmo assim você dentro do swf embebedo os campos ?! Compartilhar este post Link para o post Compartilhar em outros sites
Elektra 102 Denunciar post Postado Abril 2, 2012 Qual a versão do Flash? Está usando TLF? Embedding (clique no campo de texto) >> Painel Properties >> selecione >> uppercase, lowercase, numerals, punctuation, Latin I. Abs Compartilhar este post Link para o post Compartilhar em outros sites