We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried example in SlideshareAPIExamples/playerAPI/index.html clicking on next button doesn't work.
SlideshareAPIExamples/playerAPI/index.html
next
$("#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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried example in
SlideshareAPIExamples/playerAPI/index.html
clicking onnext
button doesn't work.Above is examples I tried in console.
The text was updated successfully, but these errors were encountered: