| 
 Go in your installation 
                            folder and open the "API Components" directory. 
                            You will find two sub folders containing the Macromedia
                            Flash Extension files: 
                             
                            » flash_mx: 
  SmartFoxClient.mxp: AS 1.0 API for Flash MX 
   
» flash_mx2004: 
  SmartFoxClient_AS1.mxp: AS 1.0 API for Flash MX 2004 
    SmartFoxClient_AS2.mxp: AS 2.0 API for Flash MX 2004  
 
Double click the appropriate file and follow the
                            simple instructions to install the component. After
                            the installation you will be able to use the client
  API by adding this line of code at the very beginning of your Actionscript: 
                             
                            #include "SmartFoxClient.as" for AS 1.0
                            version component or 
                            import it.gotoandplay.smartfoxserver.* for AS 2.0
                            version component  
                             
                            In case you need to upgrade your Macromedia Extension
                            Manager please download the latest 
                        version.  |