No it doesnt work in firefox either. I guess there is some sort of configuration in the Project that defines where the data comes from.
I found out that if you choose the option 'Flex Data Services' when asked 'How will your Flex application access data?' in the 'Create a Flex Project' dialog, the sample chat client is able to talk to the messaging service 100% Barry --- In flexcoders@yahoogroups.com, Sean Sell <[EMAIL PROTECTED]> wrote: > > Does it work in Firefox and just not in IE? > > If so, we had a problem on IE making remote object calls to our server when using https. > > Adding the following: > > <mx:Script> > <![CDATA[ > import mx.messaging.ChannelSet; > > public var channelIDArray:Array = new Array("my- amf", "my-http", "my-secure-amf","my-secure-http"); > [Bindable] > public var servicesChannelSet:ChannelSet = new ChannelSet(channelIDArray,false); > > ]]> > </mx:Script> > > and setting: > > channelSet="{this.servicesChannelSet}" > > in the MX:RemoteObject tag fixed the problem. > > otherwise post you configs and how you are compiling. Provided your config is right the easiest way to get the client compiled correctly is to have it compiled on the server where it will be served from. > > ----- Original Message ---- > From: Barry Evans <[EMAIL PROTECTED]> > To: flexcoders@yahoogroups.com > Sent: Wednesday, May 9, 2007 6:17:27 AM > Subject: [flexcoders] Re: FDS Messaging error > > > > > > > > > > > > > > I was just wondering if there was any joy on getting the messaging > > service to work. > > > > I too have trying to get a better understanding of fds and i want to > > run through the simple chat application. > > > > when i run the swf in IE, i get the following error message: > > [MessagingError message='Unknown destination 'MyTransientTopic' .'] > > at mx.messaging. config::ServerCo nfig$/getChannel Set() > > at > > mx.messaging: :Consumer/ mx.messaging: Consumer: :initChannelSet( ) > > at > > mx.messaging: :MessageAgent/ mx.messaging: MessageAgent: :internalSend( ) > > at mx.messaging: :Consumer/ subscribe( ) > > at ChatClient/_ __Application1_ creationComplete () > > at > > flash.events: :EventDispatcher /flash.events: EventDispatcher: :dispatchEv > > entFunction( ) > > at flash.events: :EventDispatcher /dispatchEvent( ) > > at mx.core::UIComponen t/dispatchEvent( ) > > at mx.core::UIComponen t/set initialized( ) > > at mx.managers: :LayoutManager/ ::doPhasedInstan tiation() > > at Function/http://adobe. com/AS3/2006/ builtin:: apply() > > at mx.core::UIComponen t/::callLaterDis patcher2( ) > > at mx.core::UIComponen t/::callLaterDis patcher() > > > > Any help would be appreciated > > > > Barry > > > > --- In [EMAIL PROTECTED] ups.com, "Robs" <robi.ray@ .> wrote: > > > > > > Nopes :(( ! It still shows the same error. Is it that fds can't > > > locate my config files properly. Lemme give the dir structure of my > > > project : > > > > > > <flex samples folder> > > > <messageboard folder> > > > <my chat app folder> > > > <web-inf folder> > > > {all fds related config xmls} > > > > > > The way I access my app is > > > http://localhost: 8080/samples/ messageboard/ fdsChat/fdsChat. mxml . > > > > > > > > > > > > --- In [EMAIL PROTECTED] ups.com, "Dirk Eismann" <DEismann@> > > > wrote: > > > > > > > > Make sure to restart FDS after you modify any of the config > > files. > > > Also, > > > > if you're using Flex Builder 2 then it's always a good idea to do > > a > > > > Project --> Clean after modifying the FDS config files. > > > > > > > > Dirk. > > > > > > > > > -----Original Message----- > > > > > From: [EMAIL PROTECTED] ups.com > > > > > [mailto:[EMAIL PROTECTED] ups.com] On Behalf Of Robs > > > > > Sent: Tuesday, April 10, 2007 3:36 PM > > > > > To: [EMAIL PROTECTED] ups.com > > > > > Subject: [flexcoders] FDS Messaging error > > > > > > > > > > Hi all, > > > > > I'm trying out a sample chat app using fds messaging. As > > > > > per the instructions, I made a new destination in the > > > > > messaging-config. xml as > > > > > follows: > > > > > > > > > > <destination id="MyTransientTopi c"> > > > > > <properties> > > > > > <server> > > > > > <durable>false< /durable> > > > > > </server> > > > > > </properties> > > > > > <channels> > > > > > <channel ref="my-rtmp" /> > > > > > </channels> > > > > > </destination> > > > > > > > > > > Unfortunately, my application does not seem to get this > > > > > destination & is throwing the following error: > > > > > > > > > > [Error: (mx.messaging. messages: :ErrorMessage) #0 > > > > > body = (null) > > > > > clientId = (null) > > > > > correlationId = "AC6C8425-5819- 7952-C465- DBB44D54B08E" > > > > > destination = "MyTransientTopic" > > > > > extendedData = (null) > > > > > faultCode = "Server.Processing" > > > > > faultDetail = (null) > > > > > faultString = "No destination 'MyTransientTopic' exists in > > > > > service flex.messaging. services. MessageService" > > > > > headers = (Object)#1 > > > > > messageId = "996330F1-2418- 1987-0B1E- A4C224645BD9" > > > > > rootCause = (null) > > > > > timestamp = 1176212098404 > > > > > timeToLive = 0] > > > > > > > > > > > > > > > Where am I going wrong? Please help ! > > > > > > > > > > Regards, > > > > > Robi. > > > > > > > > > > > > > > > > > > > > -- > > > > > Flexcoders Mailing List > > > > > FAQ: > > > http://groups. yahoo.com/ group/flexcoders /files/flexcoder sFAQ.txt > > > > > Search Archives: > > > > > http://www.mail- archive.com/ flexcoders% 40yahoogroups. com > > > > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > <!-- > > #ygrp-mlmsg {font-size:13px;font-family:arial, helvetica, clean, sans-serif;} > #ygrp-mlmsg table {font-size:inherit;font:100%;} > #ygrp-mlmsg select, input, textarea {font:99% arial, helvetica, clean, sans-serif;} > #ygrp-mlmsg pre, code {font:115% monospace;} > #ygrp-mlmsg * {line-height:1.22em;} > #ygrp-text{ > font-family:Georgia; > } > #ygrp-text p{ > margin:0 0 1em 0;} > #ygrp-tpmsgs{ > font-family:Arial; > clear:both;} > #ygrp-vitnav{ > padding-top:10px;font-family:Verdana;font-size:77%;margin:0;} > #ygrp-vitnav a{ > padding:0 1px;} > #ygrp-actbar{ > clear:both;margin:25px 0;white-space:nowrap;color:#666;text- align:right;} > #ygrp-actbar .left{ > float:left;white-space:nowrap;} > .bld{font-weight:bold;} > #ygrp-grft{ > font-family:Verdana;font-size:77%;padding:15px 0;} > #ygrp-ft{ > font-family:verdana;font-size:77%;border-top:1px solid #666; > padding:5px 0; > } > #ygrp-mlmsg #logo{ > padding-bottom:10px;} > > #ygrp-vital{ > background-color:#e0ecee;margin-bottom:20px;padding:2px 0 8px 8px;} > #ygrp-vital #vithd{ > font-size:77%;font-family:Verdana;font-weight:bold;color:#333;text- transform:uppercase;} > #ygrp-vital ul{ > padding:0;margin:2px 0;} > #ygrp-vital ul li{ > list-style-type:none;clear:both;border:1px solid #e0ecee; > } > #ygrp-vital ul li .ct{ > font-weight:bold;color:#ff7900;float:right;width:2em;text- align:right;padding-right:.5em;} > #ygrp-vital ul li .cat{ > font-weight:bold;} > #ygrp-vital a { > text-decoration:none;} > > #ygrp-vital a:hover{ > text-decoration:underline;} > > #ygrp-sponsor #hd{ > color:#999;font-size:77%;} > #ygrp-sponsor #ov{ > padding:6px 13px;background-color:#e0ecee;margin-bottom:20px;} > #ygrp-sponsor #ov ul{ > padding:0 0 0 8px;margin:0;} > #ygrp-sponsor #ov li{ > list-style-type:square;padding:6px 0;font-size:77%;} > #ygrp-sponsor #ov li a{ > text-decoration:none;font-size:130%;} > #ygrp-sponsor #nc { > background-color:#eee;margin-bottom:20px;padding:0 8px;} > #ygrp-sponsor .ad{ > padding:8px 0;} > #ygrp-sponsor .ad #hd1{ > font-family:Arial;font-weight:bold;color:#628c2a;font- size:100%;line-height:122%;} > #ygrp-sponsor .ad a{ > text-decoration:none;} > #ygrp-sponsor .ad a:hover{ > text-decoration:underline;} > #ygrp-sponsor .ad p{ > margin:0;} > o {font-size:0;} > .MsoNormal { > margin:0 0 0 0;} > #ygrp-text tt{ > font-size:120%;} > blockquote{margin:0 0 0 4px;} > .replbq {margin:4;} > --> > > > > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com >