0.0.1 • Published 8 years ago

connectholland-swfloader v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

SWFLoader

How to use

  1. Add prototype to the document
  2. Add swfloader.js to the document head
<script language='javascript' type='text/javascript' src='swfloader.js'>&#160;</script>
  1. 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>
0.0.1

8 years ago