RE: RE: [flexcoders] Please Help. Http Service WTH

2006-05-04 Thread Matt Chotin










Hi, yes b3 is beta 3 which will be out hopefully
soon.











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of ???
Sent: Wednesday, May 03, 2006
11:33 PM
To: flexcoders@yahoogroups.com
Subject: Re: RE: [flexcoders]
Please Help. Http Service WTH





do
you mean that B3 is Beta 3 ?


-Original Message-
>From : Matt Chotin [EMAIL PROTECTED]
To : flexcoders@yahoogroups.com; 
Sent : Thu , May 04, 2006 14:50 PM
Subject : RE: [flexcoders] Please Help. Http Service WTH
I just wrote an equivalent test in B3 and it worked fine, so binding
into the url string works fine.

-Original Message-
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On
Behalf Of Faisal Abid
Sent: Wednesday, May 03, 2006 1:34 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Please Help. Http Service WTH

Okay so for the past 4 hours + 3 hours at night ive been debugging my 
application only to come to the conclusion that in a httpservice url i 
cannot do this

mx:httpservice 
url="">
mething

The httpservice is fine , i test it in a broswer by replacijng 
texinput.tx! t to something and it returns what its ment to , but in flex 
it gives me an error saying i must defind a url, I mean it is defined , 
i know there is a workaround to  by puttin amp; But What the hec is 
wrong with my url??


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








 Yahoo! Groups Sponsor ~-- 
Everything you need is onelick away. Make Yahoo! your home pageow.
http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/nhFolB/TM
~- 

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

* To visit your group on the web, go ! to:
 nbsp;
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/









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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] Please Help. Http Service WTH

2006-05-03 Thread Kelly @ Dekayd Media Inc.



I could be wrong but I think the url in the mxml tag has to be a compile
time constant.




-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Faisal Abid
Sent: Wednesday, May 03, 2006 1:34 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Please Help. Http Service WTH

Okay so for the past 4 hours + 3 hours at night ive been debugging my 
application only to come to the conclusion that in a httpservice url i 
cannot do this

mx:httpservice 
url="" href="http://something.com/api/someting/{textinput.text}/somethingelse/someth">http://something.com/api/someting/{textinput.text}/somethingelse/someth
ing

The httpservice is fine , i test it in a broswer by replacijng 
texinput.txt to something and it returns what its ment to , but in flex 
it gives me an error saying i must defind a url, I mean it is defined , 
i know there is a workaround to  by puttin amp; But What the hec is 
wrong with my url??


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



 








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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  












Re: [flexcoders] Please Help. Http Service WTH

2006-05-03 Thread Faisal Abid



You mean it has to be predefined? But i dont think so because in that 
flickr video this is what sho did
http://www.flickr.com/services/rest/?method=flickr.photos.searchamp;api_key=64a1ba754a4c588e3aa3ff6077fa0e75amp;per_page=9amp;tags={key.text}
and it worked..

Kelly @ Dekayd Media Inc. wrote:
 I could be wrong but I think the url in the mxml tag has to be a compile
 time constant.




 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Faisal Abid
 Sent: Wednesday, May 03, 2006 1:34 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Please Help. Http Service WTH

 Okay so for the past 4 hours + 3 hours at night ive been debugging my
 application only to come to the conclusion that in a httpservice url i
 cannot do this

 mx:httpservice
 url="" href="http://something.com/api/someting/{textinput.text}/somethingelse/someth">http://something.com/api/someting/{textinput.text}/somethingelse/someth 
 http://something.com/api/someting/%7Btextinput.text%7D/somethingelse/someth
 ing

 The httpservice is fine , i test it in a broswer by replacijng
 texinput.txt to something and it returns what its ment to , but in flex
 it gives me an error saying i must defind a url, I mean it is defined ,
 i know there is a workaround to  by puttin amp; But What the hec is
 wrong with my url??


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








 --
 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 
 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ 
  Computer software development 
 http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw 
  Software design and development 
 http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ 

 Macromedia flex 
 http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw 
  Software development best practice 
 http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw 



 
 YAHOO! GROUPS LINKS

 * Visit your group flexcoders
 http://groups.yahoo.com/group/flexcoders on the web.
 
 * To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
 
 * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
 Service http://docs.yahoo.com/info/terms/.


 








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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] Please Help. Http Service WTH

2006-05-03 Thread Tracy Spratt



That should not have worked. You are not supposed to put any arguments
on the url. This is in the documents somewhere. Assuming we are
talking 1.5

The workaround for this is to set the url and request args in AS code.

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Faisal Abid
Sent: Wednesday, May 03, 2006 4:42 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Please Help. Http Service WTH

You mean it has to be predefined? But i dont think so because in that 
flickr video this is what sho did
http://www.flickr.com/services/rest/?method=flickr.photos.searchamp;api
_key=64a1ba754a4c588e3aa3ff6077fa0e75amp;per_page=9amp;tags={key.text}
and it worked..

Kelly @ Dekayd Media Inc. wrote:
 I could be wrong but I think the url in the mxml tag has to be a
compile
 time constant.




 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On
 Behalf Of Faisal Abid
 Sent: Wednesday, May 03, 2006 1:34 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Please Help. Http Service WTH

 Okay so for the past 4 hours + 3 hours at night ive been debugging my
 application only to come to the conclusion that in a httpservice url i
 cannot do this

 mx:httpservice

url="" href="http://something.com/api/someting/{textinput.text}/somethingelse/so">http://something.com/api/someting/{textinput.text}/somethingelse/so
meth 

http://something.com/api/someting/%7Btextinput.text%7D/somethingelse/so
meth
 ing

 The httpservice is fine , i test it in a broswer by replacijng
 texinput.txt to something and it returns what its ment to , but in
flex
 it gives me an error saying i must defind a url, I mean it is defined
,
 i know there is a workaround to  by puttin amp; But What the hec is
 wrong with my url??


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








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

http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+
site+design+developmentw2=Computer+software+developmentw3=Software+des
ign+and+developmentw4=Macromedia+flexw5=Software+development+best+prac
ticec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ 
  Computer software development 

http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=We
b+site+design+developmentw2=Computer+software+developmentw3=Software+d
esign+and+developmentw4=Macromedia+flexw5=Software+development+best+pr
acticec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw 
  Software design and development 

http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=
Web+site+design+developmentw2=Computer+software+developmentw3=Software
+design+and+developmentw4=Macromedia+flexw5=Software+development+best+
practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ 

 Macromedia flex 

http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+
developmentw2=Computer+software+developmentw3=Software+design+and+deve
lopmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=1
66.sig=OO6nPIrz7_EpZI36cYzBjw 
  Software development best practice 

http://groups.yahoo.com/gads?t=msk=Software+development+best+practice
w1=Web+site+design+developmentw2=Computer+software+developmentw3=Softw
are+design+and+developmentw4=Macromedia+flexw5=Software+development+be
st+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw 





 YAHOO! GROUPS LINKS

 * Visit your group flexcoders
 http://groups.yahoo.com/group/flexcoders on the web.
 
 * To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]

mailto:[EMAIL PROTECTED]
 
 * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
 Service http://docs.yahoo.com/info/terms/.








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



 










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

Re: [flexcoders] Please Help. Http Service WTH

2006-05-03 Thread Faisal Abid



Well This is Beta 2, and what do you mean it wont work? how else do you 
expect to call a flickr webservice via HTTP, the only thing basically i 
want to know is how to call a binding within two backslashes like this 
/{binding/whateever.html

And Binding in httpservice does work , try my custom feed reader 
somewhere on www.g-unix.com


Tracy Spratt wrote:
 That should not have worked. You are not supposed to put any arguments
 on the url. This is in the documents somewhere. Assuming we are
 talking 1.5

 The workaround for this is to set the url and request args in AS code.

 Tracy

 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Faisal Abid
 Sent: Wednesday, May 03, 2006 4:42 PM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Please Help. Http Service WTH

 You mean it has to be predefined? But i dont think so because in that
 flickr video this is what sho did
 http://www.flickr.com/services/rest/?method=flickr.photos.searchamp;api 
 http://www.flickr.com/services/rest/?method=flickr.photos.searchapi
 _key=64a1ba754a4c588e3aa3ff6077fa0e75amp;per_page=9amp;tags={key.text}
 and it worked..

 Kelly @ Dekayd Media Inc. wrote:
  I could be wrong but I think the url in the mxml tag has to be a
 compile
  time constant.
 
 
 
 
  -Original Message-
  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
 On
  Behalf Of Faisal Abid
  Sent: Wednesday, May 03, 2006 1:34 PM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Please Help. Http Service WTH
 
  Okay so for the past 4 hours + 3 hours at night ive been debugging my
  application only to come to the conclusion that in a httpservice url i
  cannot do this
 
  mx:httpservice
 
 url="" href="http://something.com/api/someting/{textinput.text}/somethingelse/so">http://something.com/api/someting/{textinput.text}/somethingelse/so 
 http://something.com/api/someting/%7Btextinput.text%7D/somethingelse/so
 meth
 
 http://something.com/api/someting/%7Btextinput.text%7D/somethingelse/so
 meth
  ing
 
  The httpservice is fine , i test it in a broswer by replacijng
  texinput.txt to something and it returns what its ment to , but in
 flex
  it gives me an error saying i must defind a url, I mean it is defined
 ,
  i know there is a workaround to  by puttin amp; But What the hec is
  wrong with my url??
 
 
  --
  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
 
 
 
 
 
 
 
 
  --
  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
 
 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+ 
 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+
 site+design+developmentw2=Computer+software+developmentw3=Software+des
 ign+and+developmentw4=Macromedia+flexw5=Software+development+best+prac
 ticec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ
  Computer software development
 
 http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=We 
 http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=We
 b+site+design+developmentw2=Computer+software+developmentw3=Software+d
 esign+and+developmentw4=Macromedia+flexw5=Software+development+best+pr
 acticec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw
  Software design and development
 
 http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1= 
 http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=
 Web+site+design+developmentw2=Computer+software+developmentw3=Software
 +design+and+developmentw4=Macromedia+flexw5=Software+development+best+
 practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ
 
  Macromedia flex
 
 http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+ 
 http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+
 developmentw2=Computer+software+developmentw3=Software+design+and+deve
 lopmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=1
 66.sig=OO6nPIrz7_EpZI36cYzBjw
  Software development best practice
 
 http://groups.yahoo.com/gads?t=msk=Software+development+best+practice 
 http://groups.yahoo.com/gads?t=msk=Software+development+best+practice
 w1=Web+site+design+developmentw2=Computer+software+developmentw3=Softw
 are+design+and+developmentw4=Macromedia+flexw5=Software+development+be
 st+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw
 
 
 
 
 
  YAHOO! GROUPS LINKS
 
  * Visit your group flexcoders
  http://groups.yahoo.com/group/flexcoders on the web.
  
  * To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]
 
 mailto:[EMAIL PROTECTED]
  
  * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
  Servic