Hullo,
I’m brand new to Flash… I’ve found bits and pieces of my answer but they assume I know more than I do.
Can some tell me in real laymans terms how to have say… 5 images fading from one to another, looping using action script. I found a tut which does it using tweening, that’s simple enough but apparently action script will reduce the file size and make it smoother.
I’m using mx 2004.
Thanks in advance…
Herb.
Any chance you know how to achieve this same effect with images served by XML as opposed to an array in actionscript? I’d like to build this into my content manager, so XML is a must.
@herbshirt… Did you ever get this thing working mate. sorry. it must’ve fallen off my radar a while back.
@mykel_… I’d still serve the mechanism up as an array, but simply pop an xml loader on in front of the initialisation part of the swf…
To get it working in your CMS change “image1.jpg”, “image2.jpg”…
to something like “http://www.yoursite.com/folder/image1.jpg”, “http://www.yoursite.com/folder/image2.jpg”
It should work then. The code was fine it just wasn’t sure exactly where those image files were once you uploaded everything to your CMS.
Hi,
I found your FLA and it was easy enough to get working with my images. Thanks! I just have one question, if you don’t mind… is there some way I can get the first image to show right away, while the SWF is loading?
Thanks,
Carol
[quote=biznuge;2213077]http://www.ampdesign.co.uk/image_roller/index.html
this should show you what i meant.[/quote]
sorry , but all this stuff is linking back to a now defunct url I used to use for dev purposes. I won’t be resurrecting it, and didn’t do much of a job backing it up, so apologies on that score to anyone viewing this thread and wondering about the dead links.
I found your FLA and it was easy enough to get working with my images. Thanks! I just have one question, if you don’t mind… is there some way I can get the first image to show right away, while the SWF is loading?
you could certainly package an image into the swf for use at runtime, but this kinda defeats the whole purpose of preloading any images into the movie, and would increase the swf size substantially. In short, it’s a completely self defeating idea, but is certainly possible. 