dbTalk Databases Forums  

Auto-play QuickTime movie in Script

comp.databases.filemaker comp.databases.filemaker


Discuss Auto-play QuickTime movie in Script in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
stavrogan
 
Posts: n/a

Default Auto-play QuickTime movie in Script - 11-22-2005 , 07:34 AM






I have a script using the Go To Field, Select/Perform that is activated
by a button. When clicked I would like it auto play a QuickTime movie
in a container field. I have the movie hosted on FM Pro Server 7 and it
will play in the current record but not in any new records. It must
play in both Windows and Mac OS X clients. Any help would be greatly
appreciated.


Reply With Quote
  #2  
Old   
Helpful Harry
 
Posts: n/a

Default Re: Auto-play QuickTime movie in Script - 11-22-2005 , 01:53 PM






In article <1132666480.830754.276740 (AT) g14g2000cwa (DOT) googlegroups.com>,
"stavrogan" <gfassbach (AT) mac (DOT) com> wrote:

Quote:
I have a script using the Go To Field, Select/Perform that is activated
by a button. When clicked I would like it auto play a QuickTime movie
in a container field. I have the movie hosted on FM Pro Server 7 and it
will play in the current record but not in any new records. It must
play in both Windows and Mac OS X clients. Any help would be greatly
appreciated.
Movies will play using the 'Go To Field [Select / Perform]' command
(assuming the field is a Container field storing a movie and the
computer has QuickTime installed) - but only for the current record. If
you want to play the movie in another record or field, then you have to
perform the script command again.

If you're wanting the same movie in all records, then it's best to
store it in a Global Container field and Perform that.

Helpful Harry
Hopefully helping harassed humans happily handle handiwork hardships ;o)


Reply With Quote
  #3  
Old   
stavrogan
 
Posts: n/a

Default Re: Auto-play QuickTime movie in Script - 11-23-2005 , 12:31 PM



Thanks Helpful Harry but I must be missing something: I have the movie
in a container field and my script looks like this:

Print Setup [Restore]
Go to Field [Select/perform; Copyjobs::Movie]
Print [Restore]


Reply With Quote
  #4  
Old   
Helpful Harry
 
Posts: n/a

Default Re: Auto-play QuickTime movie in Script - 11-23-2005 , 01:56 PM



In article <1132770717.573826.21400 (AT) z14g2000cwz (DOT) googlegroups.com>,
"stavrogan" <gfassbach (AT) mac (DOT) com> wrote:

Quote:
Thanks Helpful Harry but I must be missing something: I have the movie
in a container field and my script looks like this:

Print Setup [Restore]
Go to Field [Select/perform; Copyjobs::Movie]
Print [Restore]
I don't see any problem there (you can't print a movie of course),
although you may find that the movie stops playing as soon as the Print
command starts working. If you want the entire movie to play before
printing, then you'll need to pause the script:

Print Setup [Restore]
Go to Field [Select/perform; Copyjobs::Movie]
Pause [{time depends on how many seconds / minutes movie plays}]
Print [Restore]

This will play the Copyjobs::Movie movie from the current record's
FIRST related record (or maybe Copyjobs::Movie is a Global field) and
then print the current layout.


Helpful Harry
Hopefully helping harassed humans happily handle handiwork hardships ;o)


Reply With Quote
  #5  
Old   
Helpful Harry
 
Posts: n/a

Default Re: Auto-play QuickTime movie in Script - 11-23-2005 , 09:05 PM



In article <241120050856170623%helpful_harry (AT) nom (DOT) de.plume.com>, Helpful
Harry <helpful_harry (AT) nom (DOT) de.plume.com> wrote:

Quote:
In article <1132770717.573826.21400 (AT) z14g2000cwz (DOT) googlegroups.com>,
"stavrogan" <gfassbach (AT) mac (DOT) com> wrote:

Thanks Helpful Harry but I must be missing something: I have the movie
in a container field and my script looks like this:

Print Setup [Restore]
Go to Field [Select/perform; Copyjobs::Movie]
Print [Restore]

I don't see any problem there (you can't print a movie of course),
although you may find that the movie stops playing as soon as the Print
command starts working.
Actually, that's wrong. The script will play the entire movie and THEN
start the Print command.

But the script will only play the Copyjobs::Movie movie from the
current record's FIRST related record (or maybe Copyjobs::Movie is a
Global field) and then print the current layout.



Helpful Harry
Hopefully helping harassed humans happily handle handiwork hardships ;o)


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.