Hi helpers 
I want to have a flash animation file play and go right into a page without having to 'click here to enter',
how do I do that ?
I am using dream weaver, I inserted the flash file and it wrote this script
<object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="850" height="500">
<param name=movie value="animation/intro.swf">
<param name=quality value=high>
<embed src="animation/intro.swf" quality=high pluginspage=" type="application/x-shockwave-flash" width="850" height="500">
</embed>
</object>
what is the very next thing I do to make the new page come up. my guess was this
parent.window.location="introstatic.htm"
but that was wrong
I know if I put href the link shows up you click and you've moved into the new page, but I don't want to have that click.
appreciate any help.
thanks
nibleto

I want to have a flash animation file play and go right into a page without having to 'click here to enter',
how do I do that ?
I am using dream weaver, I inserted the flash file and it wrote this script
<object classid="clsid

<param name=movie value="animation/intro.swf">
<param name=quality value=high>
<embed src="animation/intro.swf" quality=high pluginspage=" type="application/x-shockwave-flash" width="850" height="500">
</embed>
</object>
what is the very next thing I do to make the new page come up. my guess was this
parent.window.location="introstatic.htm"
but that was wrong

appreciate any help.
thanks
nibleto