Just white screen after loading animation. Movie is loaded, but nothing happens after that.
Tracing PPB_CharSet reveals some strings (XML's) in Shift_JIS encoding are treated like UTF-8. Conversion expectedly fails. Changing ppb_char_set_get_default_char_set() to return "Shift_JIS" seems to fix the swf.
Need to revisit ppb_char_set_get_default_char_set(). What encoding it should return and why? The same swf movie works fine in Chrome launched on the same machine with UTF-8 locale.
Just white screen after loading animation. Movie is loaded, but nothing happens after that.
Tracing
PPB_CharSet
reveals some strings (XML's) in Shift_JIS encoding are treated like UTF-8. Conversion expectedly fails. Changing ppb_char_set_get_default_char_set() to return "Shift_JIS" seems to fix the swf.Need to revisit ppb_char_set_get_default_char_set(). What encoding it should return and why? The same swf movie works fine in Chrome launched on the same machine with UTF-8 locale.