Type writing

[COLOR=#0000ff][/COLOR]
Hi ,
first exuse for my english! I read a tutorial about dynamic type writing on Actionscript.org and i found it very usefull!!! It load a dynamical typing text.

The page uses 3 layers with 3 frames:

-actions
-text(dynamic)
-button

action 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;the button code:[COLOR=#000087]on[/COLOR] (release) { [COLOR=#000087]play/COLOR;}I would like to ask you how can i realize a web page where the text start immediately, without pressing the button? Is it possible? For an example of what i mean [COLOR=#800080]www.hangten.com[/COLOR] . I am using flash mx 04.

Write me soon. Thanks.

Samuele.