Product Image Gallery XML v2
Home / Forum / Components Discussions / Product Image Gallery XML v2 / Page 4
Started 3 years ago by scout@hoverpod.com
Last reply by flashblue80
-
-
I bought this awhile ago and it works great. I was wondering if there’s an easy way to add a stop/play button.
#  /  posted on Aug 21, 2009 -
-
What I would be able to change…? size of the movie…? location of the shape and text over the image…? number of items?? colors? fonts? etc?
#  /  posted on Aug 21, 2009 -
-
Could I add more items? Is the function “auto-scroll” included? What`s the difference betwen this movie and http://www.flashcomponents.net/component/sliding_image_gallery_xml_v2.html …?
#  /  posted on Aug 24, 2009 -
This’s AS2 & frame based. Other one AS3 & code based & clean.
It has auto-scroll feature.
#  /  posted on Aug 24, 2009
-
Hello!
I bought the component, it´s awesome and easy to use, I have a question: I need to use the component to show 2 different galleries inside a flash movie, I tried to to that using 2 different movie clips and pointing them to different xml files, but they always use just 1 xml file and not the 2 different, the example is in www.321hosting.net/galllery and the .fla file is in http://www.321hosting.net/gallery/web_final.rar thankyou for your help!
Regards
Charles
#  /  posted on Aug 25, 2009
-
Please excuse me, tha correct link is www.321hosting.net/gallery
Thanks
#  /  posted on Aug 25, 2009
-
Can you send me your files to flashblue80@hotmail.com? I’ll do it.
#  /  posted on Aug 25, 2009
-
Hi Flashblue!!
Quick question. Is there anyway to link the right button items to go to the URL link on the XML directly? I just have the items necessary for the buttons not to auto-scroll, and it would be great if my users click on the right menu item and have it linked to the URL on the xml. Thanks!!!
#  /  posted on Aug 31, 2009
-
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); }
#  /  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
#  /  posted on Sep 06, 2009 -
It’s XML driven. You can change texts, images via XML. You can’t download demo version.
#  /  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.
#  /  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.
#  /  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
#  /  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.
#  /  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.
#  /  posted on Dec 31, 2009 -
Change this line in HTML:
var flashvars = {};
to:
var flashvars = {GalleryXML: "path/to/xml/filename.xml"};
#  /  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>
#  /  posted on Jan 01, 2010 -
Replace
'wmode', 'window',
with
'wmode', 'window', 'FlashVars', 'GalleryXML=path/to/xml/filename.xml',
#  /  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
#  /  posted on Aug 17, 2010
-
Please, send me your request as a private message with the to be changed.
#  /  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!
#  /  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.
#  /  posted on Sep 10, 2010
Please login to post replies.






