Hi, I'm trying to change the timeout on a specific slide when a user interacts with a link on it. I'm trying something like this right now with no luck.
I'm currently using the jQuery cycle plugin to show 4 slides, each slide contains a sample mp3 and some info about it. However, when the slide changes, if the clip is still playing, and the pause button is not clicked, the play buttons on the rest of the slides are unresponsive. Can I use the onBefore callback to tell the player to pause before the slide changes?
Also, can I tell the slide to not move if a clip is playing?
I'm not sure if two scripts can interact this way. I'm sure they can, but I'm having a difficult time figuring it out.