I tried example in SlideshareAPIExamples/playerAPI/index.html clicking on next button doesn't work.
$("#player")
<object type="application/x-shockwave-flash" id="player" data="http://static.slidesharecdn.com/swf/ssplayer2.swf" width="598" height="480" style="visibility: visible;">…</object>
var player = $("#player");
undefined
player.getCurrentTime();
TypeError: Object #<HTMLObjectElement> has no method 'getCurrentTime'
2
Uncaught TypeError: Object #<HTMLObjectElement> has
Above is examples I tried in console.
I tried example in
SlideshareAPIExamples/playerAPI/index.htmlclicking onnextbutton doesn't work.Above is examples I tried in console.