Table of contents:
- What's new
- AMF Overview
- Installation
- Service Browser
- Installation
- Security
- Fundamentals
- Security
- Datatypes
- Class Mapping
- Sessions
- Creating Services
- Getting Started
- Debugging
- Tutorials
- AMFPHP Development
- Development Roadmap
- SVN Access
Installing AMFPHP on your server
Download AMFPHP here from sourceforge. Unzip the download to reveal a folder called amfphp.
FTP the Aamfphp folder into the document root of your webserver. Many examples on the web rename the amfphp folder to flashservices when they place the contents on the server. For simplicity sake we will keep it as amfphp. For AMFPHP to work with Flash and Flex you will only need the following folders. To learn more read about security.
Testing the installation
Use a web browser and load the gateway.php file in the folder that you just uploaded. If you are developing locally, you can load http://localhost/amfphp/gateway.php. If the installation is working properly you will see the following content in your web browser. Otherwise you have a PHP error on your server.
It's installed!
AMFPHP is now installed on your server. Now it's time to connect to your first service.
