Is it possible to access custom Flash Type in Flash?

 

Say I got a Flash class that I’m passing through remoting to a CFC

 

//Flash Class

class com.store.vo.UserVO

{

                public function UserVO ( o:Object )

                {

                                this.EMAIL = o.EMAIL;

                                this.PASSWORD = o.PASSWORD;

                }

               

                public var EMAIL : String;

                public var PASSWORD : String;

}

 

How could I access the EMAIL and PASSWORD vars in a CFC?

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to