Hello,
I get this error from AS3 when I try to connect to the service :
NetStatusEvent non pris en charge : level=error, code=NetConnection.Call.BadVersion
I would like to know if somebody here has the same issue and have an idea of where it could come from.
I think it might be due to the module. With the same AS3 program, it works if I access the amfphp outside from a drupal install. It only fails when I'm trying to connect through the module...
here are the path :
connecting without Drupal
gw.connect("http://sites/amfphp/gateway.php");
connecting through Drupal
gw.connect("http://drupal.local/services/amfphp/gateway.php");
tested with
php 5.3.2
amfphp1.9 beta 20070513 and amfphp-1.9.beta.20080120
Thanks for your responses.