FFILES.COM NEWS SUBMIT A FILE REGISTER CONTACT
username:
password:
register | login help
Pending listings (3)

Circular Thumbnail Gallery

Full size (800x600) + FullScreen
Previous overall listing: Dock Menu 1.0 Previous in Photo Galleries: Aires Photo Gallery with XML Next overall listing: Who 2B Pres Next in Photo Galleries: ASBox2

Circular thumbnail gallery made in ActionScript 3

user minthu Author URL flashmo.com
Listing URL flashmo.com/preview/fl...
Downloads 10117 Views 55427
minthu  

User ratings for Circular Thumbnail Gallery.

Donate Add to favorites Subscribe to comments
Report listing
Download  (Flash 9, AS 3.0)

More listings by minthu

Flashmo XML menu 006
Flashmo XML ...
Flashmo XML menu 005
Flashmo XML ...
Flashmo XML menu 004
Flashmo XML ...
Flashmo XML menu 003
Flashmo XML ...
Flashmo XML menu 002
Flashmo XML ...
Flashmo XML menu 001
Flashmo XML ...

Comments

You need to LOGIN to post a comment.
user myfeetbeauties
myfeetbeauties: 1 year ago

how can I get this photo gallery for my website. I have downloaded free ones but doesn't work.

user elponchotrucker
elponchotrucker: 2 years ago

thank for you work

user tontakarn
tontakarn: 2 years ago

Your Flash Menu really Nice [^__^]/ Thank a lot.

user hotellina
hotellina: 2 years ago

It's a masterpiece!
The real annoying thing is that sometimes the thumbs don't come back in their original position, it's a kind of freezing problems for some movieclips of the wheel.

user mqluvly
mqluvly: 3 years ago

Hi Minthu,

I'm having some problems integrating a pop up window on one of the flashmo buttons. Below is the AS3 script. I've tried placing the pop up script:

function jspopupWindow(event:MouseEvent):void {

var desiredURL:URLRequest = new URLRequest("javascript:NewWindow=window. open('http://.com','newWin','width=400,h eight=400,left=0,top=0,toolbar=No,locati on=No,scrollbars=No,status=No,menubar=no ,resizable=Yes,fullscreen=No'); NewWindow.focus(); void(0);");

navigateToURL(desiredURL, "_blank");

}
popup_btn.addEventListener(MouseEvent.C LICK, jspopupWindow);



TO:
--------------------------------------
{
var fm_button = new flashmo_news_button();

fm_button.x = item_padding;
fm_button.y = h + item_padding * 2;
fm_button.name = "flashmo_" + item_no;
fm_button.addEventListener( MouseEvent.CLICK, goto_URL );

return fm_button;
}

function goto_URL(me:MouseEvent)
{
var url_button:SimpleButton = me.target as SimpleButton;
var no:Number = parseInt( url_button.name.slice(8,10) );
navigateToURL( new URLRequest( flashmo_item_list[no].url ), flashmo_item_list[no].target );
}

--------------------------------------- -

I'm not having any luck. Could you please email me at mqluvly@yahoo.com or reply. Thanks for your help!

show all 48 comments