this is pissing me off???  I am trying to embed flash into a page using wordpress & it's not working.  Figured maybe I wrote the code wrong,  so wrote it as an html page & it works fine on a regular page, but wont even load on wordpress??  It's pissing me off??
	Code:
	<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
		    WIDTH="120" HEIGHT="60"
		    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0">
		<PARAM NAME=movie VALUE="dsa[1].swf"> 
		<PARAM NAME=Play VALUE="true"> 
		<PARAM NAME=Loop VALUE="true"> 
		<PARAM NAME=Quality VALUE="high"> 
		<PARAM NAME=Scale VALUE="showall">
		<PARAM NAME=Menu VALUE="true"> 
		<PARAM NAME=BGCOLOR VALUE="#c0c0c0">
			<EMBED TYPE="application/x-shockwave-flash"
		          pluginspage="http://www.macromedia.com/go/getflashplayer"
		          SRC="dsa[1].swf"
		          WIDTH="120"
		          HEIGHT="60"
		          Play="true"
		          Loop="true"
		          Quality="high"
		          Scale="showall"
		          Menu="true"
		          BGCOLOR="#c0c0c0"
			></EMBED>
		</OBJECT>