Links

this is going to sound like a dumb question but i am very new to flash. i want to link a flash button to page made in dreamweaver. so i am going from a flash slpash page to html…(if i am correct<–noob) its all on my ftp server so how do i write the actionscript to find the page i want it to?

i am sure that i worded this whole thing wrong so bear with me…heh
anyhelp would be great…

if you want to im me…

bizarousa = aim
jedlly@hotmail =messanger
olvera98 = yahoo

or just leave it here… thanks in advance if anyone can help!

[AS]on(release){getURL(yourhtmlfile.html , window)}[/AS]replace window for one of this options:

	•	**_self** specifies the current frame in the current window.
	•	**_blank** specifies a new window.
	•	**_parent** specifies the parent of the current frame.
	•	**_top** specifies the top-level frame in the current window.