Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Harborn-digital/Swfloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>