Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

opening external files that filemaker doesn't natively support

Featured Replies

creating a small solution to open various video files (non Quicktime compatable) with VLC.

With a normal (dos) command line:

vlc.exe filename

opens the file automatically in vlc.

Using the Open URL in a script, I can get it to open VLC (vlc.exe) but not the file (by itself (like a text file), or using the vlc.exe filename)

Any thoughts?

Use Go to field [ Select/perform]

don't use the Open URL but the Send Event script step.

Construct the command to be like this:

cmd /c vlc.exe yourfile.ext

If you uncheck the tick box on the Send Event that says "bring taget applicatin to the foreground" then the user will see only the tiniest flash in the taskbar as the cmd is executed.

  • Author

Awesome, I did try that earlier and found that it wouldn't work properly. It was giving me an error of The File "filename up until space" could not be found ..... Since Windows can support filenames/paths with spaces in them, and Send Event can't.

My workaround was to make a one lined batch file as follows:

"C:Program FilesVideoLANVLCvlc.exe" %~f1

This opens up the VLC viewer, and passes on the filename parameter set by the Send Event command set as a calculation to "vlc.bat " & $path where vlc.bat is my created batch file, and $path is the filename of the video I want to open

  • 2 weeks later...

When using command lines you need to enclose the file names and paths that have spaces in them with quotes.

cmd /c vlc.exe "c:some folder with spacesfile with spaces.ext"

  • Author

Sadly, filemaker didn't care if its in quotes (from trying to do just that). It still saw a space and freaked out.

Something's wrong with the syntax then, can you post it?

I do this every day and with the quotes in the proper place it works fine.

  • 11 months later...

I am interested in using VLC because I am using MP2 files and when opened with the default FMP function the audio does not come out.

When using VLC both the audio and the video are coming out.

My question is this, in using any of the proposed solution in this topic would it open a separate windows (outside FMP) or it is possible to have the window to be part of a FMP layout using another video player than QuickTime?

I would really like to have a VLC video solution playing inside a FMP layout.

Thanks!

Daniel

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.