Dynamic Images with Submenu
home > flash > menus > dynamic images with submenu
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....
< less
more >
| Author URL | abc.eznettools.net/swi... | |||
| Listing URL | none | |||
| Downloads | 3621 | Views | 13724 | |
| switchBack | ||||
|
User ratings for Dynamic Images with Submenu. |
||||
More listings by switchBack
large dynami... |
Comments
You need to LOGIN to post a comment.
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.
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.
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...
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?




