BruFerreira 0 Denunciar post Postado Março 18, 2011 Olá, Estou começando no flash e em html já tenho alguma experiência, pouca, mas dá pra me virar, é o seguinte: Como faço pra deixar um botão que fiz no flash como link? tentei assim: <a href="index.html"> <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="170" height="100"> <param name="movie" value="botprincipal.swf" /> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <param name="swfversion" value="6.0.65.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="botprincipal.swf" width="170" height="100"> <!--<![endif]--> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <param name="swfversion" value="6.0.65.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> <script type="text/javascript"> swfobject.registerObject("FlashID"); </script> </a> mas, só prestou no FF, nos demais, IE, Google, opera, não linka, alguem me ajuda? Grato. Compartilhar este post Link para o post Compartilhar em outros sites
William Bruno 1501 Denunciar post Postado Março 18, 2011 você vai ter que fazer isso no flash e não no HTML. vai lá, abre o arquivo .fla e edita lá dentro. Compartilhar este post Link para o post Compartilhar em outros sites
BruFerreira 0 Denunciar post Postado Março 18, 2011 no flash eu coloco assim no botão: on (release) { getURL("index.html"); } mas não adianta Compartilhar este post Link para o post Compartilhar em outros sites
Elektra 102 Denunciar post Postado Março 18, 2011 O FF é o único navegador que aceita esse tipo de teste local. Se funcionou é porque seu code está OK. Para os demais navegadores, só depois de publicar no server. Abraços Compartilhar este post Link para o post Compartilhar em outros sites
BruFerreira 0 Denunciar post Postado Março 19, 2011 Muito obrigado Elektra! atualizei no server e deu certo. abraço Compartilhar este post Link para o post Compartilhar em outros sites