1
cindreta
flash problem in a theme!!!
  • 2005/4/2 18:14

  • cindreta

  • Just popping in

  • Posts: 24

  • Since: 2004/6/1 9


i have a probelm when a put a flash file in a theme i can see it with IE and with firefox it's just not showin, and i have a flas plugin for and all of that but it just wont show the flash here is the code:

Quote:
<object type="application/x-shockwave-flash"
<data="<{$xoops_imageurl}>images/logosimus.swf" width="900" height="120"><param name="movie" value="<{$xoops_imageurl}>images/logosimus.swf" />
</object>

2
hyperpod
Re: flash problem in a theme!!!
  • 2005/4/2 20:02

  • hyperpod

  • Quite a regular

  • Posts: 359

  • Since: 2004/10/4


You need to add the Embed tags for standard compliant browsers. IE is not a standards compliant browser and uses the object tags for media like flash.

FF uses the Embed tags for media like flash.

Here is an example of the HTML to get the flash to work in all browsers:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="550" height="400">
  <
param name="movie" value="bubbles.swf">
  <
param name="quality" value="high">
  <
embed src="bubbles.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="400"></embed>
</
object>


Hope that helps,

Login

Who's Online

265 user(s) are online (140 user(s) are browsing Support Forums)


Members: 0


Guests: 265


more...

Donat-O-Meter

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

Latest GitHub Commits