Tagged Questions
AMFPHP is a PHP open source library used to serialize/deserialize AMF packages. It allows remote invokation from Adobe Flex to PHP.
7
votes
12answers
3k views
Best method for Flex to PHP communication?
What is the best method for communication between Flex and PHP?
In the past, we used AMFPHP with AS2, and it worked great for the most part (advantage of AMFPHP is that it also has a JSON mode that ...
4
votes
9answers
331 views
What do you consider before refactoring code?
I've got an application that just shipped. Since I wrote it, I've learned about amfphp and propel. Both would be 'nice' to be used in the application but I can't say that it would be required at ...
3
votes
4answers
2k 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 encrypt the texts ...
2
votes
4answers
252 views
PHP Max amount of inserts in one SQL query
I have a pretty simple question. I am inserting a lot of records at once in a MySQL table. It works for about 2000 records (actually a bit more). But say I want to insert 3000 records, than it doesn't ...
2
votes
2answers
123 views
Whats the simplest way to obscure or hide the paths being used in a PHP - AS3 project
I am working on a project that uses PHP , AS3, and AMFPHP .
The project allows users to upload and download images among other things. Since I am fairly new to PHP/FLash security I have been trying ...
2
votes
2answers
1k views
AMFPHP: Serializing Flash Objects over HTTP without the gateway
Flash + AMFPHP is a great combination. But there are cases, when Flash Remoting with NetConnection isn't the right tool, for various reasons. Rob had a great post on this some time ago: ...
2
votes
2answers
445 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 the page in Firefox I ...
2
votes
5answers
264 views
Is Flex ready for prime time?
I'm working on a project that currently has zero users but we would like to scale up to potentially hundreds. Currently we are running on a MySQL database with AMFPHP interacting with Flex. We used ...
1
vote
3answers
86 views
Trying to connect to AMFPHP - NetConnection.connect() returns TypeError: Error #1009
UPDATE: Now I've moved the AMFConnection var declaration to outside the functions in Main, and commented out some trace() commands, and now it gives new errors:
Error #2044: Unhandled ...
1
vote
1answer
69 views
Adobe Flex to database insert, update?
I'm having tough time connecting flex to MySql through zend php. I saw a couple of examples using HTTP service. My question is as follows
1) I'm doing a simple insert and update only, just three ...
1
vote
2answers
62 views
AMF class mapping not working
I am building an application using Flex 4.5 and Zend_AMF as my AMF endpoint.
I would like to map a class called CRequest in PHP to a class called Request in Flex.
This is my php class:
<?php
...
1
vote
2answers
79 views
Should services act like controllers?
I've done a fair amount of (web)development in the usual MVC way of thinking and it served me well I think.
However, I now have to split my application in a way that my front-end has to access the ...
1
vote
1answer
215 views
AMFPHP / ZENDAMF optimization
Is there a way to cache AMFPHP / ZENDAMF requests. I have used several chaching solutions like Cache_Lite and memCached in the past, but never for AMFPHP / ZENDAMF. Does anyone know any?
1
vote
2answers
153 views
AS3 BBcode or replacement-technique?
I'm making a website in AS3/PHP (databasecalls) and I want to load news on the homepage, fed from a mySQL database. No problem to get plain text with AMFPHP. But I'm looking for something different. I ...
1
vote
1answer
365 views
SWF to bytearray from a PHP script
i'm using AMFPHP to stream content from my server to my Flex application, since Flash is a clientside technology i would like to make it harder for people to grab protected files, so i created a ...
1
vote
1answer
348 views
Flex, AMFPHP and Codeigniter?
I'm just starting out in Flex development and want to know how Zend / Flex and CodeIgniter / Flex stack up.
I'm a PHP developer, and know CI pretty well but haven't used Zend, but it seems to be the ...
1
vote
1answer
516 views
FLEX/amfPHP ActionScript error 2048
Sorry about the mishmash of words in the title, but that's how confused I am. I can't even summarize the error I'm getting in a simple sentence.
This flex/amfphp application works fine on my ...
1
vote
1answer
66 views
Drupal + AMFPHP + Simplenews. Is it possibile?
I'm integrating Drupal with Flash using AMFPHP as a service.
Everything works as expected with view.get and node.get
The problem is that now I need to integrate the newsletter making flash "talk" ...
1
vote
2answers
477 views
Unserialize in ActionScript 3
I have an array that I am constructing in PHP which I am serializing then returning to Flex through AMFPHP. Can someone point me towards a solution for unserilizing said data once it gets into Flex ...
1
vote
1answer
795 views
AMFPHP Bad Version error when having multiple simultaneous calls to gateway.php
I'm currently using AMFPHP 1.9 to make a simple flash game which uses a game server.
Sometimes, I get this error (BadVersion) when there are simultaneous calls to the server.
I've searched the web ...
1
vote
4answers
772 views
“Forging” (= mocking) an AMFPHP remoting request
I am using AMFPHP with great success to link my database with my Flex application. However I want to be able to test the remoting requests outside of flash, by typing something like:
...
1
vote
2answers
156 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 trapped to use Flash?
...
1
vote
1answer
497 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
220 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 Zend AMF (from what ...
1
vote
2answers
1k 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
1-an image editing ...
1
vote
4answers
1k views
Amfphp 500 internal server error (sessions)
So to sketch out our situation
We have a html page(domain: hyves.nl) with an iframe
in that iframe we load a php file (domain : atik.nl)
in that php file we start a session
and we embed our swf ...
1
vote
2answers
794 views
What are VOs in flex or amfphp?
This is how it is. I am getting XML data, I need to wait until it is parsed and then dispatch the event once the parsing is done from my library.
Firstly is there any way to avoid events in library ...
1
vote
1answer
267 views
How does AMFPHP process mysql_result data before passing to Flash
How can I iterate through a mysql result before AMFPHP passes the data to Flash?
When Flash calls the service the following code gets the data
$sql = sprintf("SELECT file_type, file_name ..
$result ...
0
votes
3answers
43 views
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 ...
0
votes
2answers
36 views
Why am I getting a Sending failed Error in AMFPHP/Flex
I am using remote object in flex to call a method in amfphp. I have project setup properly with a services-config.xml in d src, d end point uri pointing to the gateway.php. After testing on my ...
0
votes
0answers
26 views
Send Bytearray from PHP to Flex using AMFPHP?
Anyone can give me an example of send an object of type bytearray from PHP to Flex using AMFPHP ?
Thank you very much!
0
votes
0answers
21 views
amfphp is not working in development server -why?
Hi I am using amfphp in my project.In my local server its working fine.But in development server it throws an error.
The firebug returns the error
"NetworkError: 404 CHttpException - ...
0
votes
2answers
49 views
Body could not be parsed as valid XML/AMF/JSON in Flash builder AMF and MySql
I have search the net and am un able to resolve this issue
Due to my weak programming skills I do panic and wonder perhaps im just doing it wrong obviously lol
Just wondered if anyone could give me ...
0
votes
0answers
30 views
amfphp server error actionscript flex
I have some php files in amfphp I would like to decode the returning password before it reaches the datagrid in flex.
/**
* Decode encrypted password from user_info
* @returns $str
*/
public ...
0
votes
1answer
44 views
AMFPHP complex sql Internal Server Error gateway.php
OK, I am new to AMFPHP. I can do simple sql statements with no problem.
Here are my classes of Schools and Locations:
class Schools {
public $id;
public $district_id;
public $school_name;
// ...
0
votes
1answer
70 views
Catching PHP exceptions in Flex without AMFPHP
I'm looking for a way to catch an Exception thrown by PHP in Flex using HTTPService. Is it possible to do it without using AMFPHP?
In my current implementation, if an Exception is thrown in PHP, a ...
0
votes
1answer
27 views
Calling a static method from within another static method
I'm using amfphp to connect my php with my flex application. I'm facing the following problem.
With amfphp the methods you want to call from flex need to have the following method-syntax:
public ...
0
votes
1answer
153 views
Flex 4.5 RemoteObject and AMFPHP over SSL with self-signed certificate
I'm trying to connect to AMFPHP over SSL (self-signed) from a Flex 4.5 application.
Will this work? Or do I need an authority-signed certificate?
Will it silently fail or prompt user like it does in ...
0
votes
0answers
39 views
Using amfphp to pass an Object to flex with another object as variable
I'm having problems in amfphp in comibnation with flex when i try to pass objects from amfphp to flex where i have an object with an object as a variable in that first object.
for example
class Test{
...
0
votes
1answer
88 views
AMF typed objects from flex back to PHP
Yesterday, I succeeded in sending typed objects from a PHP application to a flex front-end using Zend_AMF as per this question.
The problem I am facing now is that I would like to send a typed object ...
0
votes
2answers
128 views
Saving data from AS3 to database.. what is the best method?
I'm developing a two player turnbased game with flash, and i need to save data to database.
At the moment i am using AMFPHP. Works great.
Problem is i'm starting to have quite much information - ...
0
votes
1answer
60 views
Debugging amf remote calls (from flex 4) in PHP Eclipse
I have installed and setup xdebug to debug php application. However I was wonder is it possible to debug the remote calls? I am using amfphp, I want to put break points and debug the code when the ...
0
votes
1answer
60 views
How to load a SWF and some extra data in the same request?
I'm loading a Flex 4.5 module (it's a SWF file) using a PHP code like this:
$module = 'modules/'.$_GET['module'].'.swf';
if(!file_exists($module)) {
$module = 'error.swf';
}
$size = ...
0
votes
1answer
140 views
Webservices developed in AmfPHP — consume in IOS and Android?
I have a bunch of webservices developed using AmfPHP which are being consumed by a flash application. Can a IOS or Andriod application use the same webservices ?
0
votes
1answer
61 views
AMFPHP calling a function in FLEX
is it possible to call a function in flex from the php side of AMFPHP?
For instance, and error is thrown in php, can i "listen" for it in the flex app?
0
votes
2answers
73 views
Arabic text in a testefield In Flash
i am developing an application that gets comment data from database (i use amfphp to communicate with database).I've set caracter encoding in both gateway.php and my data base and everything is ok .
...
0
votes
2answers
130 views
flex amfphp with a secure channel
I have an application running on flex and php, connected using amfphp, i added a secure channel to services.conf of amfphp
<channel-definition class="mx.messaging.channels.SecureAMFChannel" ...
0
votes
1answer
183 views
how to use SSL to secure only the log in and sign up in flex?
I have a flex application, running with amfphp and connected to wamp, I want to use a secure connection using ssl, but my whole application is running from the same swf file, would using ssl in that ...
0
votes
2answers
142 views
PHP & MySQL TRUNCATE TABLE returns false with AMFPHP
I have looked at other topics, and I can't figure out whats wrong here. If I replace the TRUNCATE query with a simple SELECT * for example, I do get results. But this returns false. I copied the ...
0
votes
2answers
337 views
Convert PHP Image Object to Byte Array for AMFPHP
I have a PHP image object created using imagecreatetruecolor(). I'd like to send this via AMFPHP to Flash. I understand the best format is using a ByteArray. How can I achieve this without writing the ...