nunocardoso: yes, it’s possible, you could do it by changing the url attribute in the XML file with a frame number to go to when clicking each thumb (for example url=“3”, then in the ActionScript code from the FLA file replace the getURL function with gotoAndPlay(Number(urls[i])); (or gotoAndStop). It’s up to you to add specific action (ActionScript code) for each frame.
totomeriles: that can be done how I just explained. To be able to keep the carousel all the time in your movie, insert a keyframe (F6) on each frame you want to add ActionScript code on the carousel’s layer (the background layer should have the same length as the carousel layer, or you could just have the background layer deleted). You might want to call stop(); on each frame you’re adding code.
tajned: it’s not my carousel you bought