aj_nsc
11-05-2010, 07:03 AM
The website: http://www.atthebeachhouse.ca
So in Firefox (haven't looked at IE yet, but webkit is fine) the flash player (the sound thing down in the bottom left) restarts when the splash screen disappears.
What I'm doing is modifying the page dimensions (things like setting overflow: hidden on the body and html) when the page loads and then loading a div over the top of it which is the splash 'page' - then when you 'enter' the site, the div just disappears and the dimensions of the page are redrawn so the scrollbar appears on the right (by setting body and html css overflow to auto).
The problem for me is, if the flash player is inside an element that has it's dimensions re-rendered, (like body or html), then in Firefox the flash player restarts.
I'm also wondering if wmode has anything to do with it...although when I just took the wmode=transparent off the flash object, the problem still occurred.
Does anybody have any insight in how to work around this issue? Open to anything (other than 'don't use an intro page' - I know I hate using intro pages but the client paid big bucks to get exactly what he wanted, even though we told him many times that it was not a good tactic, we went ahead and did it the best we could for SEO purposes at least by not actually have a separate 'page').
Thanks folks!
So in Firefox (haven't looked at IE yet, but webkit is fine) the flash player (the sound thing down in the bottom left) restarts when the splash screen disappears.
What I'm doing is modifying the page dimensions (things like setting overflow: hidden on the body and html) when the page loads and then loading a div over the top of it which is the splash 'page' - then when you 'enter' the site, the div just disappears and the dimensions of the page are redrawn so the scrollbar appears on the right (by setting body and html css overflow to auto).
The problem for me is, if the flash player is inside an element that has it's dimensions re-rendered, (like body or html), then in Firefox the flash player restarts.
I'm also wondering if wmode has anything to do with it...although when I just took the wmode=transparent off the flash object, the problem still occurred.
Does anybody have any insight in how to work around this issue? Open to anything (other than 'don't use an intro page' - I know I hate using intro pages but the client paid big bucks to get exactly what he wanted, even though we told him many times that it was not a good tactic, we went ahead and did it the best we could for SEO purposes at least by not actually have a separate 'page').
Thanks folks!