It is possible to have custom authentication with Flashcommander.
For an example check bin/flashcommander.php: – there are 2 things to do:
- create the user session:
$_SESSION['flashcommander_username'] = "user"; - pass the gateway url in flashvars:
flashvars="gateway=http://localhost/amfphp/gateway.php"
Flashcommander will skip the login screen and will assume that the “user” is logged in.
Warning: if the session is not created, you will get remote errors in Flashcommander.