0
votes
1answer
12 views
Download and Store Multiple Files with Adobe AIR ( Flash CS4 Dev)
How do you download multiple images from a server and store them on in the application directory in Flash IDE , Adobe AIR?
Specifically, I am using AMFPHP to pull the paths out o …
0
votes
0answers
19 views
read content of file with php and send to flex via amfphp
Hi
I am creating some application in flex and one of my purposes is to read content of file and display it in flex. There is huge problem, when I have file written in polish (which …
1
vote
2answers
28 views
Consume AMF methods without Flash
I have to call an existing AMF Method in a PHP (or Perl) Script and read its results.
Is it possible to use amfphp to invoke it instead of serving AMFs? or use other tool? Am I tr …
0
votes
2answers
559 views
Flash -> ByteArray -> AMFPHP -> Invalid Image !??
Hi,
Im loading images into Flash and using JPGEncoder to encode the image to a ByteArray and send this to AMF PHP which writes out the bytearray to a file. This all appears to wor …
0
votes
1answer
346 views
Why is JPGEncoded bytearray sent from AS3 to AMFPHP resulting in an invalid image?
Hi,
Im loading images into Flash and using JPGEncoder to encode the image to a ByteArray and send this to AMF PHP which writes out the bytearray to a file. This all appears to wor …
2
votes
4answers
208 views
Securely Connect MySQL via PHP in ActionScript 3 using AMFPHP framework
My Flash movie would like communicate with MySQL server to fetch and save data between MySQL and SWF. I know AMFPHP can help with the communication, but is there a secure way to en …
0
votes
2answers
180 views
AMFPHP vs ZendAMF
Is one 'better' than the other?
Doubt that since as I understand both are written by the same author, only Adobe 'officially' supports Zend.
My application is composed of 3 parts
…
0
votes
4answers
452 views
Flex AMFPHP vs WebORB vs XMl
I am a newbie to Flex 3 and Flash remoting and I can't decide which technique to use for frontend/backend communication.
I started of with XML, but it seems overhead to construct …
1
vote
1answer
72 views
AMFPHP over SSL problem
I seem to be having a problem running AMFPHP under SSL in our development environment.
I created a self-signed cert under CentOS and got everything working, but whenever I go to t …
0
votes
1answer
64 views
AMFPHP Flex Propel Mapping class ultra-weird bug
Hello,
I'm working on a website using :
- Flex 3.4
- AMFPHP 1.9b
- Propel 1.3
- PHP/MySQL
My problem is really strange and I've been spending hours trying to know where it comes …
0
votes
1answer
241 views
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 Fil …
0
votes
3answers
107 views
Q: 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 back …
1
vote
1answer
64 views
AMFPHP & PHP - Return xml data with tags. Do not want.
I'm using the simplexml extentsion and AMFPHP to send xml data to flash.
Say I have this xml:
<?xml version="1.0" encoding="ISO-8859-1"?>
<people>
<person>
…
1
vote
2answers
96 views
Adobe Air and PHP
i do not fully understand how to communicate between adobe air (using flex3) and php. i do understand that many use AMFPHP and Zend AMF.
However, AMFPHP seems to be outdated and …
0
votes
1answer
104 views
Q: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 u …
