IE SCRIPT16389 Error with Flash ExternalInterface Callback and JQuery Slider

前端 未结 1 1122
[愿得一人]
[愿得一人] 2021-01-14 04:43

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

相关标签:
1条回答
  • 2021-01-14 05:39

    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();?>">
    
    0 讨论(0)
提交回复
热议问题