Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

I'm having no success updating a script that I moved from FM6 to FM7. Previously I used AppleScript to copy and paste a QT track into a container field. Not anymore.

The problem I'm having is that the Insert QuickTime command only seems to open a file locator window - rather than letting me indicate the file path from a field.

So, I'm trying to do this:

Insert QuickTime [clip_location]

and the command won't facilitate that.

Help...

Posted

simply set the container field to "movie:" + relative path.

set field [containerfield; "movie:path/to/mymovie.mov"]

You can try the correct syntax by setting a calculation (resulting as text) : readastext(containerfield).

Ignore the size lines, just look at the movie: or moviemac lines.

same with images: image: or imagemac, imagewin, or with files : file;, filemac, filewin.

This topic is 7322 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.