Search  

XML ROTATING FEATURE PHOTO MENU WITH TABS

HomeBrowse CategoriesFlashMenus & Buttonsxml rotating feature photo menu with tabs

XML menu for feature photos or articles that link to a URL . This is great for a homepage where featured, popular, or most viewed content, needs to be promoted. Tabs along the bottom make it easy for the user to get to what he wants, without having to wait for the rotation to loop. The user can also pause/play the rotation.

Posted 8 months ago

Hi, is possible to change the size, fonts, colors, etc. and to add more optioin to the menu?

Thanks,

Miguel

Posted 8 months ago

how Tab is it possible to align without making impossible the reading of titles ? Thanks

Posted 8 months ago

Good work !

Posted 8 months ago

Why the titles aren’t anti-aliased but “City at Night” ?

Posted 8 months ago

toinus,

simply overlooked that. it can easily be corrected in the .fla

contact me if you need step by step directions.

Posted 8 months ago

Looks cool.

Is the file easily resizable? Also can you put swf files in there as well?

Posted 8 months ago

tzahler,

buttons and tabs are vector, so all should be easy to resize assuming you crop your photos accordingly. and yes, swf files will load in place of images if you prefer.

Posted 8 months ago

Hi If I buy this how could I make it stop if current page is selected ? example if I’m on page “Muskrat Love” ...

or if that page is dynamic and have an ID parameter … than it should stop slide show and highlight “Muskrat Love”.

can this be fixed with any input parameter ?

example index.php?page_id=2

Posted 8 months ago

in the actionscript on the first frame of the .fla, create a variable; i.e. var currPage;

in your index.php page where the object/embed flash code is, append a flashVar to the .swf call; i.e. rotating_feature.swf?currPage=<? $_GET[‘page_id’]; ?>

that will get your page_id into flash.

from there, you need to write some conditionals in flash..something like:

if (currPage == 2){ _global.tabCount = currPage; _root.menu.play(); clearInterval(_root.intervalId); }

btnPlayPause.gotoAndStop('off');
//set invoked article info
//(use index-1 because slideshow frame names initilized @ 0)
slideShow_mc.gotoAndPlay("beg" + (currPage-1));
currArticle = currPage-1;
menu_mc.description_txt.text = articleInfo1;
menu_mc.description_txt.setTextFormat(my_fmt);

to simply answer your question, yes, it can be done. i have not tested the code… but you get the idea i hope.

Posted 8 months ago

Hi thank you for your answer … sorry I don not own yet the flash license and can not edit project files … :-(

Posted 8 months ago

If you could modify this for me i would buy it, thanks. BTW can there be added more than 4 buttons, links via XML ?

Posted 7 months ago

Can you add more than 4 menu’s. If so, does the width increase?

Posted 7 months ago

kenalderton,

currently, tabs cannot be expanded in number

Posted 7 months ago

I have been looking at this for an hour now, and cant figure why tab #3 does not have the same anti-alias as the others. All tabs are identical… not sure where it’s getting its attribute from. Please help. I’m sure it’s something simple (an no, it’s not just going to the text box and selecting a different anti-aliasing! Tried that already!!!) :) Thanks

Posted 7 months ago

My machine lost most of it’s fonts recently so I’m just now realizing that apparently I didn’t embed the fonts?

Whooop

Posted 4 months ago

Jryan, I have a question. can I change the fonts, skin color and the amounts of tabs? Thanks

Daniel

Posted about 1 month ago

I am having a problem with the quality of the images that are being displayed. I have tried everything I can think of to get them to display properly. Jryan can you please help me out? Thanks

Posted 7 days ago

Why the titles aren’t anti-aliased but “City at Night” ? – This has been asked before and the answer wasn’t posted. Please help. Thanks

Posted 1 day ago