Circular Thumbnail Gallery
Circular thumbnail gallery made in ActionScript 3
| Author URL | flashmo.com | |||
| Listing URL | flashmo.com/preview/fl... | |||
| Downloads | 8661 | Views | 43704 | |
| minthu | ||||
|
User ratings for Circular Thumbnail Gallery. |
||||
More listings by minthu
Flashmo XML ... |
Flashmo XML ... |
Flashmo XML ... |
Flashmo XML ... |
Flashmo XML ... |
Flashmo XML ... |
Comments
You need to LOGIN to post a comment.
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.
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!
woofmf, I'm impresed, how did you realise that?! just by reading the listing url that clearly says "flashmo" ? :)
This is posted by flashmo owner or with whis approval. So it's Ok. ;)




