Ivan,

It's a quirk in IE. I've put in a fix (suggested by Daniel Giffin a 
while ago) but you also need to change your code. Change <embed 
...></embed> to

    <div ex:tag="embed" ex:src-content=".videoURL" 
type="application/x-shockwave-flash" wmode="transparent" width="425" 
height="355"></div>

I've made a copy of your code and made that change here:

    http://people.csail.mit.edu/dfhuynh/misc/temp/test.html

It works for me. (You might need to Shift-reload to get the latest 
Javascript code.)

Best,

David

Ivan Zhidov wrote:
> David, thank you for yuor help. Pease try again, I corrected it, it 
> had no relation to IE problem.
>
> Also is there a way to set value in  <param> tag?
> <param name="wmode" value="transparent"></param>
>
> If I try ex:content a <span> element gets inserted inside the <param> 
> tag.
>
> Ivan
>
> Date: Sun, 16 Dec 2007 13:35:17 -0500
> From: David Huynh <[EMAIL PROTECTED]>
> Subject: Re: Exhibit problems with some closing tags
> To: General List <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Ivan,
>
> So I went to that sample exhibit using Firefox and invoked the View 
> Source command. Firefox's source view of the HTML code highlights a 
> problem in red:
>
>    <span ex:content=".description"</span>
>
> The opening span tag seems to be missing its >. Could you please fix 
> that and let me know if it suddenly works in IE?
>
> David
>
> _______________________________________________
> 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