Jump to content

Help: video not loop webOS!


Mario

Recommended Posts

Good Morning!

I'm trying to run a looping video on LG's WebOS TV, but it runs once, does not loop!

In all other browsers it works correctly!

Can you help me please?

 

Here's my routine:

 

UniHTMLFrame4.HTML.Clear;
UniHTMLFrame4.HTML.Add(' <!DOCTYPE html> '+
                       ' <html> '+
                       ' <body> '+
                       '   <video width="'+ IntToStr(UniHTMLFrame4.Width) +'" height="'+ IntToStr(UniHTMLFrame4.Height) +'" autoplay loop controls>'+
                       '   <source src="files/demo.mp4" type="video/mp4"> '+
                       '   </video> '+
                       ' </body> '+
                       ' </html> ');

 

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...