On Jul 23, 5:30 pm, Vincent Polite <[email protected]>
wrote:
> er... actually just noticed...
>
> change the var SWFLoad (although that might work) to...
>
> function SWFLoad() {
> // your code here
>
> }
>
> Note that the $(document).ready() call is only taking the function name as a
> parameter.  You are passing the function itself as a parameter, not
> evaluating the function like SWFLoad().
>
> VP


>On Jul 23, 5:30 pm, Vincent Polite <[email protected]> wrote:
> er... actually just noticed...
>
> change the var SWFLoad (although that might work) to...
>
> function SWFLoad() {
> // your code here
>
> }
>
> Note that the $(document).ready() call is only taking the function name as a
> parameter.  You are passing the function itself as a parameter, not
> evaluating the function like SWFLoad().
>
> VP

That seems to have done it! :)

Thank you!

My only question now is, is there a way around having the JPEG (alt
content) not show up for a split second before the flash loads?   I'm
guessing that this is because the call for the SWFObject is in line
and not in the head?

Here it is live and in action:  http://tinyurl.com/kj6ojy

in Safari the JPEG is visible just a touch longer than in IE or FF.
It's probably not that big of a deal but if there was a way around
that switch from teh alt content to the flash content that would make
this absolutely perfect!
--~--~---------~--~----~------------~-------~--~----~
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