
Here’s a simpler way to create a menu with your own password and customizations.
This program will help you create your own menus with/without pass protection.
In order to run the program, you need the following:
- Latest version of JAVA installed
- Adobe Flash CS4 installed in it’s default directory (C:\Program Files\Adobe\Adobe Flash CS4)
The SourceCode.fla file can be edited and you may change the icons, background, etc.
You MUST NOT change the actionscript or any variable names, as this will break the menu, and the menu WILL NOT work!
Also, you cannot export the menu using Adobe Flash, as some of the actionscript is missing, therefore use the program to create the menu for you.
Please Note:
The program will launch Adobe Flash and it will close it down after the menu is exported, the menu will be in the same folder as the program. The swf file should be called “Customised Flash Menu by kr8ter.swf”
All comments are appreciated!








Hi, kr8ter. Great work! I run the programm, them choose setting, press “Create menu”, next Adobe Flash CS4 runnig, but immediately closed((
Yeah, its suppose to do that, you should have a swf file called “Customised Flash Menu by kr8ter.swf”, in the same directory as the program.
Hi again. Ignore my first message i sorted that out. I was just wandering if there is a way to change the background of the customized menu? Right now it has the background of the nice room with a view and wooden flooring. Jut wandering if theres a way to have a different background or use my own.
Just open the .fla file and simply replace the background picture with your own, you can also modify the icons, and pretty much anything else. Just remember not to change any of the variable names, also you need to close Adobe Flash after you have made changes to the file, so that the program i created, can create your menu.
why installing to C:\Program Files\Adobe\Adobe Flash CS4 ? i have flash installed to C:\Program\Adobe\Adobe Flash CS4
I am new to programming so i don’t know how to make the program detect where Adobe Flash is installed, so i made it to look in the default directory of where Adobe Flash CS4 is normally installed in. In the future i may make the program detect where you have installed Adobe Flash
hi kr8ter…thanks…works fine
How to change the password?
@lax – just tick the box next to “Would you like your menu locked?”, then just enter your 4 digit password and select what items you want locking
Thanks
This is a very successful software, how to remove vibration?
建議更好的譯法:
@lax – if you open the .fla file, in the actionscript look for the vibrate function, and just delete it. That should remove the vibration
About the vibration
Can say more about howto remove it?
@lax – open up the .fla file and in the actionscript delete this line
fscommand2(“StartVibrate”, 38, 0, 1);
This will get rid of the vibration
um where can you get that program adobe cs4 please?
@J2K – you can get it from http://www.adobe.com/downloads/. Just click on Adobe Flash CS4 and make a free account to download it. It is a 30 day free trial
thankyou kr8ter, nd thks for sharin dis great application this is wat i’ve been lookin for ages now, cheers man.
WHAT IF I DONT INSTALL THE ADOBE FLASH CS4 IN
(C:\Program Files\Adobe\Adobe Flash CS4)
WILL THIS WORK?
BECAUSE I DONT HAVE ENOUGH SPACE IN LOCAL DISK (C:)
@JANAS – No, it won’t work
ok i already install it to (C:\Program Files\Adobe\Adobe Flash CS4)
but when i click the button create menu it says CANNOT RUN ADOBE FLASH CS4
CAN YOU HELP ME WITH THAT THX
@janas – if you are using windows vista/windows 7, then you need to run the custom menu creator as an administrator. Right click it and click “Run as administrator”. If this doesn’t work then let me know, what operating system you are using. Thanks
I doesnt work for me either! when i when I click the button create menu it says CANNOT RUN ADOBE FLASH CS4. please help me! im using windoes xp oprerating system. thanks
@Farre – did you install adobe flash cs4 in this directory (C:\Program Files\Adobe\Adobe Flash CS4)?
program is pretty much good but there is a huge ‘bug’ in template! u didn’t put a pice of code (in action script) that leave chosen icon selected when u go back to menu, example: I open menu (messaging icon is selected) and then I choose settings and then hit back key and when menu open there is messaging icon selected but there should be settings icon selected! U know what do I mean? So what and where should I change/insert in action script in order to get menu works like that?
Hi Ivo, the bug you are referring to happens to all of my menus, i haven’t come across a flash menu that actually does not have this bug. If you do have a menu which doesn’t have this bug, would you please upload it to mediafire.com and post the link here, so i can see how it is done. Thanks
U must me be joking…I’m saying that becouse I haven’t found any (except yours
) 2.1 or 2.0 menu that have that ‘bug’ in them! Every menu that I have been using works perfectly, and that is the reason why this bothers me….Here is the few 2.1 menus from my collection! If u discover what’s wrong in your menu please post here, as u will probably figure it out before I do…. http://www.mediafire.com/file/evpseag26f8lhyq/Few 2.1 menus without bug.rar
Hi Ivo, I admit i was wrong and i have found where i have been going wrong. If you open the SourceCode.fla file up, replace the line
FLCmd(“GetVars”, “MenuData”, _root);
with
fscommand2(“GetVars”, “MenuData”, _root);