-
1. Re: Suggestion? How do I built a responsive image scroll?
Ned Murphy Nov 10, 2012 2:14 PM (in response to nikolaig)What is a "Responsive Image Scroller"? Do you have an example you can point to?
What is your particular problem with loading swf's versus images? The same Loader class can be used for both.
Your problem is not clearly explained (might just be me) - you talk about loading swfs and images in the same sentence. and seem to be talking about three different loaders as well. How sizes fits into that problem is also not clear. How does a Responsive Image Scroller relate to your particular problem?
-
2. Re: Suggestion? How do I built a responsive image scroll?
nikolaig Nov 10, 2012 6:50 PM (in response to Ned Murphy)No, that's not you - it's me.
I was too much into my problem and did not give a clear explanation of the problem.
Here is an example I tried to follow and could not figure out the math of how to load images of difeerent width and how to assign links to them so they load an swf file in the loader on the same page as they are located:
In addition here is a sample from my site which is poorly working and I would like to better it:
www.888acolyte.com
Let it load and you will see that an immage collage will be assembled on the page, click on any of the images and it will bring you to the page with a thumb scroller at the bottom which loads images into SWF Loader above it. My problem is that this scroller is too jumpy, the movement is not smooth. I believe the one I tried to follow is a better one. I see this feature on the web all the time yet can not find a good tutorial on it.
-
3. Re: Suggestion? How do I built a responsive image scroll?
Ned Murphy Nov 11, 2012 5:04 AM (in response to nikolaig)It might just be a case of you needing to work with the images. For the thumbnails the images should be sized to their actual size as thumbnails and not scaled down instances of the larger images. Each image should have its allowSmoothing property set to true. So after each image is loaded you should set that.
-
4. Re: Suggestion? How do I built a responsive image scroll?
nikolaig Nov 11, 2012 5:55 PM (in response to Ned Murphy)Any suggestion on a good tutorial on the subject?
-
5. Re: Suggestion? How do I built a responsive image scroll?
Ned Murphy Nov 11, 2012 7:18 PM (in response to nikolaig)I don't know of any. What is wrong with the tutorial you already have a link to? Did you try doing any of what I suggested?


