MDN

Go Back   Mambo - Forums Closed for posting > International Zone > Portuguese Forum > Administração

Reply
 
Thread Tools Search this Thread Display Modes
Old July 16th, 2005, 18:36   #1
luizaqui
 
Join Date: Apr 2005
Posts: 22
luizaqui is on a distinguished road
Default banner em flash não sai no IE

pessoal estou tentando colocar um banner em flash no meu site!
Estou colocando esse código na index:

Code:
<table>
<tr>
<td><div><img src= "templates/hi-tech_01se/images/logo.jpg"></div></td>
<td>
<div>
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
 WIDTH="200" HEIGHT="150" id="banner" ALIGN="">
 <PARAM NAME=movie VALUE="banner.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="templates/hi-tech_01se/banner.swf" quality=high  WIDTH="175" HEIGHT="150" NAME="banner" ALIGN=""
 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</div></td>
</tr>
</table>
http://www.univou.com

no firefox até que ele funciona, mas no Internet Explorer não! No status bar fica aguardando uma imagem, mas nunca é exibida!

no caminho acima o .swf está no mesmo diretório da index mas eu ja coloquei o .swf no diretório imagens com o caminho src= "templates/hi-tech_01se/images/banner.swf" do template mas não funciona de nenhum jeito!

Alguém tem alguma dica, porque funciona com o firefox, mas não no internet explorer, 95% dos usuários usam IE! Se não eu nem esquentava...
luizaqui is offline   Reply With Quote
Old July 17th, 2005, 09:02   #2
pjm
 
Join Date: Mar 2004
Posts: 298
pjm is on a distinguished road
Default

Onde tens

Code:
VALUE="banner.swf"
deves também pôr o path completo

Code:
VALUE="templates/hi-tech_01se/banner.swf"
pjm is offline   Reply With Quote
Old July 17th, 2005, 10:14   #3
luizaqui
 
Join Date: Apr 2005
Posts: 22
luizaqui is on a distinguished road
Default

Quote:
Originally Posted by pjm
Onde tens

Code:

VALUE="banner.swf"



deves também pôr o path completo

Code:

VALUE="templates/hi-tech_01se/banner.swf"

Obrigado pela força!
Consegui resolver somente quando coloquei o .swf no diretório raiz aí o caminho pode ficar src="banner.swf"

Por enquanto está bom mas não é muito organizado, eu acho que isso acontece porque o IE só reconhece quando .swf está junto de index.php que vai aparecer, nesse caso é a index.php que está dentro da raiz e não do template.......!!!!
luizaqui is offline   Reply With Quote
Old July 17th, 2005, 12:20   #4
pjm
 
Join Date: Mar 2004
Posts: 298
pjm is on a distinguished road
Default

Não é isso. Se fizeres como eu disse funciona perfeitamente. O caminho tem de ser indicado tanto para o FF como para o IE, mas a instrução está em sítios diferentes do código. No FF é onde diz 'src=.....', para o IE é onde diz 'VALUE=.......'. Agora funciona porque no teu value tens VALUE="banner.swf" ou seja é na raíz da instalação. Como disse anteriormente basta indicares o caminho também no value.
pjm is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Flash banner einfügen aber wie? jimmyking German Forum 9 August 28th, 2008 01:06
flash banner janabetis Templates 8 March 28th, 2007 16:16
Flash Banner in rhuk_solarflare_ii please BlackbirdZ Templates 0 May 26th, 2005 07:39
Adding a Flash banner aducrejr Templates 25 April 13th, 2005 12:40
Help Embedding a Flash Banner Bertof1 Templates 7 March 15th, 2005 20:22


All times are GMT -7. The time now is 19:37.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.