Nicole Henningsen's Blog
Posted At : October 20, 2007 9:19 AM | Posted By : Nicole Henningsen

Flash and XML Image Viewer/slideshow

If you have been looking for a Flash and XML image viewer or sideshow with a description you may be hit a dead end.

Example

Find out How......

[More]

Comments
Hey Nicole. This is exactly what im looking for bar one part.

I'm totally new to flash and actionscript and would really appreciate it if you'd take some time to help me out.

is it possible to add another part to the xml. a link="http://www.site.com" and when the user clicks on the picture or on the text they would be sent to it.

I'm assuming you'd have to create another clip and call the info from the xml doc...i just have no idea how.

thank you for you time and i await your reply.
# Posted By Rrory | 12/30/07 8:05 PM
add this line to the top:
var link:Array = new Array();

and include this in the if loop:
textBar.onRelease = function() {
getURL(link[current], "_blank");
trace(link[current]);
};

then in the xml, add link="http://www.site.com"
# Posted By Nicole Rutter | 1/14/08 9:14 AM
i see the link code and it almost makes sense but could you be just a touch more specific where to put it in the gallery .as??
# Posted By keeb | 6/25/08 8:01 AM
Thanks for a nice idea. Though it doesn't seem so easy. I never used Fuse. Hope it doesn't differ much.
# Posted By Rapidshare SE | 2/13/10 2:35 PM



Blog provided and hosted by CF Webtools. Blog Sofware by Ray Camden.