PDA

View Full Version : [AS3] flash remoting


J_Buda
02-14-2008, 09:40 AM
hi

I have flash remoting working fine alongside Coldfusion 8 and AS3.
I can retrive information and manipulate it in Actionscript, so that side works fine.

However, im trying to send an argument back to the Coldfusion CFC, but i keep getting this error when trying to send an array to Coldfusion

Unknown object type tag (17)

I have hunted online for this error and havent found a solution.

Im hoping someone could shed some light on this for me?

G.Bob
01-02-2009, 07:04 PM
Hi there,
"I have flash remoting working fine alongside Coldfusion 8 and AS3."
May I please ask you how you do this? I have been stuck for 3 days just trying to get Flash (CS4/AS3) to read a number in my .cfm - very basic, very humbling for me this time. Any input would be most appreciated.

matbury
01-02-2009, 09:29 PM
Hey guys, I use AMFPHP for remoting. It works pretty well for me. Here's a couple of tutorials to get you started:

http://gotoandlearn.com/play?id=78

http://gotoandlearn.com/play?id=79


There's also Zend_Amf if you're feeling brave:

http://gotoandlearn.com/play?id=90

Happy codin'!

mjleitch
04-30-2009, 04:55 PM
I know this is an old post, but I thought I would post a solution just in case others stumble across it. The answer to this problem can be found at http://www.rabidgadfly.com/?p=65. It has to do with AMF encoding for complex objects. You'll need to make sure to set the objectEncoding property of your NetConnection to 0;