I\'m having a really odd issue with Internet Explorer, on my website I\'m using the JQuery AnythingSlider plugin to display some videos. Whenever someone slides to the next
Alright, it seems I've figured out a way around the issue. It seems it has to due with Internet Explorer caching the flash player and for some reason, that causes problems. So I tricked it into reloading itself every time by changing the movie param url to something different for every player.
<param name="movie" value="player/player.swf?no_cache=<?php echo rand();?>">