Hi there!
I’m using the Macromedia MX2004 flash version, and i got this code that i’m trying to use to make a textbox, with external text.
System.useCodePage = true;
loadVariables(“agenda.txt”, “_root/info”);
stop();
This code allows me to load the text from a notepad file. The problem is, the tag “System.useCodePage = true;”. FlashMX2004 doesn’t recognise this, and tells me that there is no variable system, or usecodepage. This tag is really important, because it should allow flash to regconize carachters like ç, ã, õ, á, à, é, è, etc, and this is really important, because in my country these carachters are allmost impossible to avoid in a sentence.
Somebody already told me to make text render as html, and it works! The problem is that redering text as html, i can’t actualize information only by editing my notepad file, so the better way is using the first sample of code i showed here.
Can somebody help me please?
Thank you very much!:hugegrin: