So are you passing strings back and forth between Flash and jsfl and characters 
are getting lost?
If that's the case, any way you can avoid passing strings around?
Try urlencoding the string?
Try setting System.useCodepage = true in the swf?

Just thinking out loud..

regards,
Muzak

----- Original Message ----- 
From: "Steven Sacks" <[EMAIL PROTECTED]>
To: <flashcoders@chattyfig.figleaf.com>
Sent: Wednesday, June 13, 2007 7:02 PM
Subject: [Flashcoders] JSFL not getting along with Swedish characters


> There is an issue with JSFL not being able to open an FLA using
>
> fl.openDocument(path)
>
> where path contains a special character, a Swedish vowel.  It seems that the 
> vowel is being removed from the string.
>
> This is how the path is generated:
>
> FLfile.listFolder() is used to target a folder, which JSFL copies files to 
> from an absolute location (in the Configuration 
> folder).
>
> The two separate FLfile.listFolder() calls are handled in Flash, however.  
> One call occurs and the result is passed back to Flash, 
> and it is then passed back to another JSFL file to use for the second call.
>
> Any ideas?


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to