Dear All,
I’m not sure if I’ve posted in the right place or if this question is elsewhere on the forum (couldn’t find any), but I am looking for some help with the Slideshow Tutorial. I like the self playing version.
http://www.kirupa.com/developer/mx2004/xml_slideshow.htm
It’s a great tutorial but I can’t seem to get the path right when adding my own images. Could someone please give me an example of a path where an image would be located say on the Desktop or in a folder.
Thanks for your help.
Hi you just edit the xml.
Example :
<images>
<pic>
<image>imagesfolder/example.jpg</image>
<caption>example</caption>
</pic>
</images>
This means there is a folder named “imagesfolder” and inside it there is a jpg file called imagesfolder.
The swf file is in the same level as the images folder.
so it’s like this
-Root
-swf file
-imagesfolder
->example.jpg
Thanks JDesign,
It’s up and running now. I didn’t have the path right.
Cheers.
Ok,
I’ve added my images and I’ve managed to change the Alpha on the images as they appear so that they appear slower with more time fading in. What I can’t do now is alter the alpha on the image going out.
I am tying to get the images to fade in and then fade out slowly. Does anyone know how to manipulate the code so the image on the way out fades slower?
Cheers.