Embedding Flash within a Notes Doc

I am trying to embed a small test animation within a Notes Page. This is the code that I have made pass-thru html straight onto the page:

<param name=movie value="//Test3.swf">

<param name=quality value=high>

<embed src="//Test3.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="650" height="500">

</embed>

The .swf file has been saved as a Shared File Resource. When I load the page thru IE, it looks like it’s trying to load it, but never quite gets there. Any ideas?