
Stop() function isn't working in Internet Explorer
Hi,
I needed a button which will show video with first look(poster, play button,etc...). For this I created custom Stop button, here is the code when you click on it:
jwplayer().stop('introVideoBox');
This works fine everywhere(Firefox,Opera,Chrome) except Internet Explorer even in IE 11 it isn't working properly. At first when I click on that button it works good but second time when I click it doesn't work and shows this error "Error playing media {media file link}".
Can you help me to solve this please ?
Thanks.