Nice Work!
Posted 3 months ago
Powerful Menu XML 7
Features:
Easy to use, just drag and drop, the menu is xml driven, you can set in the .xml file text, colors and links, you can make many combinations changing the positions of the bars.
Here is an example of how the .xml looks like:
you can also set in the script:
the selected bar _y position
the rollover bar _y position
the ease
ALSO CHECK
FEATURED WORK
Posted 3 months ago
Nice work. how can I change the font size and font spacing? Also, how could I put a ” | ” between the links?
Thanks
Posted 3 months ago
sgallant *
to change the font and font size you need to open the movieclip ¨button¨from the library, there will be two textfields that you can customize with the text tool (one is the default textfield and the other is the “rolled over” texfield) to put a ”|” you may need a bit of code reestructuration… or you could just put it in the xml file.
ldeazy21 *
if you mean the spacing between each button just open the movieclip “menu and go to the line 87:
itemList[z]._x = itemList[z-1]._x + itemList[z-1]._width
and add a + and the number of pixels you want to space them at the end, like:
itemList[z]._x = itemList[z-1]._x + itemList[z-1]._width + 5
Posted 3 months ago
if i want it to goto a specific frame, what do you mean by adding another node?
Posted 3 months ago
ldeazy21:
The bars change to the color of the text that you setted on the xml file
zer0k_03:
It means the you will need to add a new node in the xml to put the frame and then load it into the flash to read it and use it in the getURL function
sgallant:
Thanks 
I’d like to use the buttons to go to labeled frames within the flash movie, instead of loading a new URL … seems like a couple of other people have asked/requested this also… can you please be specific on how to adjust the XML code and Action Script to do this…like in your helpfile.txt you show how to load .swfs into the flash instead of a URL … can you update this helpfile.txt to show how to go to labeled frames also…
thanks much,
Buster
Posted 2 months ago
Big Problem: I need to load SWF files in my flash-film AND load external sites with _blank link. is this possible???? please answer, it’s very urgent! thankz
Posted about 1 month ago