I am having the following issue :
When the user click play, then goes to another page, the following error persists in the console and i can see the number of occurences inscreases infinitely (it might be that it is looping until it gets fixed) :
Uncaught TypeError: Object # < HTMLObjectElement > has no method 'getDuration' (on line 891)
I have seen that there is a destroy method, but i have tried many ways but could not get to implement it properly.
Could you please help me or guide me through ways to trigger destruction of the player (in my opinion this is the solution, but any ideas are really welcomed) ?
Hello !
I have a website that is completely ajaxed.
I am having the following issue : When the user click play, then goes to another page, the following error persists in the console and i can see the number of occurences inscreases infinitely (it might be that it is looping until it gets fixed) :
Uncaught TypeError: Object # < HTMLObjectElement > has no method 'getDuration' (on line 891)
I have seen that there is a destroy method, but i have tried many ways but could not get to implement it properly.
Could you please help me or guide me through ways to trigger destruction of the player (in my opinion this is the solution, but any ideas are really welcomed) ?
Kind regards