Another example of using robotlegs to create simple flickr search widget/gallery.
Required library: robotlegs-framework-v1.4.0.swc
Flickr API used for service
Flash Builder 4 used to run and compile project.
update
added “FlickrSelectedImageMediator” for the “FlickrSectedImage” flex custom component.
Moved Component opening/closing logic inside FlickrSelectedImageMediator.
Archive for the 'Download' Category
last 2 Weeks I was playing with Robotlegs (yeah, again), before using it for the specific project I decide to make couple of examples to fallow the “right” path and of course get input from community experts. The example we are building here gonna be simple rss reader: input field, load button, result.
Required library: robotlegs-framework-v1.4.0.swc
Flash Builder 4 used to run and compile project.
Continue reading ‘Robotlegs Rss Reader’
update:
pause() method is added, example .fla file is updated.
As far as I know there is no way for adding cue points in flash Sound, but using SoundChannel.position property we can check playhead current position and simulate cue points for Sound.
So I wrote simple utility Class for simulating cue points for Sound Class In AS3.
CursorManager is simple as3 class that lets you change cursor at runtime.
Example uses also Event.MOUSE_LEAVE event to hide/remove custom cursor when mouse leaves flash display area(with combination of MouseEvent.MOUSE_MOVE to show back cursor).
Continue reading ‘AS3 CursorManager’
Here is the example of easing, reusable preloader that I am using in some of my projects.
The general idea is to tween the loader bar to the next point instead of just jumping to it.
The easiest way to achieve that effect is using one of the tweening libraries. Continue reading ‘Easing preloader as3′
