Incorrect charset or text!

When I tryed to chating in Sparkweb in moment writing text, charset is not correct and switch to enother language not working in that interface.

What’s problem? SparkWeb supported only one charset? Please help!!!

I have the same problem.

How to change the keyboard settings ?

Thank’s !

Here too.

I cannot type the question mark ‘?’ with a german keyboard layout.

I`m facing this problem as well. While most chars are correct (f.e. ö, ä, ü), all other special character seem to be wrong.

edit: the problem only occurs when using Firefox, did you make the same experience ? when using IE everythings fine …

I think i found a solution at the german board of flashhilfe.de. The bug is also described at mozilla at https://bugzilla.mozilla.org/show_bug.cgi?id=338797

okay, you can easily solve the problem, if you

  • open the main html document (f.e. sparkweb.html)
  • search “wmode”
  • edit the “opaque” into “standard”

should look like this afterwards:

AC_FL_RunContent(

        "src", "SparkWeb",

        "width", "100%",

        "height", "100%",

        "align", "middle",

        "id", "SparkWeb",

        "quality", "high",

        "bgcolor", "#869ca7",

        "name", "SparkWeb",

       ** "wmode", "standard",**

        "flashvars",'historyUrl=history.htm%3F&lconid=' + lc_id + '',

        "allowScriptAccess","sameDomain",

        "type", "application/x-shockwave-flash",

        "pluginspage", "http://www.adobe.com/go/getflashplayer"

Greetings,

peterparca

Good answer,

Thank’s