as3 blog

thoughts on actionscript 3 development

   Aug 04

Zend AMF typed objects

if you have Zend AMF setup and would like to get back a typed object you need to register it in Flash..

registerClassAlias("myAs3Obj", myAs3Obj);
									


first arg is the name of the object from php, second is the as3 object Flash will try to map it to. so long as the vars inside match up it should work fine.

for details on setting up Zend AMF (except for the above.. only seems to cover Flex) check out this..

http://framework.zend.com/manual/en/zend.amf.server.html

You can follow any responses to this entry through the RSS 2.0 feed. You can skip to the end and leave a response. Pinging is currently not allowed.

2 Comments

  1. Hi, very nice post. Very usefull

  2. Interesting post, check also on my blog about zend_amf http://albulescu.com

Leave a Reply

Your email address will not be published. Required fields are marked *

* 0+6=?

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>