The System class

Macromedia Flash Media Server sends text in UTF-8 format. If you set the System.useCodepage to a value of true in your ActionScript code, your media application might not work properly. A value of true causes Flash Player to treat all text based on the end user's code page, as in early versions of Flash Player. Flash Player, however, will still send UTF-8 encoded text to Flash Media Server and all text received from the server will be UTF-8 encoded as well. Setting System.useCodepage = true in a Flash Media Server application will likely result in unexpected behavior and is strongly discouraged. For example, text may not be sent and received from the server properly. For more information on System.useCodepage, see the ActionScript 2.0 Language Reference or the article "Unicode in Macromedia Flash" on the Macromedia website.


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/fms/2/docs/00000074.html