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


begin:vcard
fn:Ivan Zhidov
n:Zhidov;Ivan
tel;work:+19414471199
version:2.1
end:vcard

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

Reply via email to