i'm doing a simple kiosk application using HTML + javascript:
a index page contains many buttons, each of them links to a page with an embedded VLC player.
In that page i put a button play/stop (vlc.playlist.togglePause()) and a button that manually return to home page. Everything works good.
But...
I need that when the video has finished, automaticaly return to home page.
i tried using [vlc.playlist.isPlaying] property whitout success...
could someone help me?
thanks,
Luca
