FFILES.COM NEWS SUBMIT A FILE REGISTER CONTACT
username:
password:
register | login help
Pending listings (1)

Image Menu v2

Previous overall listing: XML MenuBar Previous in Menus: XML MenuBar Next overall listing: rotating menu Next in Menus: rotating menu

Modified version of the previous, the menu now has functional links. Much thanks to sanjum for help with the script.

To modify urls, simply open...
more >

user jmalek Author URL no website
Listing URL none
Downloads 14137 Views 48615
jmalek  

User ratings for Image Menu v2.

Donate Add to favorites Subscribe to comments
Report listing
Download

More listings by jmalek

Bulletproof Contact Form
Bulletproof ...
Butterfly Follower
Butterfly Fo...
Image Menu
Image Menu
Digital Clock
Digital Cloc...
3D Zoom Navigation
3D Zoom Navi...
Thumbnail Scroller
Thumbnail Sc...

Comments

You need to LOGIN to post a comment.
user stylekeeper
stylekeeper: 7 months ago

for linking to a specific label in your movie. i used the same code nilsy posted and just replaced it with the root path and it worked...
var j:Number;
for (j=0; j<menu_no; j++) {
var _mc:MovieClip = new MovieClip();
_mc = this[mc_string+j];
_mc.onRelease = function () {
if (this._name == "mainmenu0") {
_root.gotoAndStop("home");
}
if (this._name == "mainmenu1") {
_root.gotoAndStop("leg");
}
if (this._name == "mainmenu2") {
_root.gotoAndStop("way");
}
if (this._name == "mainmenu3") {
_root.gotoAndStop("induli");
}
if (this._name == "mainmenu4") {
_root.gotoAndStop("people");
}
if (this._name == "mainmenu5") {
_root.gotoAndStop("pics");
}
if (this._name == "mainmenu6") {
_root.gotoAndStop("contact");
}
};

user berzera
berzera: 8 months ago

Hi r-land...can you send me the correct AS code, i have the same problem in the buttons, always tha same link.
berzera@gmail.com
thanks!

user r-land
r-land: 10 months ago

Hi again :) Problem solved, if you need a solution code, mail me :)
buttons now work fine.

user r-land
r-land: 10 months ago

yep, links suck :D if you change them through imagemenu.as, they work, but not all, only one - 5th in an array. And it works for all buttons :D It's kind a strange :)

user r-land
r-land: 11 months ago

I removed Math.Floor function from line 82 of your AS code.
My thumbs were 119px and script always gave me 2px line in the end of the thumbs. And it is better to put black background, cause if you look at a preview swf here on the page, there is sometimes a 1px line coming out between thumbs. Black background solves that :)
And you definitely should work with this script more to add more dynamics to it. Width and position functions are based on mathematics and I had to understand the code completely before I could change it to work properly with my thumbs (they were really narrow and a lot of space around them).
Anyway, thanks for sharing. I'm a blogger and I would like to use your code for tutorial if you don't mind. Of course I put all the links to your profile :) Please give me to know, you can answer here or send an e-mail to info@rl-creative.com
Thank you in advance :)

show all 30 comments