Im trying to get a flash animation (.swf) to play in a .asp page. The animation has been exported in the htm_files but will not play now the page has been renamed .asp. I have inserted the following code into the placeholder and named the placeholder <object>:

<object type="application/x-shockwave-flash" width="347" height="236" data= flash.swf">
<param name="movie" value="flash.swf">
</object>

and have replaced both instances of "flash.swf" above with the actual file name. Can somebody tell me what I am doing wrong? Without this code the page didn't load at all. Right clicking the area on the page brings up a message saying "movie not loaded"

Thanks for any suggestions.