I have been trying to figure out how to get my flash file to work in my content page as a widget, here is the code below
<html>
<body>
<object classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000" width="222" height="162">
<param name="MOVIE" value="Player016-White.swf">
<param name="QUALITY" value="HIGH">
<embed src="Player016-White.swf"
quality="high"
type="application/x-shockwave-flash"
width="222" height="162"
>
</embed></object>
</body>
</html>
here is a link showing the file working in an html page
http://rolltidebama.com/jukebox.html
thanks for any ideas