It is currently April 28th, 2024, 5:00 pm

Create an interactive slideshow?

Get help with creating, editing & fixing problems with skins
MrNkt
Posts: 3
Joined: August 6th, 2012, 7:04 pm

Create an interactive slideshow?

Post by MrNkt »

I want to attribute a different link for each picture that is shown on the slideshow. Is it possible? Thanks.

Image
User avatar
Kaelri
Developer
Posts: 1721
Joined: July 25th, 2009, 4:47 am

Re: Create an interactive slideshow?

Post by Kaelri »

The answer is probably "yes." But can you post the complete skin code here? It will be easier to help if we can see how the skin works.
MrNkt
Posts: 3
Joined: August 6th, 2012, 7:04 pm

Re: Create an interactive slideshow?

Post by MrNkt »

Kaelri wrote:The answer is probably "yes." But can you post the complete skin code here? It will be easier to help if we can see how the skin works.
Thanks for the answer. The thing is, the slideshow is not even created, i'm not sure how to do it. So, i think the complete skin code will be useless.

Ps: Anyway, here's the code. http://www.mediafire.com/?zz6m3bi0e3u5a3e
User avatar
Kaelri
Developer
Posts: 1721
Joined: July 25th, 2009, 4:47 am

Re: Create an interactive slideshow?

Post by Kaelri »

Well, if the set of images is constant, you can easily make them links by adding:

Code: Select all

LeftMouseUpAction=["http://whatever.com"]
If the images are chosen at random, that will be more complicated, and will probably require a Lua script to match links to images.