FFILES.COM NEWS CONTESTS SUBMIT A FILE REGISTER CONTACT
username:
password:
register | login help

Dynamic Images with Submenu

Full size (1500x385)
Previous overall listing: Chess Previous in Menus: Notes Music Buttons with XML V1.0 Next overall listing: Product slide button Next in Menus: A Different Approach To G94 Menu

This is the main piece that goes with the footer buttons that I added earlier. This was done for a local credit union.

This is created entirely through AS2....
more >

More (ratings, comments).
user switchBack Author URL abc.eznettools.net/swi...
Listing URL none
Downloads 3621 Views 13724
switchBack  

User ratings for Dynamic Images with Submenu.

Donate Add to favorites Subscribe to comments Report listing Download

More listings by switchBack

large dynamic buttons
large dynami...

Comments

You need to LOGIN to post a comment.
user ipubi
ipubi: 1 month ago

very good

user switchBack
the listing author switchBack: 2 months ago

@exvitermini - To reduce the width unfortunately isn't as easy as you would think. This site was designed very specifically to the request of a client, and that is why it is 1500px wide. I didn't quite make it as dynamic as it could have (should have) been, but changing it isn't impossible.

Since the entire thing is done with AS, should you wish to change the width your going to need to get into the file and find where the images are being pulled in and the fade effect is being created (it's all commented so it shouldn't be too hard to find).

Your going to need to play with the ratios of gradients for the fade effect. As far as the images are concerned, they are all being placed in the code, so look for where the x positions are being set and move them to where you need them to be.

The most important thing to remember is that this was build on a 1500px scale, so all the image widths and everything take that into account. For the width you want to use you may need to use smaller images to keep the same dimensions of the entire header.

user switchBack
the listing author switchBack: 2 months ago

For anyone having problems getting the links to work all you need to do is look in the code for this line of code (~line 256):

menu_obj.drop[i].onRelease = menu_obj.drop[i].onReleaseOutside = function(){
//getURL(this.link_url);
trace(this.link_url)
};

comment out the trace command, and un-comment the getURL command. Then in your XML file just put the name of the url you want the link to go to.

**Note - only the "drop" menu links have the ability to redirect to URL's. The main nav links are only there to open the sub nav. Feel free to change this if you like.

user exvitermini
exvitermini: 2 months ago

How can i reduce the width to 767? I've tried but it fails to work properly. I don't know what i'm doing wrong...

user ac242
ac242: 3 months ago

image where not displaying, but it was just a path issue (it's enough to move the image folder out of the xml folder)
too bad I can't get the links working (it seems it can't load the url tag from the xml file), anyone got any Idea?

show all 14 comments