Groups | Blog | Home
all groups > flash actionscript > may 2004 >

flash actionscript : textfield on movieclip


Vancats
5/26/2004 8:27:27 PM
I got a simple but weird problem abt creating textfield on a movieclip...

_root.tranparent_layer1.createTextField ("mytext", 1, 10, 45, 1000, 22) ;
mytext.html=true;
mytext.htmlText= "<a href='http://nhl.com'>home</a>";

(note, tranparent_layer1 is a blank clip which to located the html text.)
If i simply use the following, it works fine! is there anyone exp something
like this??

_root.createTextField ("mytext", 1, 10, 45, 1000, 22) ;

kglad
5/26/2004 8:44:37 PM
_root.tranparent_layer1.createTextField ("mytext", 1, 10, 45, 1000, 22) ;
_root.tranparent_layer1.mytext.html=true;
AddThis Social Bookmark Button