Hi all.
I'm trying to use setCredentials in Flex and beforeFilter without any
luck. Can anyone post a small example on how can we do that?
When I use setCredentials on the Flex service, Charles shows me that
an error message was returned, because it enters to
if(!$handled)
{
$uriclasspath = "amfphp/Amf3Broker.php";
$classpath = $baseClassPath . "amfphp/Amf3Broker.php";
$classname = "Amf3Broker";
$methodname = "handleMessage";
}
in Actions.php (part of amfphp 1.9 beta 2)and doesn't find the
amfphp/Amf3Broker.php file. The file doesn't exist at all, but even if
it would, the amfph script searches for that file in the
services/amfphp/ directory.
Is this a bug?
Janos