﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6196	flash edit dialog show url(源文件) uncorrectly	yiminghe		"only in '''ie''' :
user types code to generate flash:

{{{
<object class=""holiday-logo""
                classid=""clsid:D27CDB6E-AE6D-11cf-96B8-444553540000""
                height=""68"" width=""300"">
            <param name=""movie""
                   value=""http://img01.taobaocdn.com/tps/i1/T12MVIXfVNXXXXXXXX.swf""/>
            <param name=""wmode"" value=""transparent""/>
            <object class=""holiday-logo""
                    data=""http://img01.taobaocdn.com/tps/i1/T12MVIXfVNXXXXXXXX.swf""
                    height=""68"" name=""holiday-logo""
                    type=""application/x-shockwave-flash""
                    width=""300"">
                <param name=""wmode""
                       value=""transparent""/>
                <a href=""http://www.taobao.com/""
                   style=""height: 43px; margin-left: 56px;"" target=""_top"">
                    淘宝网
                    <img alt=""淘宝网"" height=""110"" src=""http://www.taobao.com/""
                         title=""Taobao.com - 阿里巴巴旗下网站"" width=""167""/>
                </a>
            </object>
        </object>
}}}

ckeditor transforms it to a img in wysiwyg mode ,but when you click fake img,the pop up dialog's url(源文件) field is empty ,ckeditor should read inner object element's data attribute . 

"	Bug	confirmed	Normal		UI : Dialogs	3.0.2		IE8	
