Thank you for replying so quickly.
Here you have an example of the script that works fine in FF but not
in IE :
http://digitalfun.it/facebook/sportevinci/chat/chat/flashchat2.php?id=user&pwd=password
Usually in user and password there are different things, but I've
created the user "user" for this purpose.
I don't know if I'm allowed to show the whole script, here is a part
of it:
<script type="text/javascript" src="history/history.js"></script>
<script type="text/javascript"
src="history/history.css"></script>
<script type="text/javascript" src="javascript/swfobject.js"></
script>
<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>
On Feb 13, 8:57 pm, Sam Sherlock <[email protected]> wrote:
> Do you have a sample of code your using or better a link for other to see
> whats up.
>
> - S
>
> On 13 February 2010 18:09, littleChe <[email protected]> wrote:
>
> > Hi,
> > I'm using SWFObject in my website to load a chat. This chat takes as
> > parameters (flashvars) login and password of the user. Now, I don't
> > have problems with no browser, except IE. IE doesn't take those
> > flashvars.
>
> > How can I solve this problem?
>
> > Bye,
> > Luca
>
> > --
> > 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.