Test your HTTPService by calling it from a browser.

 

Now that I look at your url, I see it is an mxml file.  I do not believe this makes sense.  An HTTPService call should be returning XML data.  It is not for loading mxml applications.

 

Exactly what are trying to accomplish?

 

Tracy

 


From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of abi27ram
Sent: Monday, June 19, 2006 12:55 AM
To: [email protected]
Subject: [flexcoders] Using HTTPService

 

hello all,
I am new to flex.i don't know how to use httpservice in flex.
i'm using flexbuilder with jrun server now.

example.mxml

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="*"
layout="absolute" initialize="feedRequest.send()" >

<mx:HTTPService
id="feedRequest" method="post"
url=""> useProxy="true"/>
</mx:Application>

login.mxml

<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" >

<mx:Panel title="My Application" paddingTop="10"
paddingBottom="10"
paddingLeft="10" paddingRight="10" >

<mx:Label text="Hello World!" fontWeight="bold"
fontSize="24" />

</mx:Panel>
</mx:Application>

i am not getting any output or error.

plz help me
thanks in advance
abiramkumar

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to