Question
Flash to ASP - System.useCodepage = true????
Hi
I use Flash to communicate with an ASP page. The problem is when I try to transfert Data from Flash to ASP (LoadVar) if I use System.useCodepage = true, all works great. If I don't use that, it means that by defalut it's false, every Franch char like (éÉèÈàÀçÇ.....) does not display correctly when the ASP use them.
The problem is that when I set System.useCodepage = true, if I load external document like .txt or .xml, they are interpreated by Flash has Unicode. Just like in Flash 5. If I want to load them in another format I need to set the System.useCodepage to false. In this way, the ASP data transfert will not display perfectly.
Is there a way to transfert Data to ASP from Flash without setting the useCodepage to true, and keeping the french chars as they are supposed to display.
Tanx for your help

I use Flash to communicate with an ASP page. The problem is when I try to transfert Data from Flash to ASP (LoadVar) if I use System.useCodepage = true, all works great. If I don't use that, it means that by defalut it's false, every Franch char like (éÉèÈàÀçÇ.....) does not display correctly when the ASP use them.
The problem is that when I set System.useCodepage = true, if I load external document like .txt or .xml, they are interpreated by Flash has Unicode. Just like in Flash 5. If I want to load them in another format I need to set the System.useCodepage to false. In this way, the ASP data transfert will not display perfectly.
Is there a way to transfert Data to ASP from Flash without setting the useCodepage to true, and keeping the french chars as they are supposed to display.
Tanx for your help