Sure, do you mind if I email it? Btw, I did find others who encountered the same problem.
http://sourceforge.net/forum/message.php?msg_id=4470750
http://sourceforge.net/forum/message.php?msg_id=4858539
Just to be sure.. can you provide me a zip file with an example of your script? as/php/mysql?
also can you tell me which version of php/mysql/amfphp are you using?
Sure, do you mind if I email it? Btw, I did find others who encountered the same problem.
http://sourceforge.net/forum/message.php?msg_id=4470750
http://sourceforge.net/forum/message.php?msg_id=4858539
well, so it seems it's a flash only related problem.. in fact it doesn't happen in flex..
I must investigate more to understand why amfphp doesn't switch automatically into AMF3 when writes Bytearray or when it receive an amf3 objectencoding..
btw if you modify the ByteArray php class into this it should work as expected:
Code:class ByteArray { var $data; function ByteArray($data) { $GLOBALS['amfphp']['encoding'] = 'amf3'; $this->data = $data; } }
Well, it seems that Wade just corrected the svn source code checking if the request comes from a ObjectEncoding.AMF3![]()
Bookmarks