This revolving stone plate 3D navigation is primarily scripted and optimized to be CPU efficient. It features a simple Z-Axis sort via visible=true/false. The rotation effect is realized by rotationX, quite cube like but the rotation is limited to the X-Axis.
All programming is native to flash 10 as3, no third party 3D engine is used. No ENTER_FRAME loop is constantly running if no interaction with the navigation.
The PerspectiveProjection including projectionCenter focalLength and fieldOfView are scripted for each button resulting in a constant appearance. The button's caption can simply be set by an array of strings.
The dynamic textfield got glow and bevel filters applied. No font is embedded. TAB/SHIFT ENTER is disabled by stage.stageFocusRect. There is just one textured bitmap which is broken apart and cut to make the three sides of the revolving stone plates and its XYZ positioning is hard-coded.
No preloader here, this movie is too small in KB size! By ADVANCE-MEDIA
Scroller with ease v2.
Mouse wheel, drag it, up & down buttons, click scroll track, scroll any content. Images, dynamic texts, static texts, etc. By ben shittu (assive)
Here's an MovieClip Accordian slider.
createAccordion(200,150,["b1","b2","b3"]);
Just use that line above.
First ones width of the similar MovieClips, second it height and the third is an array of instance names for MovieClips which are in the same scope as the function createAccordian. By TariqM
European map with rollover selectors allowing you to quickly choose the appropriate country's website to navigate to. I have currently defined 5 active countries but you can easily add more. By Phil Wareham
Scroll with easing effect.
This is a very simple to modify content scroller... with easing, just like on fontsforflash.com.
scroll texts images and anything with a bit of easing to it. By ben shittu
Automatic image gallery.
Slide show automatic or step by step navigation.
Image and icon in external files (icon and animation folders).
You can use this gallery without change flash movie. By Happycentro + Sintetik
Application: Television ImageDisplay
Features:
1) Loads the images externally(only jpeg images)
2) Can change the default images to your own images. Just remember to change
the name of the image on the button actionscript.
While exporting your jpeg image make sure to turn off the progressive display option. Strangely enough the jpeg images doesn't load with progressive display.
3) Can increase the number of buttons by duplicating it.
4) Remember to resize your image to approximately 300 x 300 pixels. By Shrikant Rawa