Hi to all, i’m new!!!
first exuse for my english! I read a tutorial about “ preloading external movie clips “ on Kirupa site and i found it very usefull!!!
I would like to ask you why dynamic texts on the secondary .swf is not loaded?
For example i realised a .swf with dynamic text box where i load a dynamical typing text using 3 frames with this code:
Frame 1:
q = 1;[COLOR=#000087]text[/COLOR] = “[COLOR=#0000ff]this is where you put your text[/COLOR]”;[COLOR=#000087]stop/COLOR;Frame 2:[COLOR=#000087]if[/COLOR] (q < [COLOR=#000087]text[/COLOR].[COLOR=#000087]length[/COLOR]) { textbox = [COLOR=#000087]text[/COLOR].[COLOR=#000087]substring[/COLOR](0, q); q++} [COLOR=#000087]else[/COLOR] { textbox = [COLOR=#000087]text[/COLOR]; [COLOR=#000087]gotoAndStop/COLOR;}Frame 3:[COLOR=#000087]gotoAndPlay/COLOR;When it load this page it shows all images, buttons etc. but why not my text box? I am using flash mx 04.
Write me soon. Thanks.
Samuele.