Similar flash components
Flash XML Image Gallery
This is an interactive Flash XML Image Gallery, containing a list of... read more
Fade In Fade Out...
Fade in and fade out between any number of images, with this simple to... read more
Multi Page Thumbnail...
This is a highly customizable XML based gallery, with a large number of... read more
list more items
General Videos
- How to buy?
watch movie - Embed a Flash Component in your Flash Project
watch movie - How to embed a Flash Component in the same HTML page twice?
watch movie - How to embed two different Flash Components in the same HTML page?
watch movie
Showcase
Send us a link to the page you used this product on, and we'll post the link to your site on our blog if you customized it nicely.
Need support?
Get a support ticket
read more
Share this
If you enjoyed this product, please consider sharing it via a social network, or leaving a comment. Thanks!





Products RSS Feed
Follow us on twitter
support@flabell.com
Andrei Potorac
on 7/12/09
Eddie Potros
on 7/12/09
I'm close to switching from pause to play button (I don't use AS3 but I'm learning it slowly)
I would love to know how to center the dots based on the stage width.
Andrei Potorac
on 8/12/09
Eddie Potros
on 8/12/09
if(repositionFlag) { this.x = Math.round((pWidth - this.width) / 2); this.y = Math.round((pHeight - this.height) / 2); }But then found this a few lines after.MovieClip.prototype.centrateOn = TextField.prototype.centrateOn = function(pWidth : Number, pHeight : Number) : void { if(pWidth != -1) this.x = Math.round((pWidth - this.width) / 2); if(pHeight != -1) this.y = Math.round((pHeight - this.height) / 2); };I just don't see how it's calling that movie clip to center it. I tried to insert that code in banner.as and still having a bit of a hard time trying to figure out how to call that function to center the navbar.
Andrei Potorac
on 9/12/09
mcController.mcAllThumbs.centrateOn(mcController.width, -1);monopixel
on 9/12/09
Andrei Potorac
on 9/12/09
Jasen Burkett
on 14/12/09
The only issue I am having is I changed the app size via xml. from the origional to 406 x 238.
I also edited my photos to fit that exact same size. But it is not showing up in that size. I even
made sure that the flash prop. panel reflects the same size, so that way during preview I was
not just seeing the old swf size, but the corrected size.
So when I preview the app in flash cs4, there is a white border on the right and bottom as if
the flash prop. for the swf is bigger than the xml given size.
any suggestions?
Thanks
Andrei Potorac
on 15/12/09
My question is this: do you want to use this in Flash or HTML? There are two different answers based on your answer, so let me know please.
jackrabbit
on 15/12/09