[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 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.


[jQuery] Flash content over BlockUI on Firefox in Windows

2009-04-07 Thread James Diamond

I have spent the better part of two days trying many different things
to work around this problem with no luck.  I am launching a blockUI
pop-up and it works great in every browser except FF on windows.  If
you scroll down when the window has been activated it will show up
after it gets pass the flash piece.   I have tried to set the wmode
parameters to opaque and transparent with no luck.  I have tried
several css related tricks to and still nothing.  Anyone have any idea?