Jump to content

Mario

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Mario

  1. 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> ');

     

×
×
  • Create New...