unclewilco
08-27-2003, 05:00 AM
getting myself in a fix.....basic but just can't get it..
help!!!
loadText = new loadVars();
loadText.load("date.txt");
loadText.onLoad = function() {
myDynamicText.text = loadText;
};
_root.createTextField("myDynamicText",2,-5,0,150,20);
_root["myDynamicText"].border = true;
_root["myDynamicText"].html = true;
_root["myDynamicText"].myformat = new TextFormat();
_root["myDynamicText"].myformat.color = ff0000;
_root["myDynamicText"].myformat.bullet = false;
_root["myDynamicText"].myformat.underline = true;
_root["myDynamicText"].setTextFormat(myformat);
cheer wilco
help!!!
loadText = new loadVars();
loadText.load("date.txt");
loadText.onLoad = function() {
myDynamicText.text = loadText;
};
_root.createTextField("myDynamicText",2,-5,0,150,20);
_root["myDynamicText"].border = true;
_root["myDynamicText"].html = true;
_root["myDynamicText"].myformat = new TextFormat();
_root["myDynamicText"].myformat.color = ff0000;
_root["myDynamicText"].myformat.bullet = false;
_root["myDynamicText"].myformat.underline = true;
_root["myDynamicText"].setTextFormat(myformat);
cheer wilco