Jump to content
Fórum Script Brasil
  • 0

Banner em Flash não Funciona em ASP


Roots

Question

Olá pessoal tudo bem???

Estou com um problema grave, estou desenvolvendo uma loja virtual que por ventura está em ASP, só que eu tenho um banner de promoções que fica rolando no topo da pagina e ele simplesmente não roda..... já tentei de tudo , tirei inseri novamente porem não consegui, ele busca porem o filme em Flash não carrega, alguém pode me ajudar, sou iniciante e tenho que entregar essa loja o mais rápido o possível e o problema é grave.

Vou colocar o Script aqui

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="175" align="top" id="FlashID">

<param name="movie"value="xmls/topo.swf" />

<param name="quality" value="low" />

<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="xmls/topo.swf" width="100%" height="175">

<!--<![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" align="top" /></a></p>

</div>

<!--[if !IE]>-->

</object>

<!--<![endif]-->

</object>

Agradeço a todos desde já e peço uma ajuda por favor

Abs

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

<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="728" height="90">
<param name="movie" value="arquivo.swf" />
<param name="quality" value="best" />
<param name="menu" value="true" />
<param name="allowScriptAccess" value="sameDomain" />
<embed src="arquivo.swf" quality="best" menu="true" width="728" height="90" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" allowScriptAccess="sameDomain" />
</object>

Acho que o ASP não tem nada a ver com isso, esse codigo ai não resolveria?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...