On 4/6/06 10:06 PM, "Honglei Zhang" <email@hidden> wrote:
> When recording video file as .mov file, is there any way to find out
> if that file is finished or still in the process of recording?
>
> Thanks
A droplet maybe?
on open (moviefile)
set b to info for moviefile
delay 1
set c to info for moviefile
if (size of c) - (size of b) = 0 then
display dialog "You're done!"
else
display dialog "Still recording."
end if
end open
--
Laine Lee
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/applescript-users/email@hidden
This email sent to email@hidden