Groups | Blog | Home
all groups > flash actionscript > october 2006 >

flash actionscript : [F8] Load text Problem


Vox
10/7/2006 8:53:12 PM
using flash 8, im having problems with my text showing up. Text Field has
correct instance name. I used this code a long while back using MX, Im
wondering if its just the AS version?

code on first frame:
this.loadVariables("songList.txt");

Animation to frame 15 (code) for textbox:
stop();
listBox="";

for(i=1;i<50;i++){

listBox+="<font
color='#333333'>"+this["artist"+i]+"</font>"+newline+this["song"+i]+newline+"...
............................"+newline;

}

The trouble is, the text doesnt show up. Fonts are embedded.
kglad
10/7/2006 10:56:04 PM
AddThis Social Bookmark Button