Re: [Flashcoders] SWF, IFrame and z-order

2006-05-04 Thread John Dowdell
Éric Thibault wrote: ... the flash inside the iframe is always on top The answer, as Geoff noted, is WMODE... searching on this term will describe how some-but-not-all browsers accept a parameter in the OBJECT/EMBED tags to pipe plugin content to the browser's offscreen compositing

Re: [Flashcoders] SWF, IFrame and z-order

2006-05-04 Thread Éric Thibault
I am using the wmode and I have no more problems... The only thing is that the application that I'm working on wrote the url of the SWF, jpeg, pdf directly to the source of the iframe! I had to patch in with an actual html content, if I'm dealing with a SWF, with the wmode added to it!

[Flashcoders] SWF, IFrame and z-order

2006-05-03 Thread Éric Thibault
I all!!! Here is my little problem : I have an html page that contains, on the left side a list of SWF files and on the right side an iframe to play those SWF. When I click a file on the left, it plays inside the iframe just fine... My client wants to see some informations inside a box on

Re: [Flashcoders] SWF, IFrame and z-order

2006-05-03 Thread Geoff Stearns
try setting the wmode pararmeter on the swf file to 'opaque' that might work. On May 3, 2006, at 12:01 PM, Éric Thibault wrote: I all!!! Here is my little problem : I have an html page that contains, on the left side a list of SWF files and on the right side an iframe to play those SWF.

Re: [Flashcoders] SWF, IFrame and z-order

2006-05-03 Thread Éric Thibault
I have only one thing to say fabulous Thanks a million times :-) Geoff Stearns a écrit : try setting the wmode pararmeter on the swf file to 'opaque' that might work. On May 3, 2006, at 12:01 PM, Éric Thibault wrote: I all!!! Here is my little problem : I have an html page that