[jQuery] Re: Flash content over BlockUI on Firefox in Windows

2009-04-09 Thread James Diamond

Danilo,
Thank you very much.  I would have never noticed it, probably cause I
haven't used flash this way either.  Our designer gave me the flash
this way.
Cheers
James

On Apr 8, 7:19 pm, Danilo Celic dan...@shimmerphase.com wrote:
 James,

 It appears that you've added the wmode to the OBJECT and EMBED tag,
 however, if you take a closer look at the code, you should notice that
 you made the changes within a NOSCRIPT tag. You'll need to update the
 AC_FL_RunContent() to pass in the appropriate parameters to set wmode
 to transparent. I don't use that function, but it appears that you
 pass in a name and a value as separate parameters, so add new line
 below the quality entry like so:
 'wmode','transparent',

 Note the trailing comma.


[jQuery] Re: Flash content over BlockUI on Firefox in Windows

2009-04-08 Thread James Diamond

My comment was in accurate about it working in all other browsers.
Safari on Mac is fine.  However Safari  Opera on Windows both do the
same thing as firefox.  I have not tested Linux at this point.


[jQuery] Re: Flash content over BlockUI on Firefox in Windows

2009-04-08 Thread Leonardo K
I know you said you tested it, but the parameters that I use and always
works are:

param name=wmode value=transparent/

On Wed, Apr 8, 2009 at 13:53, James Diamond djdiam...@gmail.com wrote:


 My comment was in accurate about it working in all other browsers.
 Safari on Mac is fine.  However Safari  Opera on Windows both do the
 same thing as firefox.  I have not tested Linux at this point.


[jQuery] Re: Flash content over BlockUI on Firefox in Windows

2009-04-08 Thread James Diamond

Here is a test URL, with wmode set.  http://test.yarde.com/test.php
To launch the blockUI, click the login or My Account link at the top.

I am using XP FF 3, I have tried FF 2, Safari and Opera and it is all
the same.   I am still scratching my head at how IE is the only
windows browser that acts correctly.