I have used this code to display the above example. To change the size of the player, just change the 320,240 values.
<script type="text/javascript" src="swfobject21.js"></script> <script type="text/javascript"> var flashvars = {}; var params = {}; swfobject.embedSWF("sandals.swf", "flashContent", "320", "240", "9.0.0","expressInstall.swf", flashvars, params) </script> <div id="flashContent"> Detecting Flash </div>
The SWFObject JavaScript software was used to embedd the swf into the webpage.