I have been struggling to get label text on my flash maps. I have no problem using the True Type Fonts to create a png, but I cannot get any text to appear when I try to create swf files ( I have tried the fdb fonts from ming, and other fdb fonts I found for download ). Am I missing any parameters ( see below )? Does anyone have an example that works they are willing to share?
Any help or pointers are appreciated.
Thank you.
Shannon

   CLASS
      NAME "fivepolys"
      EXPRESSION (([SCORE] >= 1) && ([SCORE] <= 5))
LABEL COLOR 1 1 1
          OUTLINECOLOR 255 255 255
          #TYPE BITMAP
          FONT helvetica
          SIZE 14
          #ANTIALIAS TRUE
          POSITION CC
          PARTIALS false
          FORCE true
          BUFFER 4
         END # end of label
END # CLASS

Reply via email to