Difference between revisions of "FlashDevelop/FlickrPhotoViewer"

From Chumby Wiki
Jump to: navigation, search
(New page: == Project Description == A FlashDevelop Flickr Photo Viewer widget. Searches Flickr for photos with a certain tag-word. == Usage == Edit the FlickrViewer.as script, and enter your ...)
 
(Project Description)
Line 1: Line 1:
 
== Project Description ==
 
== Project Description ==
  
A [[FlashDevelop]] Flickr Photo Viewer widget.  Searches Flickr for photos with a certain tag-word.
+
A Flickr Photo Viewer widget.  Souce files are included to enable you to build this widget using [[FlashDevelop]], the free Flash development environment.
 +
 
 +
The widget searches Flickr for photos with a certain tag-word, and scrolls them across the screen.  As photos are displayed, you can press and drag them to go to the next or previous photo in the "photostrip".
 +
Note that this is not the best place for a beginner to start learning how to create widgets!  Some Actionscript background is needed to follow this example.  Several of Chumby's photo viewing widgets are based on the same source code.
 +
 
 
== Usage ==
 
== Usage ==
  

Revision as of 11:32, 15 January 2008

Project Description

A Flickr Photo Viewer widget. Souce files are included to enable you to build this widget using FlashDevelop, the free Flash development environment.

The widget searches Flickr for photos with a certain tag-word, and scrolls them across the screen. As photos are displayed, you can press and drag them to go to the next or previous photo in the "photostrip". Note that this is not the best place for a beginner to start learning how to create widgets! Some Actionscript background is needed to follow this example. Several of Chumby's photo viewing widgets are based on the same source code.

Usage

Edit the FlickrViewer.as script, and enter your own Flickr API Key, which you can obtain from here: http://www.flickr.com/services/api/misc.api_keys.html

Source

The complete source code will be uploaded soon. No .FLA file is needed.

Compile and Run

Simply open FlickrViewer.fdp in FlashDevelop, and build the project. Once FlickrViewer.swf is built, you can create a 80*60 thumbnail image and upload it as your widget. Further instructions are outlined in FlashDevelop/Example or see Chumby_tricks#Mixing_local_widgets_into_a_channel