Change PHPSESSID in amfphp

January 20th, 2008

I update the session section in the documentation to explain how to change the session ID of your application. This is very useful when you have several flash files running in different environments such as browser, air, or a frame that will receive a different sessionid for each connection. Use flashes localconnection class to send the master sessionid and tell all your other connections to update there id.

Session Example

Hope that this helps!

Wade

AMFPHP, Flash Platform

Populate a Flash CS3 DataGrid with AMFPHP

January 20th, 2008

I have added a tutorial for using AMFPHP to populate a Flash Cs3 Datagrid to the examples section. I will be adding several additional examples in the near future. If there is something your really confused about in this example let me know.

Update: Flash CS3 DataGrid with AMFPHP & MySQL

This post was created in response to the feed about getting the data from something other than an array on the server.

AMFPHP, Flash Platform

Block StandAlone Player in AMFPHP

January 20th, 2008

I have updated the AMFPHP to block the flash/flex ide player from being able to access the amfphp services if the gateway.php is configured for a production server.

AMFPHP download page

I just updated a release in svn and also put a new download up on sourceforge which enables this feature if the gateway.php is set to production will disable the StandAlone Player.

Files changed:
amfphp/core/amf/app/Gateway.php

Lines added 136-137 amfphp/gateway.php

Lines added 348-360 amfphp/core/amf/app/Gateway.php

AMFPHP, Flash Platform