Actually the code you see is something that I was given by the developer of the chat. At the beginnign I used to wonder why there were two swf in the page, and I then found out that to be sure that the swf is not called directly there are two of them. Don't ask me why, because I don't really know.
As I told you I can't really show you the page, since the chat is not under a GPL license, and I'm not allowed to give anyone access to files. What is a mock up? I'm sorry but I'm not that good at English On Feb 13, 9:06 pm, littleChe <[email protected]> wrote: > 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... > > 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.
