Hi ,
In air you have to specify ChannelSet for RemoteObject,
eg:
var cs:ChannelSet = new ChannelSet();
var myChannel:Channel = new AMFChannel("my-amf", "
http://yourdomain/messagebroker/amf");
cs.addChannel(myChannel);
//assign channel set to remoteobject
remoteObj.channelSet = cs;
hope this will help you.
Regards,
*Pravin Uttarwar*
2009/2/7 Fu Di <[email protected]>
> hi all, in air(flex for air), i excepted to send message by blazeds
> , i failed no error alert
> the same environment and code using flex to send message succesed
> is there any different from air and flex in message service??
>
> thanks for ur answers
>
> foodyi
>
>
>