Report a bug or recommend a feature in the forum.
Similar flash components
Flash XML Image Gallery
This is an interactive Flash XML Image Gallery, containing a list of... read more
XML Banner Rotator
This is a highly customizable XML Banner Rotator with more than 35 XML... read more
Fade In Fade Out...
Fade in and fade out between any number of images, with this simple to... read more
list more items
General Videos
- Using Flabell Components in your Flash Projects
watch movie
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!

 
bobocel
on 7/12/09
 
e11world
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.
 
bobocel
on 8/12/09
 
e11world
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.
 
bobocel
on 9/12/09
mcController.mcAllThumbs.centrateOn(mcController.width, -1); 
monopixel
on 9/12/09
 
bobocel
on 9/12/09
 
jasen.yhwhdesign
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
 
bobocel
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