The new embedFlash() takes 4 parameters instead of 3 in the old one:
(swf_url, swf_container, swfVersion, opt_params), so I think its got
to be something like this:

gadgets.flash.embedFlash(url, "flashcontainer", 9, {
id: "flashvid",
width: mywidth
height: myheight,
allowScriptAccess: "always"
})

Cheers

On Aug 24, 6:25 am, prac <[email protected]> wrote:
> Hello
>
> I think you forget the comma after width: mywidth
>
> must be
>
> width: mywidth,
>
> I hope this will help you
>
> --
>
> prac
>
> --

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" 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/Google-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to