How to change the text “SELECT CATEGORY ” ?
Open AMCarousel.as (search in com folder), look for:
categoryMenu.cText.text = "SELECT CATEGORY";
And replace the test in double quote.
How to disable a button in bottom control ?
Open BottomControl.as, in BottomControl() function comment or delete the line that adds the menu item, for example if you want to remove fullscreen button, comment or delete the line:
fullscreen = addItem("FULLSCREEN");
Open AMCarousel.fla, in addedToStage() function, look for the block code that contains the addEventListener method of the removed button and delete it, for example:
bottomControl.fullscreen.addEventListener(MouseEvent.CLICK, fullscreenClick, false, 0, true);
Open .fla file and hit Ctrl + Enter to recompile.
How to jump to a specific gallery upon start up ?
Use deep-linking, every gallery has it own deep-linking address which you can use as primary link instead of the home link. Look at address bar in browser and copy the link there.


116 Purchases
72 Comments