airton
-
AnythingSlider - Restart flash movie on show
Hi again! I think I solved the last question myself. I just added the following to the onSlideComplete event handler: slider.options.delay = slider.$currentPage[0].id + slider.options.animationTime; Then I set the ID property in the LI tag to t…
-
AnythingSlider - Restart flash movie on show
Sorry for not posting here before. I was still playing with the code . Thanks, Mottie, for the code suggestion. It worked perfectly after some adjustments. Here is the final code that worked for me: J('#slider1').anythingSlider({ …
-
AnythingSlider - Restart flash movie on show
The player in use is the native browser's flash plugin. I'll test the code you proposed and report back. Thanks for the help so far.