Share Posted February 18, 2012 I would like to find out if it is possible to build the horizontal image scroller with LoaderMax vs. UILoader. Please let me know if there is a tutorial on how to build a horizontal image scroller (probably with an xml file) using green sock features 1 Link to comment Share on other sites More sharing options...
Share Posted February 18, 2012 LoaderMax only handles the loading of images. From the learning resources page, their is a full xml image gallery with scrolling thumbnails (based on mouse position). all the source code is included. http://www.greensock.com/as/LoaderMax/slideshow.zip finding exactly what you want already built for you may be difficult, but there are plenty of resources and tutorials out there for creating xml galleries. for the mouse-based scrolling there are many ways to do that. look around here: https://www.google.com/search?sourceid= ... ion+scroll 1 Link to comment Share on other sites More sharing options...
Author Share Posted February 19, 2012 This is great, exactly what I need. It would be better for my understanding of what I am implementing if there is a tutorial which guides me on building this image scroll from ground up. Is there such a thing for this LoaderMax based image scroll which you have forwarded to me? Link to comment Share on other sites More sharing options...
Share Posted February 20, 2012 sorry I don't know of a tutorial that discusses all those concepts. if you google "as3 oop xml gallery" you will find a lot of different ways to handle the various components of a gallery. obviously I am partial to using LoaderMax for all loading, but there are still many concepts that you can learn from tutorials that don't use loadermax such as: how to structure the code, display thumbnails in a grid, create a scrolling list of thumbnails, add interactivity etc. Link to comment Share on other sites More sharing options...
Author Share Posted February 20, 2012 Thanks, Carl. Your help and answers are always valuable to me. Even if they don't resolve my issues directly your steering in the right direction provides a lot of help. Link to comment Share on other sites More sharing options...
Share Posted November 25, 2012 Yeah, late to the thread, I know. But sometimes these come up in searches in Google for people wanting to now how to make something like an image gallery. So, here is a full image scroller tutorial using AS3, not using Greensock though, and instead using straight XML file instead of LoaderMax to load. Working with it a bit, It can likely be converted to Greensock. http://active.tutsplus.com/tutorials/effects/create-a-responsive-xml-image-scroller-in-actionscript-3-0/ It may give you many of the basics of creating an image gallery from scratch, and is very in-depth with the details and source files. Cheers! Link to comment Share on other sites More sharing options...
Author Share Posted November 27, 2012 Appreciate your input. I actually found this tutorial as well, it seems to be the only one available on the topic. I studied it and was able to accomplish everything I was supposed to with successful modifications of transitions with TweenMax. The main thing I was not able to do was to figure out how to load swf files instead of jpg files into the small thumbnail scroll and make those swf files to load bigger swf versions into the swf loader on the same page. I guess this is where I meet my limit of AS3 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now