I have been able to embed numerous flash objects into various websites. Although many sites are different, the "basic" embed code placed in a module will format itself to pretty much all websites, so things like parameters, class object id's, application type, etc... you don't have to worry about it. The "completed" embed code includes the parameters and script settings included. Just copy and paste into any html module. The default size I set to 600px height by 600px width.
HTML EMBED CODE FOR "LFS REMOTE" (basic code for all websites)
HTML EMBED CODE FOR "LFS REMOTE" (completed code / parameters set)
HTML EMBED CODE FOR "LFS REMOTE" (basic code for all websites)
<p align="center"><object><embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" src="http://www.lfsworld.net/remote/remote.swf" height="600" width="600" wmode="transparent" /></object><br />
<a title="Visit the www.LFS.net website" href="http://www.lfs.net"><img src="http://img509.imageshack.us/img509/6128/lfsnet.jpg" /></a><br />
HTML EMBED CODE FOR "LFS REMOTE" (completed code / parameters set)
<p align="center">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="600" width="600">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="http://www.lfsworld.net/remote/remote.swf" />
<param name="wmode" value="transparent" />
<embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" src="http://www.lfsworld.net/remote/remote.swf" height="600" width="600" wmode="transparent" />
</object><br />
<a title="Visit the www.LFS.net website" href="http://www.lfs.net"><img src="http://img509.imageshack.us/img509/6128/lfsnet.jpg" /></a><br />