[flexcoders] Re: Instant messaging example

2009-09-02 Thread valdhor
Unfortunately, you have now got to the point that I have no more insight into what your problem could be - I have not used rtmp before. My only thought is security sandbox - check your crossdomain file. Other than that, you may get more help on the weborb forums. --- In flexcoders@yahoogroups.

[flexcoders] Re: Instant messaging example

2009-09-02 Thread roly445
Ok, i dont know what the problem is with my home pc, but i have moved it onto my work's pc and it works, well i get further than I did. When I run it I now get: NetConnection.Connect.Rejected No scope "Chat" on this server. --- In flexcoders@yahoogroups.com, "valdhor" wrote: > > Well, that lo

[flexcoders] Re: Instant messaging example

2009-08-25 Thread valdhor
Well, that looks fine. Can you check the server side services-config.xml file and make sure the weborb-rtmp channel is defined there? --- In flexcoders@yahoogroups.com, "roly445" wrote: > > Sure here you go > > > - > - > > > > - class="Weborb.V3Types.Core.RemotingHandler"

[flexcoders] Re: Instant messaging example

2009-08-24 Thread roly445
Sure here you go - - - - - - * - - * - - - false - - false - - false - - - http://localhost:80/weborb30/weborb.aspx"; class="flex.messaging.endpoints.AMFEndpoint" /> -

[flexcoders] Re: Instant messaging example

2009-08-20 Thread valdhor
In that case, can you post your weborb-services-config.xml file? --- In flexcoders@yahoogroups.com, "Andrew" wrote: > > Thanks valdhor. > > I have double checked but I am already referencing > 'weborb-services-config.xml' and i and still having the same issue. > > > --- In flexcoders@yahoogr

[flexcoders] Re: Instant messaging example

2009-08-19 Thread Andrew
Thanks valdhor. I have double checked but I am already referencing 'weborb-services-config.xml' and i and still having the same issue. --- In flexcoders@yahoogroups.com, "valdhor" wrote: > > It looks like you are referencing services-config.xml instead of > weborb-services-config.xml in your

[flexcoders] Re: Instant messaging example

2009-08-19 Thread valdhor
It looks like you are referencing services-config.xml instead of weborb-services-config.xml in your compilere settings. weborb-rtmp should be defined in that file. --- In flexcoders@yahoogroups.com, "Andrew" wrote: > > Ok cool thank you. > > How do I go about defining one? > > --- In flexcode

[flexcoders] Re: Instant messaging example

2009-08-19 Thread Andrew
Ok cool thank you. How do I go about defining one? --- In flexcoders@yahoogroups.com, "valdhor" wrote: > > Well, from that file, there is no channel defined as weborb-rtmp. > > > --- In flexcoders@yahoogroups.com, "Andrew" wrote: > > > > Hi valdhor, thanks for any help you can give me. > > >

[flexcoders] Re: Instant messaging example

2009-08-18 Thread valdhor
Well, from that file, there is no channel defined as weborb-rtmp. --- In flexcoders@yahoogroups.com, "Andrew" wrote: > > Hi valdhor, thanks for any help you can give me. > > From the custom site: > 'services-config.xml' > > > > > > > > > > class="mx

[flexcoders] Re: Instant messaging example

2009-08-18 Thread Andrew
Hi valdhor, thanks for any help you can give me. >From the custom site: 'services-config.xml' false false

[flexcoders] Re: Instant messaging example

2009-08-18 Thread valdhor
I don't use IIS but I may be able to help. Can you post your services-config.xml file and your remoting-config.xml file both on the flex side as well as the WebORB side. --- In flexcoders@yahoogroups.com, "Andrew" wrote: > > Hi all, > > I am hoping for some help on this one as it has me beat.