RE: [flexcoders] Re: ActionScript APIs

2006-04-07 Thread Zane Hejduk



Mac,That's exactly the start I'm looking for, thanks big time. So I can handle all of the results using those APIs, do I just make a regular mx:HTTPService call to the Yahoo! API? Is there any way to have the API help me make the call, ie:import com.macromedia.webapis.flickr.FlickrService;var service:FlickrServicefunction callAPI() : void{ service = new FlickrService('api_kep_here'); service.addEventListener(.}Thanks!!-Zservice.send();Mac Martine [EMAIL PROTECTED] wrote:  Is this the kind of thing you’re looking for?  import com.macromedia.webapis.flickr.FlickrService;   import com.macromedia.webapis.flickr.events.FlickrResultEvent;public var service:FlickrService;service.addEventListener( FlickrResultEvent.PHOTOS_SEARCH, handleSearchResults );  service.photos.search ( nsid, tagname );private function handleSearchResults( event:FlickrResultEvent ):void  {  var dp:Array =
 event.data.photos.photos;  photoCollection = new ArrayCollection(dp);  }  From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of zane.hejduk Sent: Thursday, April
 06, 2006 4:55 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: ActionScript APIs  Hey Jignesh, thanks for the response. I've seen the docs, but I still don't know what to do with the APIs. For instance, if I want to search for photos with a specific tag in Flickr, I can't figure out how the
 functions within the API are supposed to be called.  -Z  --- In flexcoders@yahoogroups.com, "Jignesh Dodiya" [EMAIL PROTECTED] wrote:   some good links  http://flexapps.macromedia.com/fast/docs/apiAsDoc/index.htmlhttp://livedocs.macromedia.com/labs/1/flex/langref/index.htmlhttp://weblogs.macromedia.com/flex_samples/flex_explorer/explorer.htmlhttp://weblogs.macromedia.com/mc/archives/FlexStyleExplorer.html  --  Regards,Jignesh Dodiya
		Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates starting at 1/min.





--
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] Re: ActionScript APIs

2006-04-07 Thread Stefan Richter





 http://weblogs.macromedia.com/flex_samples/flex_explorer/explorer.html

These don't 
workfor me in Player8,5,0,246.

VerifyError: Error #1053: Illegal override of 
SystemManager in mx.managers.SystemManagerat 
global$init()
Stefan







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



  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] Re: ActionScript APIs

2006-04-06 Thread Jignesh Dodiya



if possible.. it wouldbe better if u post the code





Regards, Jignesh Dodiya 






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



  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] Re: ActionScript APIs

2006-04-06 Thread Mac Martine












Is this the kind of thing youre
looking for?





import
com.macromedia.webapis.flickr.FlickrService; 

import
com.macromedia.webapis.flickr.events.FlickrResultEvent;



public var service:FlickrService;



service.addEventListener(
FlickrResultEvent.PHOTOS_SEARCH, handleSearchResults );

service.photos.search ( nsid, tagname );



private function handleSearchResults(
event:FlickrResultEvent ):void

{

var dp:Array =
event.data.photos.photos;

photoCollection = new
ArrayCollection(dp);

}

















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of zane.hejduk
Sent: Thursday, April 06, 2006
4:55 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re:
ActionScript APIs





Hey Jignesh, thanks for the response. I've seen the docs, but I
still
don't know what to do with the APIs. For
instance, if I want to
search for photos with a specific tag in Flickr, I
can't figure out
how the functions within the API are supposed to
be called.

-Z

--- In flexcoders@yahoogroups.com,
Jignesh Dodiya [EMAIL PROTECTED] wrote:

 some good links
 http://flexapps.macromedia.com/fast/docs/apiAsDoc/index.html
 
 http://livedocs.macromedia.com/labs/1/flex/langref/index.html
 
 http://weblogs.macromedia.com/flex_samples/flex_explorer/explorer.html
 
 http://weblogs.macromedia.com/mc/archives/FlexStyleExplorer.html
 
 
 
 
 --
 Regards,
 
 Jignesh Dodiya













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



  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.