﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6164	IE stripping object/embed tags with templates	mcgovern		"I have created a custom template and added it to the list of templates.  It outputs a generic embedded audio file using an object and embed tag.  However, in IE6 and IE7, when the markup is placed into the editor, the embed tag and all but one of the param tags are stripped out.  It seems to only way to get this to not happen is to set the embed type to ""application/x-shockwave-flash"".  So, in essence, this bug does not occur for embedded flash content.

Here is the markup added to the templates list:

<object id=""audio"" width=""0"" height=""0""><param name=""console"" value=""AudioPlayer"" /><param name=""controls"" value=""audioWindow"" /><param name=""autostart"" value=""true"" /><param name=""src"" value=""YOUR_AUDIO_FILENAME_HERE"" /><embed name=""audio"" width=""0"" height=""0"" src=""YOUR_AUDIO_FILENAME_HERE"" console=""AudioPlayer"" controls=""audioWindow"" autostart=""true"" /></object>

In IE6 and IE7, the result added to the editor is:

<object id=""audio"" width=""0"" height=""0""><param name=""console"" value=""AudioPlayer"" /></object>

I have tried with many different variations of the object, param and embed attributes all with the same result.  However, I can cut/paste the code into the editor and it is not stripped out so it seems to be somehow related to the template functionality."	Bug	confirmed	Normal		General	3.0.2			mcgovern@…
