Posts Tagged ‘Menu’

5 Useful Adobe Flash Menu and Navigation Tutorials

Box-256x256 How about  25+ Very Useful Flash & ActionScript 3 Tutorials? You probably noticed “Vertical 3D Carousel with ActionScript 3″, yes, menu is used on nearly all the sites–vertical menu or horizontal menu, submenu layout like drop down menu, flyout menu or sliding/accordion menu etc. Following is 5 tutorials on the most common adobe flash menu and navigation. Enjoy!

(more…)

Tutorials: Step by Step to Create your Sector Menu

Is the sector menu following a cool stuff? I am sure you won’t provide me a negative answer. Thank you!

[PieMenu.swf]

clip_image002 

Search-256x256 Demo | DownloadDownload Full Project

(more…)

The list of mine top 6 AJAX Solutions For Professional Coding

Who has used Flickr, GMail, Google Suggest, or Google Maps will realize that a new breed of dynamic web applications is emerging.Similar to traditional desktop applications without relying on plug-ins or browser-specific features.Yes,it is AJAX–Asynchronous JavaScript and XML.Smashingmagazine had present a list over 90 AJAX-based techniques at here(I copied some images from there),but I don’t think all of them are brilliance.Below is the list of mine top 6  AJAX Solutions.If you have yours,reply it pls.:)

(more…)

Replace the Flex’s Default Right Click Menu

Adobe-Flex-CS3-48x48 Sometimes we need replace the Flex’s Default Right Click Menu,the code likes below that can hide the default menu but can not replace it(with function “hideBuiltInItems”).

var contextMenu : ContextMenu = new ContextMenu();
contextMenu.hideBuiltInItems();

The code below tells you how to implement this.

(more…)