Jump to content

Loop a container mp4


This topic is 927 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hello,

I am trying to create a kiosk solution (FM PRO), having a video in background and a press here button to start it.

Can someone tell me if there is a solution to implement this:

How to loop container mp4 ?

Thanks for your comments and support

Link to comment
Share on other sites

Do you use MBS FileMaker Plugin?

You can control interactive container via JavaScript there.

See blog posts:

Interactive FileMaker Containers are Webviewers

Zooming video containers on Windows

You probably want to find the html5 video player and then set loop = true; in JavaScript.

Link to comment
Share on other sites

Dear @comment

Thanks again for your comment and support.

I already tried it and works, but, how to playback automatically a web viewer ?

And there is a Windows restriction or Edge which doesn't allow to access local files, but is possible to turn this with a HTTP file server (but is one more software to include and to support).

 

Thanks again

Link to comment
Share on other sites

1 minute ago, capsprojectos said:

how to playback automatically a web viewer ?

This too is an HTML question. I have no personal experience with this but I see that the video element can have an autoplay attribute:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video#attr-autoplay

 

7 minutes ago, capsprojectos said:

there is a Windows restriction or Edge which doesn't allow to access local files

You say the file is in a container field. Does it work if you pass the container data to the web viewer as Base64 encoded?

 

Link to comment
Share on other sites

This topic is 927 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.