Hi,
am Subhash working on flex chat application using blazeDS,
i want to write all chat what am sending to client in a text file,
here am doing as follows
private function send3():void
{
producer.send(message);
RmSrv.writetofile(“poposdfasdfasdfsdf”);
}
while running application am getting error as follows
“Channel.Security.Error error Error #2048 url: ‘http://localhost:8400/
messagebroker/amf’
if i comment remote object calling method
//RmSrv.writetofile(“poposdfasdfasdfsdf”);
application working but not writing in to file,i want to write in to a
file,how can i do this ?
where i need to tune & in which config file i need to change ?
--
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en.