English
Hi everyone,
I'm developing an application using videos in html5.
The concept is simple: the user watches a video and then, when the video is complete, it leads on a screen with several choices.
Everything works fine on PC when I go to my html page.
I have problems if I go to my page on mobile (iPhone, Windows Phone ...).
If I enable the controls on my video, well, it appears well and everything is OK.
BUT if I disable the controls or if check the sprite-mode (what I want to do), I have a black (or white) screen.
Is this a bug? Is it something I'm doing wrong?
Do I have a way to know when the video is finished (not paused) in code?
Do I have a way to remove the pause the video player?
Sorry for all these questions, and thank you if you have an idea
Français
Je suis en train de développer une application utilisant des vidéos en html5.
Le concept est simple : l'utilisateur regarde une vidéo, puis, lorsque la vidéo est terminée, il arrive sur un écran avec plusieurs choix.
Tout fonctionne bien sur PC quand j'accède à ma page html.
J'ai par contre des problèmes si j'accède à ma page sur mobile (iPhone, Windows phone, ...).
Si j'active les contrôles sur ma vidéo, elle s'affiche bien.
Si par contre je désactive les contrôles ou que je la mets en sprite (ce que je souhaite faire), alors je n'ai qu'un écran noir (ou blanc).
Est-ce un bug ? Est-ce quelque chose que je fais mal ?
Ai-je un moyen de savoir quand la vidéo est terminée (et non mise en pause), en code ?
Ai-je un moyen de supprimer la pause du lecteur vidéo ?
Désolé de vous embêter avec mes questions, toute aide sera grandement appréciée