Home / Components / Galleries & Slideshows / Product Image Gallery XML v2 /

Product Image Gallery XML v2

197 purchases

flashblue Galleries & Slideshows Product Image Gallery XML v2 This is an image gallery having all content taken from XML. $8 http://www.flashcomponents.net/component/product_image_gallery_xml_v2.html http://www.flashcomponents.nethttp://u1.flashcomponents.net/components/small/716_1.png

License:

By purchasing and downloading this license, you are entitled, as buyer, to use  the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website&nbs... [+]

> View graphic table with full license features

$8.00

buy now

Package includes: FLA, SWF, HTML, XML, JS, Complete source file

Flash Version: Flash 8, Flash CS3, Flash CS4, Flash CS5

Viewable with: Flash Player 9

Documentation level: Excellent documented

Flash knowledge level: Intermediate

Action Script: ActionScript 2.0

Product ID:F0800716

Author:

flashblue

flashblue avatar

Interactive Web Designer and Developer.

 

Recently viewed:

HTML / XML Video List White AS3 - v2 ( & FLV Player )
X-Treme Dock Menu XML AS2
Image Scroller Menu XML AS2
Photo XML FULL Portfolio - Template
Elastic Flash Menu
Customizable Dynamic Transition XML Slideshow
Image Gallery XML
Word Search Game 2
Flash4All - Premium Package
Maps Package
All Files Pack
Snowcat FLV Video Player

Image gallery for site banners or image viewers with XML.

$8.00

buy now

License:

Personal License By purchasing and downloading this license, you are entitled, as buyer, to use  the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.

Usage Terms: Personal Commercial Multiple
Use in ONE SINGLE NON-COMMERCIAL project
Unlimited use in the same project
Use in ONE SINGLE COMMERCIAL project
For your client's ONE SINGLE COMMERCIAL project
MULTIPLE COMMERCIAL projects
For your client's MULTIPLE COMMERCIAL projects

Other by flashblue:

Vertical Scale Menu XML v2

XML driven vertical menu with scaling.

More >>

Glow Menu XML

XML driven vertical-horizontal menu with glow &...[+]

More >>

Photo Portfolio XML v2

Photographer portfolio with XML.

More >>

Related components:

Dragable Image Gallery

To change the images to your own ones, just rep...[+]

More >>

3D Image Viewer

3D image viewer , XML driven , dynamic data , f...[+]

More >>

Image Rotator Pack AS3/XML

Multi purpose image rotator pack. Easy XML edit...[+]

More >>

1 / 22

Featured components:

Monster Template - XML Photo & FLV Video Galleries

This is a Complete XML Resizable Flash Template...[+]

More >>

Free XML Photo Template 05

Free XML driven Flash Photo Website Template 05.

More >>

X-Treme Dock Menu AS3

The most advanced XML Dock Menu application for...[+]

More >>

115 comments

Add comment

  • You can do it by opening gallery/button/button_mc. Select “button_btn” named button on “Button” layer. Go to its Actions.


    Change


    on (release) { 
    	if (item != _root.Item) {		 
    		_parent.BackNext(item); 
    	} 
    } 
    


    to


    on (release) { 
    	getURL(_root.ArrGallery[_root.Item].url, _root.ArrGallery[_root.Item].target);	 
    } 
    



    #  /  PM  /  posted on Sep 01, 2009
  • Hello FlashBlue,


    I like the Image Gallery XML version 2.0 but I have some questions about it:
    1) Is it just XML based, or do I have to use Flash to change the images and text? (in the description of the component it says intermediate Flash knowledge is required. Why is that?)
    2) Is there anyways you can publish the documentation so that we know what can be changed? (for example I would like to change the menu background to white color, how is that done?
    3) Can we download some kind of demo version ?


    thanks



    #  /  PM  /  posted on Sep 06, 2009
  • It’s XML driven. You can change texts, images via XML. You can’t download demo version.



    #  /  PM  /  posted on Sep 07, 2009
  • hi, I just purchased this code to do some flash related stuff in my personal web page. After downloading and unzipping the code it’s working great. But the link is not going anyware. It is showing methe click button when I move the cursor, but when I click it did nothing. Do I have to make any changes to make it work on my personal computer? Thanks.



    #  /  PM  /  posted on Oct 09, 2009
  • You need to change your Flash Player settings to make URLs work on your PC if you don’t run a local server.


    Rgiht click on a swf file. You’ll see “Settings”. Click on “Advanced”. Or directly go that link:


    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html


    Add your swf working location.



    #  /  PM  /  posted on Oct 09, 2009
  • hey,


    I am considering buying this but I need a little more info first. can i customize the colors of the buttons on the right? And can I customize the size of the overall gallery?


    Thanks


    Oliver



    #  /  PM  /  posted on Oct 22, 2009
  • You should work on fla file to customize buttons. You can resize it via HTML & XML by writing width-height dimensions.



    #  /  PM  /  posted on Oct 22, 2009
  • Hi,


    How do I change the location of the xml file – it’s currently using gallery.xml and I need it to use something different?


    Thanks.



    #  /  PM  /  posted on Dec 31, 2009
  • Change this line in HTML:


    var flashvars = {}; 
    


    to:


    var flashvars = {GalleryXML: "path/to/xml/filename.xml"}; 
    



    #  /  PM  /  posted on Jan 01, 2010
  • Thanks for the reply – how would you add that to the example provided in the download i.e.


    <script language="javascript"> 
    	if (AC_FL_RunContent == 0) { 
    		alert("This page requires AC_RunActiveContent.js."); 
    	} else { 
    		AC_FL_RunContent( 
    			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0', 
    			'width', '590', 
    			'height', '300', 
    			'src', 'gallery', 
    			'quality', 'high', 
    			'pluginspage', 'http://www.macromedia.com/go/getflashplayer', 
    			'align', 'middle', 
    			'play', 'true', 
    			'loop', 'true', 
    			'scale', 'showall', 
    			'wmode', 'window', 
    			'devicefont', 'false', 
    			'id', 'gallery', 
    			'bgcolor', '#000000', 
    			'name', 'gallery', 
    			'menu', 'true', 
    			'allowFullScreen', 'false', 
    			'allowScriptAccess','sameDomain', 
    			'movie', 'gallery', 
    			'salign', '' 
    			); //end AC code 
    	} 
    </script> 
    <noscript> 
    	<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="590" height="300" id="gallery" align="middle"> 
    	<param name="allowScriptAccess" value="sameDomain" /> 
    	<param name="allowFullScreen" value="false" /> 
    	<param name="movie" value="gallery.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" />	<embed src="gallery.swf" quality="high" bgcolor="#000000" width="590" height="300" name="gallery" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> 
    	</object> 
    



    #  /  PM  /  posted on Jan 01, 2010
  • Replace


    'wmode', 'window',  
    


    with


    'wmode', 'window',  
    'FlashVars', 'GalleryXML=path/to/xml/filename.xml', 
    



    #  /  PM  /  posted on Jan 01, 2010
  • Hi flashblue,

    first of all thank you for your component, it works very well. I had a cache problem in ie because I often change the content of my gallery. To solve it and to be sure that the last version of the xml is loaded, without changing your code:

    'FlashVars', 'GalleryXML = path / to / xml / FileName.xml?Random' + Math.random()

    a question: Is it possible to translate the button text "Read more " in another language by a configuration setting?

    thx

    Fred



    #  /  PM  /  posted on Aug 17, 2010
  • Please, send me your request as a private message with the to be changed.



    #  /  PM  /  posted on Aug 17, 2010
  • Hi FB, I am considering buying this product but... I´d like to know if I can change the size of the bottoms, the width for example. And can I customize the size of the image gallery?

    Thks!



    #  /  PM  /  posted on Sep 10, 2010
  • You need to change button dimensions from FLA source. But, you can change swf dimension from XML.

    I can help you after you purchase it with them.



    #  /  PM  /  posted on Sep 10, 2010
Please login to post comments.