Quicktime 7 and FileMaker

Is there a way to trigger already working Applescripts for QT in a FM container?

Example:
[Applescript]
property TimeOffset : 0

tell application “QuickTime Player 7”
tell document 1 to set {currentTime, timescale, theDuration, FrameCount} to {current time, time scale, duration, count (every frame of track “Video track”)}
end tell
set INPoin to currentTime
[/Applescript]

How to put the various results:

currentTime
timescale
theDuration
FrameCount

in different fields in fields in FM Pro 11

System events allows dealing with QT7 without opening the file.
Is it possible to call SYS EV from FM scripts including the appropriate Applescript and transfer the results to a DB

Thanks a lot

PS

I’m working in a project which requires me these options and the various I Movie, and FinalCut are useless for me