I'd try posting this on the flexcoders list.

I know using Java POJOs as ROs this is done by registering teh AS
object with a POJO

public static var registered:Boolean = Object.registerClass(
"com.foo.suey.ChopVO", ChopVO );

and bamm!  Note that the AS object must have a noargs constructor.

DK

On 11/17/05, Nathan Hunsaker <[EMAIL PROTECTED]> wrote:
> I've been developing a framework that uses a CMS to return strutured data 
> back to Flash via ColdFusion's remoting gateway. Right now I have something 
> like a TO which mixes a bit of data formating in for each content type 
> (article, image, etc) but I've been trying to figure out a way to return an 
> instance of a Flash class object. I read about how you can do this here using 
> openAMF (http://www.darronschall.com/weblog/archives/000186.cfm) and Tim's 
> blog 
> (http://www.buntel.com/blog/index.cfm?mode=entry&entry=288DC68A-4E22-1671-535CD529A4509E3E)
>  mentioned VO was something the ColdFusion flex adapter would support. In 
> what context I don't know.  Has anyone got this working yet?
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224550
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to