Ivan,

Could you provide me with an example (meaning, a public URL where I can 
see that it breaks in IE and works in Firefox)?

David

Ivan Zhidov wrote:
> I noticed that specifying ex:src-content removes closing tags which 
> causes problems in IE.
>
> If you try something like this
>
> <object width="425" height="355">
> <param name="mode" value="transparent"></param>
> <embed src=".link" type="application/x-shockwave-flash" 
> wmode="transparent" width="425" height="355">
> </embed>
> </object>
>
> what will be generated is this
>
> <object width="425" height="355">
>
> <param name="wmode" value="transparent">
>
> <embed src="http://mypresentation"; 
> type="application/x-shockwave-flash" wmode="transparent" width="425" 
> height="355">
>
> </object>
>
> As you can see the closing</param> and </embed> tags are removed by 
> the rendering logic.
> This may have to do with ex:src-content working primarily in <img> tag 
> where theres no closing tag.
>
> Can this be easily fixed?
>
> Ivan
>
>
> _______________________________________________
> General mailing list
> [email protected]
> http://simile.mit.edu/mailman/listinfo/general
>   

_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to