I have created a simple java-dao based adapter on an data-service. This service is configured with a RTMP channel as the default channel. In my main mxml application file, I am using the creationComplete event on the application to to call a fill method on the dataserive and populate a ListCollectionView object. I have a datagrid bound to that object. If I browse my application from localhost, I see the data in the grid. If I browse it from another machine, I do not, but I am not getting any errors on the remote machine. Is there something that I need to do? I have checked the logs (as I inserted some prtinln()s in my java-dao) and the data service is never being called. There is no firewall on either the local or remote host.
-- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

