The script reacts to the onClick event when the user clicks anywhere within a slide. The problem then sounds like an issue with IE not reporting a click when it's done inside a Flash object. FYI the pertaining code inside the script for this feature is:
Code:
sliderdiv["onclick"]=function(){ //stop content slider when slides themselves are clicked on
featuredcontentslider.cleartimer(setting, window["fcsautorun"+setting.id])
}
Assuming that's what's going on, is there anyway to modify your Flash player to explicitly execute a JavaScript code when the play button is clicked on?
Bookmarks