Hi All,
when i input youtube code by html editor on ie7, it auto filter embeb tag, but on FF is not.
my code

<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/vpWEuOJQYYs&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/vpWEuOJQYYs&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>

after i click update it was filter:

<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/vpWEuOJQYYs&hl=en"></param><param name="wmode" value="transparent"></param>
</object>

thanks

Comments

jbyron’s picture

Same goes for me, I'm thinking of editing the input filter tag order to..

<a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <object> <embed> <blockquote> <sup> <sub> <strike>

jbyron’s picture

nevermind, tinymce still strips the embed tag even though it's under the allowed HTML input filter configuration..

jbyron’s picture

same problem in this ticket.. http://drupal.org/node/325491

adixon’s picture

I just posted a simple fix to the duplicate issue linked above.

I don't think it has anything to do with FF or IE - tinymce strips tags it doesn't know about, you just have to use the standard tinyMCE mechanism to allow these tags.

pomliane’s picture

Status: Active » Closed (won't fix)

This version of TinyMCE is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.

This issue has been automagically closed by a script.