KCW Weird Error - TLS ProgressEvent Error

6 replies [Last post]
Joined: 04/18/2010
Points: 5

We've been working in a KCW spanish translation.

1. We created a custom uiConfId.
2. We changed the localization strings (renamed the en_US_kaltura)
3. We changed colors, etc

It's working Ok in a debug deploy. You can check it here: http://vivir2.nextperience.net/kcw-nextp/ContributionWizard.html#

Now the problem is, when we deploy for "release", we get an error:

[ProgressEvent type="error" bubbles=false cancelable=false eventPhase=2 bytesLoaded=0 bytesTotal=0]

This is the release version: http://vivir2.nextperience.net/kcw-nextpr/ContributionWizard.html#

Why ? I think it's related to TLS. Is there any additional restriction in release mode ?

Thanks in advance,
Anibal

Joined: 03/02/2010
Points: 18

Hola Aníbal.

Can you use written accent in your spanish translation? I have traslate the KCW to Spanish but my translated KCW don't show written accents or Ñ.

Thanks in advance

Joined: 04/18/2010
Points: 5

To use special characters, I changed some localization files to UTF-8 (editing with the notepad).

Regards,
Anibal

Joined: 03/02/2010
Points: 18

I have changed the localization files to UTF-8 and recompiled the project but it doesn't work for me. I can't see special characters in your KCW spanish translation. Are you using these characters?

I can't deploy the compiled KCW (release or debug version) with kalturaCE. There may be incompatibilities with versions (1.5.2 of the KCW source code, the 1.5.4 and 2.6.4 versions of the kalturaCE KCW).

You can see more info there: http://www.kaltura.org/current-kcw-source-ce

Also, If you are using the KCW with ContributionWizard 1.5.4 you have two kinds of .xml file: with like root label, and with like root label.

If you want to deploy the generated styles.swf and the locales.swf in your server. The best way is to create a new uiconfid and associate a uiconf.xml file to your new KCW.
Then, you have to edit the label and set the url to your styles.swf and edit the with the url of your locales.swf file.

Regards

Joined: 04/18/2010
Points: 5

Any clue on "TLS ProgressEvent Error" ?

Thanks,
Anibal

Joined: 03/02/2010
Points: 18

Sorry, but my KCW have the same behavior in debug and release deployment (I have problems with the .xml file but I can connect with the server in debug and release deployment). I am using kalturaCE server version. Maybe, you have restrictions if you try to connect to the kaltura.com server in release mode.

You can try to contact with the kaltura team but they seems to be lost in combat...

Regards

Joined: 04/21/2010
Points: 18

Try adding 'latin' chars into your css file:

src/styles.css

line 504

@font-face {
src: url("../assets/fonts/TAHOMA.ttf");
fontFamily: "ArialEmbedded";
unicode-range:
U+0020-U+0040, /*Punctuation, Numbers and Symbols */
U+0041-U+005A, /*Upper-Case A-Z */
U+005B-U+0060, /*Punctuation and Symbols */
U+0061-U+007A, /*Lower-Case a-z */
U+007B-U+007E, /*Punctuation and Symbols */
U+0041-U+00FF, /* latin block */
U+0020-U+002F, U+0030-U+0039, U+003A-U+0040, U+0041-U+005A, U+005B-U+0060, U+0061-U+007A, U+007B-U+007E
}

@font-face {
src: url("../assets/fonts/tahomabd.ttf");
fontFamily: "ArialEmbedded";
font-weight:bold;
unicode-range:
U+0020-U+0040, /*Punctuation, Numbers and Symbols */
U+0041-U+005A, /*Upper-Case A-Z */
U+005B-U+0060, /*Punctuation and Symbols */
U+0061-U+007A, /*Lower-Case a-z */
U+007B-U+007E, /*Punctuation and Symbols */
U+0041-U+00FF, /* latin block */
U+0020-U+002F, U+0030-U+0039, U+003A-U+0040, U+0041-U+005A, U+005B-U+0060, U+0061-U+007A, U+007B-U+007E

Also replace your files : styles.swf, kcw_en_EN.swf, ...