remote class alias in air

Posted by viv on Stack Overflow See other posts from Stack Overflow or by viv
Published on 2010-05-08T11:19:31Z Indexed on 2010/05/08 11:28 UTC
Read the original article Hit count: 231

Filed under:
|
|
|
|

Hi in Flex one can easily define the remote class alias like the following:

package samples.portfolio { [RemoteClass(alias="flex.samples.marketdata.Stock")] [Bindable] public class Stock {
public var symbol:String; public var name:String; public var low:Number; }

}

But my question is how do you do it in AIR since the client app does not know about the server file structure.

Regards,

© Stack Overflow or respective owner

Related posts about flex

Related posts about air