Jump to content

HTML and "Home text editor"


Recommended Posts

Hi
I want to show a flash file on my frontpage. How can I do that?

If i set this in the HTML in the "Home text editor":

<object width="550" height="400">

<embed src="somefilename.swf" width="550" height="400">
</embed>
</object>



It automatic changes it to:

<object width="550" height="400" data="somefilename.swf" type="application/x-shockwave-flash">

</object>



And then it only works i IE.

What is the solution?

Link to comment
Share on other sites

×
×
  • Create New...