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
2 answers

Accessing my objects array that has not been defined as an array

I wanted to use some amfphp functions in .NET and get access to some objects. After some searching I found a piece an opensource gateway that would do the trick. How to use AMFPHP functions from .NET WPF application? Ok here is were I am right now…
Shinji
  • 85
  • 1
  • 11
0
votes
1 answer

Sending-uploading images from Flash to PHPServer-sequence and pros cons of various options

There seems to be so many ways of uploading images to a PHP enabled server, it is difficult to make sense of the various options and under what circumstances it is prefereable to use one over the other. On the front end you have the option to…
Bachalo
  • 6,965
  • 27
  • 95
  • 189
0
votes
2 answers

stored procedure with multiple resultset in Codeigniter

I have been working on AMFPHP + codeigniter + flash and everything was working just fine but, when I created a stored procedure the problem started. I was able to call the stored procedure with multiple result sets from the AMF browser but whenever…
Junaid
  • 2,084
  • 1
  • 20
  • 30
0
votes
3 answers

Codeigniter AMFPHP not working on live

I am developing a php flash based application and following this tutorial. every thing is working fine on my localhost PC but, not on live server CentOS. This tutorial guides to keep the amfphp library in librarires directory under application and…
Junaid
  • 2,084
  • 1
  • 20
  • 30
0
votes
1 answer

flex, amfphp, PHPSESSID... is there an elegant way to put it all together?

I'm developing flex app, with amfphp backend. There's needed a way to check whether a user making request is logined. I try to do it with help of php sessions (BTW: maybe you'll advice a better way). As flash player do not pass PHPSESSID I have to…
Eugeny89
  • 3,797
  • 7
  • 51
  • 98
0
votes
1 answer

Flash player IE7 BitmapData send to server with amfphp

Does anybody experienced this kind of fault. So i have some kind of imageuploader. It fetches an image, grabs the bitmap data from it. convert that with a jpgencoder to a bytearray, send that bytearray to a server with amfphp and in php save that as…
-1
votes
1 answer

Does mysql_fetch_array reset the query var?

For example I have a mysql query that gets some data. Then runs another query based some of the data that it got. If i just return the first query, in my case $qOne. Everything works great. BUT, after using my while loop while ($row =…
brybam
  • 5,009
  • 12
  • 51
  • 93
-1
votes
3 answers

Server error MySQL Error - 1064

Well not being the best programmer in the land i thought i would ask this question in the hope someone would spot the error or just tell me I am going the wrong way about it. I have a Flash Builder web site that am trying to create a Search function…
-1
votes
1 answer

How to get Json Response from AMFPHP Library?

I have API, which returns application/x-amf reseponse. I want to convert it to application/json. Is there any way AMFPHP library supports this conversion? I am using AMFPHP library version 1.6 .
Rushvi
  • 907
  • 1
  • 8
  • 9
-1
votes
2 answers

Flex object not typed correctly

I'm struggling to get a flex class instance back to Amfphp (v2.2) Simplified code in Flex: [RemoteClass(alias="Project")] public class Project { public function Project() { } } Code in php: class Project…
Dany Dhondt
  • 881
  • 9
  • 27
-1
votes
2 answers

AMFPHP AMF0 and AMF3

What are the difference between them?
proyb2
  • 1
  • 1
-1
votes
1 answer

php and high latency

I have a php file that previously used to write xml data with tags. Now I'm trying to make it a little remoteobject based. So instead of writing xml I'm trying to return a class object that consists some big multidimensional array. The problem is it…
-1
votes
1 answer

How to integrate AMF in ios app

i am new-bee for AMFClient integration in ios app. if any one have good tutorial please share it with me. i appreciate your help in advance. thanks,
Anjan
  • 360
  • 1
  • 5
  • 20
-1
votes
4 answers

AMFPHP service new service error

I am trying to add a new hello world service to amfphp, I am developing locally
Lgn
1 2 3
13
14