What is Bouncing Menu XML ? Bouncing Menu XML is a fast menu driven by XML for your flash as3 projects.
Script accept both images files (jpg, pgn, gif) and SWF vector files.
You can change distance between icon and zoom factor.
Menu text can be placed everywhere you want.
This menu comes in a movieclip with its own class so you can drag and drop it easily to your fla.
Also Bouncing Menu XML is highly customizable and adaptable to your projects, it uses TweenMax transitions engine (TweenMax classes are included since we are Corporate Club GreenSock member) .
//// LITTLE CODE TRICK TO OPEN URL WITH THIS MENU /////
check as file for clickControl function
find //here you can start your code
and put this code
//here you can start your code
switch (clicked) {
case 0 :
var ukURL:URLRequest = new URLRequest(‘http://www.flashden.com’ ) ;
navigateToURL(ukURL, ‘_self’ ) ;
break;
case 1:
var uk1URL:URLRequest = new URLRequest(‘http://www.flashden.com’ ) ;
navigateToURL(uk1URL, ‘_self’ ) ;
break;
case 2:
var uk2URL:URLRequest = new URLRequest(‘http://www.flashden.com’ ) ;
navigateToURL(uk2URL, ‘_self’ ) ;
break;
case 3:
var uk3URL:URLRequest = new URLRequest(‘http://www.flashden.com’ ) ;
navigateToURL(uk3URL, ‘_self’ ) ;
break;
case 4:
var uk4URL:URLRequest = new URLRequest(‘http://www.flashden.com’ ) ;
navigateToURL(uk4URL, ‘_self’ ) ;
break;
case 5:
var uk5URL:URLRequest = new URLRequest(‘http://www.flashden.com’ ) ;
navigateToURL(uk5URL, ‘_self’ ) ;
break;
}
number 0 is first icon e so on …0 1 2 3 4 5
change url as u like
if u have more than 6 items cut and paste to add new link
///////////////////////////////
THE LATEST CUSTOMIZABLE TEMPLATE
MS-Design Files
follow update with ours RSS feed: http://www.flashfiles.biz/index.php?option=com_myblog&Itemid=10&task=rss
keyword:xml horizontal menu menus macos mac dynamic bouncing png swf dockbar













