$10 says its his email client.  Everytime I try to manually create xmlns, it forces them to hyperlinks.
 
----- Original Message -----
Sent: Monday, July 17, 2006 10:11 AM
Subject: RE: [flexcoders] Re: HTTPService in components

Technically you need to have quotes around the attribute value, but that's basically right. :)
 

<mx:HTTPService xmlns:mx="http://www.adobe.com/2006/mxml" id="usrRequest" url="" useProxy="false" />

 
 
Carson

____________________________________________
 
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com
 
Email:  [EMAIL PROTECTED]
Office:  866-CYNERGY
Mobile: 1.703.489.6466

 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Trice
Sent: Monday, July 17, 2006 6:56 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: HTTPService in components

Is that all of your code?  If so, you need to include the namespace on the root node of the component.

<mx:HTTPService xmlns:mx=http://www.adobe.com/2006/mxml

 id="usrRequest" url="" useProxy="false" />

_____________________________________

Andrew Trice

Cynergy Systems, Inc.

http://www.cynergysystems.com

Blog: http://www.cynergysystems.com/blogs/page/andrewtrice

Email: [EMAIL PROTECTED]

Office: 866-CYNERGY 


From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of mcmcbrianfarrell
Sent: Monday, July 17, 2006 9:19 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: HTTPService in components

--- In [EMAIL PROTECTED]ups.com, "Carson Hager" <carson.hager@...>
wrote:
>
> Can you include the errors here? Without them, it's a bit hard to
> figure out what might be going on.
>

Carson,
My code is:

<?xml version="1.0" encoding="utf-8"?>

<mx:HTTPService id="usrRequest" url="" useProxy="false" />

...which is at the top of the file and the error I get is:

The prefix "mx" for element "mx:HTTPService" is not bound.

__._,_.___

--
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