- Add prototype to the document
- Add swfloader.js to the document head
<script language='javascript' type='text/javascript' src='swfloader.js'> </script>
- Load the flash file into swfloader (check the SWFLoader class for more optional params)
<script language='javascript' type='text/javascript'>
swfloader.load("divname", "swfname", "filename.swf", 220, 300, "#FFFFFF");
</script>