|
From: ktukker <kt...@us...> - 2003-03-12 21:26:44
|
CVS commit by ktukker: This is the AMFPHP implementation of the Macromedia ParkService demo. The first implementation was done by Marc Camps of BrightAlley (www.brightalley.nl) I've rewritten the php and flash file for the usage with the new framework. Yep... I know, the fla file is large...... Macromedia ParkService implemented for AMFPHP ============================================== Contact: amf...@li... INSTALLATION ------------ 1. Create mysql database #> mysqladmin create parkservice 2. Import database records cat db/database.sql | mysql parkservice N.B. For these steps, it may be necessary to use a mysql username and password. This depends on your own installation 3. Put the flashservices/ library into your php include_path. This can be a system wide include_path or just your current directory. If you don't have a system wide include_path, put the flashservices/ in the same directory as the gateway.php and services/ directory (see step 4) 4. put the gateway.php and the services/ direcotry under a directory of your webserver. For example: webroot/parkservice/ . The URL could be something like http://yourhost/parkservice/gateway.php 5. Open the Flash-animation in Flash MX (campSelector.fla). In frame 1 change the variable gatewayurl to your own URL from step 4. 6. Run the movie... A sources/examples/parkservice/db/database.sql 1.1 |