[css-d] IE doesn't want to display flash in div

2006-12-08 Thread Peggy Coats
I'm having (another) problem with IE on a draft page I'm working on: http://ambientglow.com/garage/nextrac/quiltstec/index.html __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information --

Re: [css-d] IE doesn't want to display flash in div

2006-12-08 Thread ~davidLaakso
Peggy Coats wrote: I'm having (another) problem with IE on a draft page I'm working on: http://ambientglow.com/garage/nextrac/quiltstec/index.html I know from nothing about flash-- would it have anything to do with the markup validation errors? Regards, ~dL -- http://chelseacreekstudio.com/

Re: [css-d] IE doesn't want to display flash in div

2006-12-08 Thread Fora
Having this in your markup is sufficient. And it even validates :o) object type=application/x-shockwave-flash data=yourswffilehere.swf width=xxx height=xxx param name=movie value=yourswffilehere.swf / /object HTH __

Re: [css-d] IE doesn't want to display flash in div

2006-12-08 Thread Devon Miller
On 12/8/06, Peggy Coats [EMAIL PROTECTED] wrote: The markup errors are all related to the embedded flash object parameters -- e.g., what defines the presentation of the movie. Don't know why they show up as errors when Flash creates the html when the movie is exported! It is something about

Re: [css-d] IE doesn't want to display flash in div

2006-12-08 Thread Fora
Having this in your markup is sufficient. And it even validates :o)object type=application/x-shockwave-flash data=yourswffilehere.swf width=xxx height=xxx param name=movie value=yourswffilehere.swf / /objectHTH I'm having (another) problem with IE on a draft page I'm working on:

Re: [css-d] IE doesn't want to display flash in div

2006-12-08 Thread Conyers, Dwayne
Flash is tricky... But try varying the z-order of the object. -- I made magic once. Now, the sofa is gone. www.dwacon.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information