I am using the javascript approach to embedd flash into a web page, but I am unable to successfully float the flash object to the left with sufficient text wrap from the other paragraphs in the containing div.
<p> This should be a flash movie. Flash player 6 or above should installed. </p> </div>
<script type="text/javascript"> var so = new SWFObject("/flash/shell_scheme_colours.swf", "orgshellMovie", "300", "200", "6", "#fff"); so.write("flashcontent"); </script>