4 Replies Latest reply: Jul 5, 2009 9:01 AM by decpariem RSS

    problem with fonts

    decpariem Community Member

      hi!

      i am developing a flash site with buttons that go to frames where the content is loaded through mcs.

      i have a mc that has a dynamic text that loads its content from a txt file through this:

       

      myData=new LoadVars();

      myData.onload=function() {

      home.text=this.myVariable;

      };

      myData.Load("data/home.txt");

       

      tha home.txt file contains a greek text.

       

      can you please tell me exactly what can i do to obtain the greek text? cause now the only thing that it shows up is boxes!

       

      i can do something with the properties of the dynamic text or with the txt file encoding or both? or nothing?