Questions tagged [amfphp]

AMFPHP is a PHP open source library used to serialize/deserialize AMF packages. It allows remote invokation from Adobe Flex to PHP.

209 questions
0
votes
1 answer

How to create JSON string in Sequel Pro TEXT editor?

I figure this may be an unconventional way of creating a JSON string. But, I really need to just be able to make it right in "Sequel Pro" like this I want to be able to just edit it right there like that. But when I receive the string on the client…
brybam
  • 5,009
  • 12
  • 51
  • 93
0
votes
1 answer

Sencha Touch 2 cannot read property of undefined (amfphp2)

I wanted to create a nestedlist with a store and model. My store is in a different file, as is my model.js. Beware I'm using amfPHP => 2 ! When I call my store 'eventStore' as 'store: App.stores.eventStore' i get the following error: Uncaught…
0
votes
2 answers

Flex Download a file using AMFPHP

Does anyone know if is possible to download a file using AMFPHP.I found some examples using direct download from a php. If yes, some example ? I have a routine to upload the files using AMFPHP but I didn't find examples on the web to download using…
0
votes
1 answer

Ext-JS and AMFPHP - getting Malformed Amf Packet error

I have a very basic connection test setup, which works when I use the JSON ccontentType but fails when I leave it as default and request just the byte data. I assume this must be an error or problem with the AMFPHP config or server and not…
strantheman
  • 151
  • 1
  • 11
0
votes
1 answer

Getting a Netconnection.Call.Badversion when I try to connect to localhost

Im trying to make some tests locally and I'm finding some troubles when I try to connect my AMFPHP server with Flash. This is how I connect to my server: _netConnection.connect("http://localhost/Amfphp"); and this is how I make a call to the…
Artemix
  • 8,497
  • 14
  • 48
  • 75
0
votes
2 answers

Can't see the services in the back office service browser

Im trying to make a flash app that connects with AMFPHP 2.1. I got WAMP working, everything seems ok, but the back office service browser cant find any service I place in the service folder, not even the example. I’ve already checked the path in the…
Artemix
  • 8,497
  • 14
  • 48
  • 75
0
votes
2 answers

Having problems to connect AMFPHP with an AS file

Im trying to connect AMFPHP with an actionscript file, everything is working perfectly except the part of the connection between them. This is how I try to connect the .as file with the service: _netConnection = new NetConnection();…
Artemix
  • 8,497
  • 14
  • 48
  • 75
0
votes
1 answer

creating new instance fails PHP

I am relatively new to PHP and having some decent success however I am running into this issue: If I try to create a new instance of the class GenericEntryVO, I get a 500 error with little to no helpful error information. However, if I use a…
jusopi
  • 6,791
  • 2
  • 33
  • 44
0
votes
1 answer

Flex Actionscript PHP and Mysql

The more I read the more it confuses me... So inside action script I write down the functions of the flex mobile project, and inside the php files I write down the functions that I use to contact the database with? Are there any sample applications…
0
votes
1 answer

How to Parametrized Call method using AMFPHP

im using AMFPHP to link webservices into my app this is what I wanna do: gateway.call("Medic.GetSupplierByZipCode("10027")",new Responder(success,fail)); the thing is that Medic.GetSupplierByZipCode() goes parametrized, and I'm not recieving any…
Francisco Gutiérrez
  • 1,355
  • 13
  • 23
0
votes
1 answer

AMFPHP gameway.php 502 Error

I am developing an app that is built with Flex and AMFPHP. Everything works fine, however, in some cases such as if I'm calling the same function in 5 seconds intervals, or when I call 2 different functions in short periods, I get a fault saying RPC…
berkayk
  • 2,376
  • 3
  • 21
  • 26
0
votes
1 answer

getting acces to facebook API from extern swf with amfphp

I'm using AMFPHP 1.9 (i know its the older version but thats not important for now). and i want to communicate with flash. When O test my facebookApi service from the browser everything works fine and i get data back from the Facebook API. But when…
Navid
  • 485
  • 1
  • 8
  • 25
0
votes
3 answers

Flex remoting (mx.rpc) classes in an ActionScript only project?

Is it possible (and if so recommended) to use Flex remoting (mx.rpc) classes in an ActionScript only project? I'm creating an application with login and registration to a PHP backend using AMFphp. As an option I was wondering if it made sense to…
Bachalo
  • 6,965
  • 27
  • 95
  • 189
0
votes
1 answer

Using AMFPHP in an Ajax call

I was wondering if there was any library or way of using AMFPHP with Ajax. I have a large class with methods ready and starting a new project where i use jQuery and instead of starting to separate pieces to php files, i would like (if there is any…
domoindal
  • 1,513
  • 2
  • 17
  • 33
0
votes
1 answer

Is uploading an image from local HD to remote AMFPHP method possible?

Can any AMFPHP experts tell me if it's possible to upload a file I select from my local HD using FileReference to an AMFPHP method? I must target FP9, though I know FP10 has a FileReference.data method.
Bachalo
  • 6,965
  • 27
  • 95
  • 189
1 2 3
13
14