Flash Lite Carousel Navigation Example
October 14th, 2005
I finally got around to putting together this navigation example. I was using it in a project and had to redo the design, take out project specific code, protect the innocent, etc.
Click anywhere inside the swf below and use the left and right arrow keys to navigate screens.
Here’s a zip with the swf and fla:
CarouselNav.zip
It also shows a little of my approach I tried out as far as how to best organize and structure a flash lite application. Each screen is in a self contained movieclip, on the root level you set a variable saying how many screens there are and the rest is taken care of. You can lay out your screens anywhere you want on the stage area in the IDE which makes it easy to find things. Open the fla and have a look around.
I’m going to post a more advanced example of this same file where key events are automatically sent into whatever the active screen/movieclip is. This allows each screen to easily define what should be done with an up and down action, left and right, etc. Kind of a primative flash 4 event broadcaster. I also had it setup so that each screen had an “init” keyframe with code that would be run each time it was tweened into view.
Currently residing in Scituate, MA and working at
January 13th, 2007 at 4:06 am
Superb. Thanks. Ian
February 7th, 2007 at 1:15 am
nice! but doesnt work on Japanese phones like AU KDDI and NTT Docomo phones. Though it does work on Softbank (Vodafone) phones. Our RIGHT and LEFT buttons do not work for this. I wish that it did.
February 7th, 2007 at 8:34 am
This is just an example of how the navigation animation was done. It’s meant to be customized before actual use.