public static useCodepage : Boolean
Flash Media Server sends text in UTF-8 format. If you set System.useCodepage = true in your code, your media application might not work properly. A value of true causes Flash Player to handle text based on the end user's code page, as in early versions of the player. However, Flash Player 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 is likely to result in unexpected behavior and is strongly discouraged. For example, text might not be sent and received properly from the server. For more information on System.useCodepage, visit the Adobe Flash Support Center.
Flash Media Server (not required); Flash Player 6.