Announcement

Collapse
No announcement yet.

Mp4

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Mp4

    Is there a plug-in out there to handle MP4 video?

  • #2
    what do you mean exactly?

    Comment


    • #3
      Originally posted by HVi View Post
      Is there a plug-in out there to handle MP4 video?
      Media Player

      Comment


      • #4
        "Media Player" ok, Having a little issue with the command line...
        result = File.Run("AutoPlay\\Docs\\wmplayer.exe", "wmplayer "AutoPlay\\Videos\\orbit.MP4", , ""), ""), "AutoPlay\\Docs", SW_SHOWNORMAL, true)

        I think the red is the issue.

        Comment


        • #5
          sorce:

          Comment


          • #6
            You may want to check the product documentation.

            Click image for larger version

Name:	SCRN-2021-05-06-01.png
Views:	179
Size:	43.4 KB
ID:	306955

            Ulrich

            Comment


            • #7
              Humm, the Media Player does not loop. bummer. Thx Ulrich

              Comment


              • #8
                dude

                if for loop you mean rewind
                plugin> properties>

                if for loop you mean playlist
                you can do it with listbox

                Comment


                • #9
                  Hey Herrin, no I meant for a video. Thank you

                  Comment


                  • #10
                    Click image for larger version

Name:	screener.PNG
Views:	195
Size:	145.9 KB
ID:	306965



                    Demo

                    Comment


                    • #11
                      Using the On Finish event of the MediaPlayer object, you can restart the video after it has finished playing. I attached an example project.

                      Click image for larger version

Name:	SCRN-2021-05-08-01.png
Views:	233
Size:	41.8 KB
ID:	306968

                      Ulrich

                      Comment


                      • #12
                        Herrin, Ulrich, thank you.

                        Comment

                        Working...
                        X