Olá galera , seguinte , baixei 2 efeitos muito legais nesse site http://www.flashxml.net/ chamados AccordionFX e Imageflowfx , só que os arquivos vem em SWF e JS , como sou iniciante não estou conseguindo colocar os 2 efeitos na mesma página, só está rodando o primeiro efeito e o segundo fica todo preto sem funcionar... Quando ponho somente 1 efeito em cada página eles funcionam mais quando ponho os 2 efeitos em 1 página só , só funciona um , Por favor alguém pode me ajudar ? To precisando muito pro meu site galera ... Obrigado !
PS: Estou abrindo os arquivos assim no DreamWeaver : INSERT>MEDIA>SWF
<!-- 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. -->
<!-- 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. -->
Question
Phiill
Olá galera , seguinte , baixei 2 efeitos muito legais nesse site http://www.flashxml.net/ chamados AccordionFX e Imageflowfx , só que os arquivos vem em SWF e JS , como sou iniciante não estou conseguindo colocar os 2 efeitos na mesma página, só está rodando o primeiro efeito e o segundo fica todo preto sem funcionar... Quando ponho somente 1 efeito em cada página eles funcionam mais quando ponho os 2 efeitos em 1 página só , só funciona um , Por favor alguém pode me ajudar ? To precisando muito pro meu site galera ... Obrigado !
PS: Estou abrindo os arquivos assim no DreamWeaver : INSERT>MEDIA>SWF
Meu html tá assim:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
</head>
<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1680" height="1050" id="FlashID" title="eei">
<param name="movie" value="AccordionFX.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="AccordionFX.swf" width="1680" height="1050">
<!--<![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>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1680" height="1050" id="FlashID2" title="swf">
<param name="movie" value="../image-flow/ImageFlowFX.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="../image-flow/ImageFlowFX.swf" width="1680" height="1050">
<!--<![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");
swfobject.registerObject("FlashID2");
</script>
</body>
</html>
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.