Hi All,
After i enable tinymce module, and then i enable HTML plugin but when i input my code on IE7:

<object width="428" height="480">
	<param name="movie" value="http://cosmos.bcst.yahoo.com/up/embed/embedflv/swf/fop_embed.swf?id=v54430526&eID=1301797&pm=0"></param>
	<param name="wmode" value="transparent"></param>
	<embed src="http://cosmos.bcst.yahoo.com/up/embed/embedflv/swf/fop_embed.swf?id=v54430526&eID=1301797&pm=0" 
	type="application/x-shockwave-flash" wmode="transparent" width="428" height="480"></embed>
</object>

after click update my code change:

<object width="428" height="480">
	<param name="movie" value="http://cosmos.bcst.yahoo.com/up/embed/embedflv/swf/fop_embed.swf?id=v54430526&eID=1301797&pm=0"></param>
	<param name="wmode" value="transparent"></param>
	</object>

please help me.

Thanks

Comments

WorldFallz’s picture

It might not be tiny-- what input format are you using? If filtered HTML, embed is not one of the default allowed tags. You could either change the input format or add embed to the list of allowed tags. that said, if it's not the input format, tiny does some ham-fisted "correction" of HTML. I believe it's configurable, but I don't remember the details-- your best be to go to the tinymce site for instructions on that.

cuibap’s picture

Thanks WorldFallz

i used full html, it worked well on FF but not work on IE7

When i in put

<embed src="http://cosmos.bcst.yahoo.com/up/embed/embedflv/swf/fop_embed.swf?id=v54430526&eID=1301797&pm=0" 
	type="application/x-shockwave-flash" wmode="transparent" width="428" height="480"></embed>

it work well on IE7 and FF

WorldFallz’s picture

ah ok. I had this very problem with the image map "area" tag. Unfortunately, in my case, it was a bug that doesn't have a fix so I had to stop using Tiny (i switched to fckeditor). You might want to visit the moxie code forum for tinymce (the developers of it) and do a search on "embed". you should be able to find out if there's a solution or it just another bug. if you find any info, pls post back so others searching for info on this will find the answer in this thread.