1
fmiguel
Flash IE Problem
  • 2006/7/18 18:00

  • fmiguel

  • Just popping in

  • Posts: 17

  • Since: 2006/3/29


Hi all

I use de follow code to use flash in my theme:

<div id="Flash" style="position:absolute; left:0px; top:190px; width:630px; height:340px; z-index:4">
<br>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="630" height="370">
<param name="movie" value="{$xoops_imageurl}>botoes.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="<{$xoops_imageurl}>botoes.swf" width="630" height="370" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed></object>
</div>

In firefox browser, works at well... In Internet Explorer, don't works!

Someone help me?

Thanks

2
fmiguel
Re: Flash IE Problem
  • 2006/7/18 18:02

  • fmiguel

  • Just popping in

  • Posts: 17

  • Since: 2006/3/29


Sorry!

the line: <param name="movie" value="{$xoops_imageurl}>botoes.swf"> is the problem!

the correct is: <param name="movie" value="<{$xoops_imageurl}>botoes.swf">

Thank you all! ;)

3
_ccp_
Re: Flash IE Problem
  • 2006/7/18 19:37

  • _ccp_

  • Just popping in

  • Posts: 51

  • Since: 2006/6/21


I use this code and go very well,can you put here a capture of your flash movie in ie?

<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="655" height="75">
<param name="movie" value="http://www.yoursite/flashmovie.swf?q=<? echo rand(1,10000); ?>" />
<param name="quality" value="high" />
<embed src="http://www.yoursite/flashmovie.swf?q=<? echo rand(1,10000); ?>" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="655" height="75"></embed>
</object>

Login

Who's Online

188 user(s) are online (117 user(s) are browsing Support Forums)


Members: 0


Guests: 188


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits