Is this correct?
LoadMovie(_root.blah.text, 0);
I want to load a movie according to wat i tpye in a text box. is the script correct?..
please help?!?!?
Printable View
Is this correct?
LoadMovie(_root.blah.text, 0);
I want to load a movie according to wat i tpye in a text box. is the script correct?..
please help?!?!?
hi,
code:
loadMovieNum(_root.blah.text, 0);
where blah is the instance name of the textfield on the main timeline.