Abdul,
Thank you for the quick reply. The reason I specified the proxyurl was due to the fact that the URL is outside of my domain. I tried specifying the entire domain intead of the wild card, but still no change. Upon invoking the resulting flash file I do however recieve the follow message: HTTPService Fault: Could Not Retrieve Data Josh --- In [email protected], Abdul Qabiz <[EMAIL PROTECTED]> wrote: > Hi Josh, > > If you are not doing http calls outside of flex app's domain, you don't > really need proxy... > > You can turn it off in <mx:HTTPService useProxy="false" .. /> > > If you are making calls outside of domain of flex app, you might want to > give a try to connect specific domain.. > > %mxmlc -proxyurl http://www.yourexternaldomain.com main.mxml > > Compile it and see if it works, if not then problem is somewhere else... > > -abdul > > -----Original Message----- > From: Josh Meekhof [mailto:[EMAIL PROTECTED] > Sent: Friday, April 08, 2005 11:15 PM > To: [email protected] > Subject: [flexcoders] mxmlc and httpservice > > > > I'm having an issue compiling my mxmlc file that contains httpservice > tags within it. Actually, it compiles fine, the http calls are never > made from the resulting flash file. I'm imagining all I am missing is > a simple option while compiling. > > I'm compiling a working mxml file (obviously, right?) simply by > invoking the compiler: > > %mxmlc -proxyurl http://* main.mxml > > This compiles without incident, but the result never makes the > httpservice call as it should. > > Josh > > > > > > > Yahoo! Groups Links 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/

