I would start by putting your setup into a full html,head, body page

I guess you generating the code server-side - this is ok but you need to
ensure that the output is what swfobject is expecting

The link has two calls to swfobject both targeting the same div dynamically.
 I don't see why? also is this link a mock up

Post back after you have the swf in a full html page, and decide which
swfobject of the two you have your using

- S




On 13 February 2010 20:06, littleChe <[email protected]> wrote:

> <script type="text/javascript">
>                        <!--
>                        var flashvars = {
>      login:"'.$params["login"].'",
>      password:"'.$params["password"].'"
>      };
>
>                        var params = {};
>                        params.quality = "high";
>                        params.allowScriptAccess = "always";
>                        params.allowFullScreen= "true";
>                        params.bgcolor = "#FFFFFF";
>
>                        var attributes = {};
>                        attributes.id = "flashchat";
>                        attributes.name = "flashchat";
>                        swfobject.embedSWF("
> http://digitalfun.it/facebook/sportevinci/chat/
> chat/'.$movie.'?'.$fv.'", "'.$id.'", "'.$width.'", "'.$height.'",
> "9.0.0", false, flashvars, params, attributes);
>                        -->
>        </script>
>

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