-
arielsom committed revision 10 to the AMFPHP (Flash Remoting for PHP) SVN repository, changing 1 files.
2009-11-03 17:31:56 UTC by arielsom
-
Hello,
Im newbie with AMFPHP, but I'm having a lot of problems trying to send data from Flash to PHP, this is the code that I'm using:
ret = Object();
for (i in ratings) {
rating = ratings[i];
rank = saveMotIds[i].rankContainer.held.rank;
ret[i] = [int(rating), int(rank)];
}
user = 123;
var service:Service = new Service(gatewayUrl, null, 'Rating');
var pc:PendingCall =...
2009-11-03 16:26:24 UTC by chanchos
-
arielsom committed revision 9 to the AMFPHP (Flash Remoting for PHP) SVN repository, changing 29 files.
2009-11-03 15:53:29 UTC by arielsom
-
arielsom committed revision 8 to the AMFPHP (Flash Remoting for PHP) SVN repository, changing 1 files.
2009-11-03 13:09:34 UTC by arielsom
-
I mapped the classes from php and the ones from flash using both $_explicitType and registerClassAlias. Sending Person object from flash to php works. however, in the return method, although my code is something like:
$pers = new Person();
$pers->setName()....
.....
return $pers
I get object instead of Person in the return. Is this a classic "you forgot to.." type of...
2009-10-21 10:37:30 UTC by mac3384
-
When I installed amfphp on the server, all of the services are there, but when I choose one it says, "Service does not contain any methods."
Where do I fix this?.
2009-10-15 02:32:52 UTC by acroninj
-
http://www.mysite.com/swf/file.swf needs to be:
https://www.mysite.com/swf/file.swf.
2009-10-14 23:15:32 UTC by acroninj
-
hello everybody!
i m trying to develop a multiplayer card game in flash cs4 using as3, i built one using xml socket, which used too much resources of my server now. So when i read about amfphp technology, i m curious to know whether this amfphp is the right technology that i shall go for or xml socket is best for multiplayer games? i m using XAMPP server.
2009-10-09 13:05:25 UTC by b01111y
-
thnx for the quick reply I have tried running the script locally and on other servers, I have no idea on the latest version of AMFPHP, I have been using AMFPHP from 0.9, I will try to deploy an older 1 in my server and see I don't understand why it's not working on one the same script working on other webserver and locally. Yes one thing the 2 webservers are from different comanies!! so is there...
2009-10-08 17:53:00 UTC by rajdeep007123
-
If it says "Error opening URL http://www.my2nddomain.com/amfphp/gateway.php" then it can't find the gateway.php page. So it must be some type of relative or absolute url problem.
Are you running your swf on the same server or just locally? I hear the latest version of AMFPHP doesn't like php 5.3.
Is the problem server on a shared server?
Go to your amfphp browser and run your...
2009-10-08 12:49:17 UTC by mainegate