Floating Flash question

I have this code in my html file:

 
<div id="MenuFlash" style="z-index: 5; visibility: visible; position: relative; top: -120; left: 50;">
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="[http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0](http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0)" width="550" height="260">
	<param name="movie" value="MenuConecta.swf">
	<param name="quality" value="high">
	<embed src="MenuConecta.swf" quality="high" pluginspage="[http://www.macromedia.com/go/getflashplayer](http://www.macromedia.com/go/getflashplayer)" type="application/x-shockwave-flash" width="550" height="260"></embed>
  </object>
</div>

I’m using Dreamweaver, but the thing is that I dont really remember how to do one thing. Last time I did this, I could move the entire movie arround the page freely, like if it was a powerpoint presentation. But now I find I must enter values to move it.

Can anyone please remember me how can this be done? Thanks!