LOGIN Don't have an account yet?   Register

Forgot password?
 
Multi Page Thumbnail Gallery

Multi Page Thumbnail Gallery screenshot

Demo:     Preview:   Downloads: 292

Last update (1):Wed, Feb 17th 2010, 00:00

 

$12
 
Search comments:
has downloaded icon

 
EPark1016

EPark1016

on 8/12/10

 
I sent a customization request to the email address you listed with no reply as of yet. I need to move quickly on this please. :)
 
Hi,

Unfortunately, we didn't get your email. I'm sorry about this. I don't know what happened. Can you please resend the message to office@vuzum.com and to support@flabell.com?
has downloaded icon

 
corneliu.chitanu

Corneliu Chitanu

on 13/12/10

 
Hi guys,

We made an update to this component. You can now set the transparency for the thumbs background. There's an attribute in the gallery.xml file called thumbsFillTransparency. This will set the transparency I'm writing about.

EPark1016, this is what you actually wanted for this component. Enjoy the component!
has downloaded icon

 
thegoodgeeks

thegoodgeeks

on 21/2/11

 
We purchased your flash "Multi Page Thumbnail Gallery" and it appears there is a problem with it. If you run the demo, it works fine, unless you enable displayTitles = "true". If you do this, a blank text box appears in the appropriate spot with no text - might it have something to do with the new version you just released?

[relating to thumbsFillTransparency perhaps?].

Please let us know when a fix can be expected?
 
Hello,

Thank you for this comment. The issue has been fixed now. We didn't use the right font for the text field. Please download the files for the component again and use the new SWF file and FLA file, if you're interested in changing the source files.
has downloaded icon

 
thegoodgeeks

thegoodgeeks

on 22/2/11

 
Thank you. We've got the updated files and have just emailed you a customization request.
 
You're always welcome. Our team members will reply to your email as soon as possible. Thank you.

 
lilcube

lilcube

on 6/3/11

 
Can php be used to create xml or image list? Do you have an example?
 
Sure, you can use any technology to create the XML files and as long as they are structured like our examples that come with the component, it will work fine.

Unfortunately, we don't have an example for that php file. If you're into programming, this manual can help you:

http://php.net/manual/en/book.simplexm...

has downloaded icon

 
corneliu.chitanu

Corneliu Chitanu

on 31/3/11

 
Hello guys,

We completed a very nice update for this component. You'll be able to set the actual number of columns and rows for the component. The size for the thumbnails will be calculated automatically.

Also, each image has the title displayed at the bottom. Before it was fixed on the component's top-left corner.

Also you can load the component as a SWF in your flash project, using parameters at the URL, like this:

"swf/multipage.swf?pathToFiles=website/content/swf/gallery/&xmlPath=xml/gallery.xml&componentWidth=560&componentHeight=347"

If you need assistance regarding the gallery, don't hesitate to contact our support team at support@flabell.com.
has downloaded icon
has membership icon
has support ticket icon
 
ahmdhssn

ahmdhssn

on 19/8/11

 
TypeError: Error #1010: A term is undefined and has no properties.
at com.vuzum.gallery::Gallery/selectPage()
at com.vuzum.gallery::Gallery/createPagination()
at com.vuzum.gallery::Gallery/config()
at com.vuzum.gallery::Gallery/xmlLoaded()
at Function/()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()

Cannot run CS5 version...
 
Hello,

Sorry for the late reply.

We just checked the CS5 version of the component and it worked. Can you give us more details about what you did? Have you changed any code? Have you integrated in a flash project of your own?
has downloaded icon
has support ticket icon
 
wpierce73

wpierce73

on 23/8/11

 
Just purchased this component, and like all of your other products, the flash animation works flawlessly when embedded in my site. BIG FAN! One problem though, I get no response when clicking on the pictures. The component will not navigate to the set links including your pre-programmed links to www.flabell.com. I tried it on firefox, chrome, and ie8. Any idea why this would happen? I sent an email to your support team and have not gotten a response.
 
Hi,

This might happen when you try to open a link from a flash component, on a local machine. On the server it works, but not on the local machine. This is a security measure Adobe takes, by default. It doesn't permit the flash player to access external resources, when you run the component on your computer. If you want this to change, please go to this link:

http://www.macromedia.com/support/docu...

and add a new location, which would become trusted. That would be the folder which contains the SWF files you're working with.

If the links don't open with your component available online, please share a link to it. We'll inspect it and find a solution for you.
has downloaded icon
has support ticket icon
 
tcjay

Thomas Jay

on 19/9/11

 
I have purchase the gallery component. I am using Joomla. I realize that Flabell does not support Joomla but I was hoping you could help me.

I have place the files as follows:

www/gallery/
www/js/
www/preview.swf

The component ( gallery) is in the main directory and the java is in the js directory.

                
<script type="text/javascript" src="js/swfobject.js"></script>
        <script type="text/javascript" src="js/swfmacmousewheel.js"></script>
		
		<script type="text/javascript">

			// JAVASCRIPT VARS
			// cache buster
			var cacheBuster = "?t=" + Date.parse(new Date());		
			
			// stage dimensions
			// if you define '100%' then the swf will have the browser dimensions
			var stageW = "560";//"100%";
			var stageH = "561";//"100%";
			
			
			// ATTRIBUTES
		    var attributes = {};
		    attributes.id = 'FlabellComponent';
		    attributes.name = attributes.id;
		    
			// PARAMS
			var params = {};
			params.bgcolor = "#000000";
			

		    /* FLASH VARS */
			var flashvars = {};				
			
				
			flashvars.componentWidth = stageW;
			flashvars.componentHeight = stageH;
			
		
			
			flashvars.pathToFiles = "gallery/";
			flashvars.xmlPath = "xml/gallery.xml";	
					
			
			/** EMBED THE SWF**/
			swfobject.embedSWF("preview.swf"+cacheBuster, attributes.id, stageW, stageH, "9.0.124", "js/expressInstall.swf", flashvars, params);
			if(swfmacmousewheel) swfmacmousewheel.registerObject(attributes.id);
			
		</script>

                


My code is identical to the source code for the component on this page. Can you spot anything that I am doing wrong?

TIA Tom
 
Hello Tom,

Our components should work in Joomla websites. You can delete these two lines in your code:
                
<script type="text/javascript" src="js/swfmacmousewheel.js"></script>
...
if(swfmacmousewheel) swfmacmousewheel.registerObject(attributes.id);

                
The swfmacmousewheel.js does not help anymore. It helped on older browsers, but right now the problem is fixed. Try setting absolute paths to the swfobject.js file, to the gallery folder (in the pathToFiles flashvar) and to the swf files, like this:
                
<script type="text/javascript" src="http://www.yourwebsite.dom/.../js/swfobject.js"></script>
...
flashvars.pathToFiles = "http://www.yourwebsite.dom/.../gallery/"
...
swfobject.embedSWF("http://www.yourwebsite.dom/.../preview.swf"+cacheBuster, attributes.id, stageW, stageH, "9.0.124", "http://www.yourwebsite.dom/.../js/expressInstall.swf", flashvars, params);

                

It should work afterwards. If it doesn't please share a link to your gallery. We'll try to figure out what the problem is.
has downloaded icon
has support ticket icon
 
tcjay

Thomas Jay

on 27/9/11

 
Ok. I have it embeded into Joomla. :) Thank you. Now their is a shadow over the thumbnail when the cursor is place over it. How do I eliminate that?

http://www.tillitomas.com
 
Glad to hear this. Set this property in the gallery.xml file to 100:

overAlpha = "70"

This should do it.

Post a comment


Please login to join the discussions. Don't have an account? Register (it takes 30 seconds)


Try before you buy

Not sure if you need this component?

Download the free preview and customize it for your project before you purchase it.

Or try our demos.

Note: You can test the preview only on your computer.

Similar components for adobe flash

XML Image Gallery for Adobe Flash

XML Image Gallery for...

This is an interactive XML Image Gallery, containing a list of images... read more


XML Image Slideshow

XML Image Slideshow

Fashionable flash+XML image slide show with slick navigation and... read more


Fade In Fade Out Slideshow

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

  • 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

Save money now!

Premium membershipPremium membership
read more

10 Gold Tickets Pack10 Gold Tickets Pack
read more

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?

Support ticketGet 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!