thanks but i have tried that already... again i am not very proficient with html and may have done something wrong... have a look at what i put in the editor <>:
<html>
<head>
<title>Movie1.swf</title>
</head>
<body bgcolor="#000000">
<left>
<object classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
id="Movie1" width="100" height="150">
<param name="movie" value="Movie1.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#000000">
<embed name="Movie1" src="Movie1.swf" quality="high" bgcolor="#000000"
width="100" height="150"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>
</object>
</center>
</body>
</html>
and when i save it, publish, and go to the live site theres only a blank black box there...
i dont believe that mambo is doing anything for this specific module... i just want a .swf that has a graphic that says "point your mouse here" and when they do it plays a soundclip...when they move off of it it stops.
i wanted it in a module block just to conform with the page so i created a new module and named it and then entered they above html in the <> then saved it... nothing shows on the front end though.
thanks.