Posts by Guilherme Xavier • 13 points
3 posts
-
0
votes1
answer95
viewsQ: Set, pick up and check a Cookie after a video (Youtube API) finishes - Javascript
I need the browser to understand when a user has seen a Youtube video (Youtube API) until the end and record this, but all client-side. But even though I already have the function that recognizes…
-
0
votes1
answer71
viewsQ: Rewind HTML5 video after clicking without acceleration or lag
What I need I need a script (Javascript, jQuery, etc.) to rewind a video after clicking. I used a script I found on some forums, but it rewinds the video with acceleration, which makes the animation…
-
1
votes1
answer98
viewsQ: Redirect page if user does not interact (click, touchstart, Mousemove)
I need to redirect to a "rest screen", if the user does not interact via click/touch, drag and mouse movement. Whatever you can do <script type="text/javascript"> var meuTempo; meuTempo =…