Re: Copy image to clipboard
Re: Copy image to clipboard
- Subject: Re: Copy image to clipboard
- From: Walter Ian Kaye <email@hidden>
- Date: Fri, 2 Apr 2004 01:34:44 -0800
At 10:56a +0200 04/02/2004, Brennan didst inscribe upon an electronic papyrus:
Good so far. I also find that I can use <<class moov>> for the 'as'
parameter.
set f to (open for access (choose file))
set myData to read f as B+class moovB;
close access f
BUT If I do
tell application "QuickTime Player"
tell (make new movie)
paste
end tell
end tell
I get an error of type -2010. If I do a manual paste it tells me that it
couldn't complete the paste operation because the movie contains some
invalid data. Perhaps a file read offset would fix this? Where might I
find out?
http://developer.apple.com/documentation/QuickTime/QTFF/toc.html
You might want to check your file and see if the movie is in the
resource fork instead of the data fork, before trying to read a movie
from the file.
-boo
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.