开发者

how to disable automatic URL encoding in flash

开发者 https://www.devze.com 2023-03-20 14:18 出处:网络
i need to disable automatic url开发者_如何学运维 encoding in flash as2 because i have URL link with special characters š,č,á,é,í

i need to disable automatic url开发者_如何学运维 encoding in flash as2 because i have URL link with special characters š,č,á,é,í

need to disable all of '%' this

any help_? thanks


In as2 this is not a problem as far as I know. But you can try

System.useCodepage = true;

0

精彩评论

暂无评论...
验证码 换一张
取 消