Advance Auto Play XML Photo Gallery
Home / Forum / Components Discussions / Advance Auto Play XML Photo Gallery
Started 3 years ago by george25
Last reply by quantatec
-
-
-
Hi, is there a way to disable the thumb images and display them not at all? thanks
#  /  posted on Apr 23, 2009 -
and instead of rolling back to the first image after reaching the end would it be possible to have the gradation smooth from the last image to the first image ( I mean can the same transition which is used in between of the image also be applied to the last image?)
#  /  posted on Apr 23, 2009 -
pfrauholle
Sorry this is how this gallery is setup for transition/slide.
you can hide thumbs easily. Just open the FLA file and delete/change it to guide layer for thumbs collection. And you are done.
#  /  posted on May 04, 2009
-
Hi,
I just bought this nice gallery and I’m wondering if there is any chance to make the thumbnails menu always visible? Not only when you mouse over the gallery.
Please help me out with this one.
Thanks
#  /  posted on May 22, 2009
-
@clabap
delete this code form line 253 of action layer
thumbsArea_mc._alpha = 0;
and
delete this whole function as well from line 429-434 of action layer
function showThumbs(what:Boolean) { if(what){ new Tween(thumbsArea_mc, "_alpha", Regular.easeOut, thumbsArea_mc._alpha, 100, 0.3, true); }else{ new Tween(thumbsArea_mc, "_alpha", Regular.easeOut, thumbsArea_mc._alpha, 0, 0.3, true); } }
Hope this will work for you.
#  /  posted on May 22, 2009
-
Is it possible to have images smaller than the width of the stage align centre? Rather than to the left?
Thanks
#  /  posted on May 30, 2009
-
Just bought your gallery…I love it! Was wondering if there is a way to have only the same number of thumbs as the number of images in the gallery? I may have galleries that will only have 15 images so I would like to have 1 thumb for each image. Don’t want them to repeat in the gallery. Thanks!
#  /  posted on Jul 28, 2009
-
@doronron72
This gallery doesn’t repeat images or thumbs. I have duplicated xml nodes { number of imges > in xml files, for the preview above. You don’t need to.
Are you sure you have read the help file?
...
#  /  posted on Jul 29, 2009
-
Yeah sorry about that…figured out everything I needed right after I commented. Thanks again…love the gallery.
#  /  posted on Jul 31, 2009
-
-
Do you happen to have any simple clean dropdown menus or a horizontal menu that extends outwards to the left? Bought a menu from someone else and they are not helpful in any way.
#  /  posted on Aug 01, 2009
-
basically like below:
before:
Portfolios Production Clients Contact
after:
Portfolio I Portfolio II Portfolio III Portfolios Production Clients Contact
Portfolio’s 1,2&3 would slide out to the left from “Portfolios”
#  /  posted on Aug 01, 2009
-
@doronron72 ::
I don’t have Menu components. Just email me what and how you need the menu, so that I can quote you, as I do offer custom flash work services.
#  /  posted on Aug 01, 2009
-
-
Advanced XML banner Rotator Slideshow/Photo Gallery.
Good afternoon.
I am working on a site that needs 2 slide shows on the same page (HTML)
Do I just need to change the names of the
a) XML File to gallery2.XML or similar, which contain links to the new slides
b) SWF Gallery File to Gallery2.SWF or similar
c) The FLA and the index file remain unchanged.
Is that correct, or if I am missing something (quite possible) can you point me towards a HTML site with multiple slide shows on the same page.
Thanks
Andy
#  /  posted on Aug 29, 2009
-
@andykettle ::
Yes you are right. However you need to duplicate the FLA file as well. and modify link to the xml file to the new xml file url, on the action layer inside fla file. Republish the SWf file and you are done.
If you want to keep the same fla file. you will need to use flashVars to pass xml fle url to the swf file.
I hope this helped
#  /  posted on Aug 29, 2009
-
Hi,
I’m trying to embed the gallery inside Joomla article.
First I uploaded all the files into folder called: images/galleries/
Then i tried some codes:
1.
<script type=“text/javascript” src=“images/galleries/swfobject.js”></script>
<div id=“flashcontent”> This text is replaced by the Flash movie.
</div>
<script type=“text/javascript”> var so = new SWFObject(“images/galleries/gallery.swf”, “mymovie”, “650”, “450”, “8”, “#336699”); so.write(“flashcontent”);
</script>
2.
<object style=“width: 650px; height: 450px;” width=“650” height=“450” data=“images/galleries/gallery.swf” type=“application/x-shockwave-flash”>
<param name=“movie” value=”/images/galleries/gallery.swf?xml_path=/images/galleries/gallery/gallery.xml” />
<param name=“src” value=“images/galleries/gallery.swf” />
<param name=“bgcolor” value=”#000000” />
<param name=“allowScriptAccess” value=“always” />
<param name=“wmode” value=“transparent” />
<param name=“quality” value=“high” />
<embed src=“images/galleries/gallery.swf?xml_path=images/galleries/gallery.xml” width=“650” height=“450” quality=“high” wmode=“transparent” allowScriptAccess=“always” pluginspage=“http://www.macromedia.com/go/getflashplayer” type=“application/x-shockwave-flash”></embed>
</object>
Nothing work for me ….
I also tried to change permition but it’s not solve the issue.
Any suggestion?
#  /  posted on Feb 23, 2010
-
@itaym,
I can’t rally tell unless I preview your files. try using absolute links. this may solve the problem.
or SKYPE me for a quick response. my id is “tabaheee”
#  /  posted on Feb 24, 2010
-
I put absolute links and it’s not working.
Joomla editor “clean” scripts but I solve it by using “no editor” and like that it’s save the code like I wrote.
BTW what files do you want to see?
Please help because I have to finish …. my client breathed down my neck
#  /  posted on Mar 01, 2010
-
-
How can I align center images (in case I have small width image) and how can I make the gallery background transparent
#  /  posted on Mar 16, 2010
-
Hi itaym,
unfortunately this feature is not included in the gallery. Please email me and I will customize for you, for a small quote.
#  /  posted on Mar 16, 2010
-
What should I change in FLA to make the last image NOT to scroll back like the way it is now. The idea is to make the last image forward to the first image like you go to the next image.
//————- NEXT IMAGE ————-
//===============================
right_mc.onRelease = function() { if (currentImage>=0 && currentImage<numOfImages-1) { currentImage = currentImage+1; imgMover(-positions[currentImage]); } else { currentImage = 0; imgMover(-positions[currentImage]); } play_pause_mc.timeCounter = 0;
};
#  /  posted on Apr 04, 2010
-
@itaym
unfortunately this feature is not included in the galley, programming logic is different. However I can customize it for you. Please email me for a quote.
#  /  posted on Apr 06, 2010
Please login to post replies.




