gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] [bug #33718] Fail to load xml if the path have UTF8 s


From: Sandro Santilli
Subject: Re: [Gnash-commit] [bug #33718] Fail to load xml if the path have UTF8 special character
Date: Wed, 6 Jul 2011 09:06:19 +0200

On Wed, Jul 6, 2011 at 1:13 AM, francois.borlet-hote
<address@hidden> wrote:
> I don't have Adobe CS for creating small swf.
> I can't send the swf with the problem (copyright).
> But if you send me 2 sample i can try to redo the problem.
>
> The first sample is a swf which load data from a xml with a different 
> filename than the swf. [test1.swf and test1_data.xml]
> The second sample is a swf which load data from a xml with the same filename 
> (even if I rename the swf) [test2.swf and test2.xml].
> If I rename the test2.swf in test3.swf, the flash want to load the test3.xml
>
> Maybe is the fact to load the xml with the same filename in ActionScript... I 
> don't know...
>
> Thanks

Maybe it is the AS string functions not being UTF8 aware, if you're making up
the to-be-loaded path using AS (rather than passing a relative path to
load and let
the player resolve that for you).

Do you have Ming ? www.libming.org. That's what I'm using to make the tests.
The test I've made is as simple as:

x = new XML;
x.load('test.xml');

And compiled into a directory with UTF-8 chars in it.

Please use the tracker for further replies, so everyone can partecipate.

--strk;

>
>
>
>> Message du 05/07/11 18:56
>> De : "Sandro Santilli"
>> A : "Sandro Santilli" , "François BORLET-HOTE" , address@hidden
>> Copie à :
>> Objet : [bug #33718] Fail to load xml if the path have UTF8 special character
>>
>> Update of bug #33718 (project gnash):
>>
>> Status: None => Need Info
>>
>>
>> _______________________________________________________
>>
>> Reply to this item at:
>>
>>
>>
>> _______________________________________________
>> Message sent via/by Savannah
>> http://savannah.gnu.org/
>>
>>
>
> Une messagerie gratuite, garantie à vie et des services en plus, ça vous 
> tente ?
> Je crée ma boîte mail www.laposte.net
>



-- 

Free GIS & Flash consultant/developer
http://strk.keybit.net/services.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]