I am having problems with special characters. Here is what I've done so far. First I added all the UTF-8 character codes for the characters I needed in a Text file . On the first line of the text file I have this...with the corresponding codes underneath

//!-- UTF8
232
233
234
235
236



..I saved it as "myText.as" .. in UTF8 format...I saved mine in winXP notepad because I tried with other text editors and it wouldn't work

then in the Actionscript editor type these lines in the first frame.

System.useCodePage = true
#include "myText.as"

This worked great in a player and now on my computer to type these characters into an input text field. However, over the internet it doesn't work. Please help. Thanks.