[flexcoders] Re: Flex Project to be converted to run on WebOrb

2008-10-14 Thread valdhor
All you need to do is update your compiler settings to use the remoting-config.xml and services-config.xml files. Something like: -locale en_US -services "services-config.xml" Make sure your xml files are set up to point to your server. Then create your remote objects in ActionScript and use the

[flexcoders] Re: Flex Project to be converted to run on WebOrb

2008-10-16 Thread Hyder
You can override the server settings required for weborb by adding the context root parameter to the compiler. -compiler.context-root={POINT_TO_weborb\web-inf\flex} It worked for me! Hope it helps! Hyder Alamgir alamgirdesigns.blogspot.com www.gulfspecials.com --- In flexcoders@yahoogroups.com