DuRanG
04-13-2003, 05:27 AM
createEmptyMovieClip("mcconteudo", 1)
mcconteudo.createTextField("conteudo", 1, 0, 14, 9999, 20)
mcconteudo.conteudo.font = "Verdana"
mcconteudo.conteudo.embedFonts = true
mcconteudo.conteudo.text = "Teste testando, teste testando, teste teste, testando!";
look at this code. as you can see in line 4, i used embedFonts, but it just doesn´t work. (when its true, the textfield disapears)
anyone?
mcconteudo.createTextField("conteudo", 1, 0, 14, 9999, 20)
mcconteudo.conteudo.font = "Verdana"
mcconteudo.conteudo.embedFonts = true
mcconteudo.conteudo.text = "Teste testando, teste testando, teste teste, testando!";
look at this code. as you can see in line 4, i used embedFonts, but it just doesn´t work. (when its true, the textfield disapears)
anyone?