two things I notice in your embedSWF call - I have changed in the code below
(listed afterwards)
swfobject.embedSWF("tori_intro.swf", "myContent", "965", "315", "9.0.0",
false, {}, {wmode: 'opaque'});


   1. don't pass the swf to the express install argument that is not the way
   this is used (this was not the cause of the issue but should be corrected
   users with player less than 9 would get a weird exp)
   2. (this as the cause of the problem) you were passing params to the
   flashvars args. They were in the wrong structure too.
      - use object notation not string
   - use opaque not window (wmode transparent may cause issues opaque you
      get the desired results)



- S



On 9 June 2010 21:37, humbucker <[email protected]> wrote:

> Hi!
>
> Here is my problem, I've been asked to add a fancybox splash screen on
> the start page of a website, meaning this screen is coveing my
> homepage until the client clicks on it.
>
> The problem : the whome flash animation can't be seen anymore because
> it's starting while the splash screen is on top of it
>
> Is there a possibility to start the swfObject embed swf only when this
> splash screen is closed ?
>
>
> A demo is better than a thousand words : http://bit.ly/9NToJH
>
>
> Thanks a lot !
>
> --
> You received this message because you are subscribed to the Google Groups
> "SWFObject" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<swfobject%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/swfobject?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.

Reply via email to