On Fri, 4 Feb 2005, Isak Styf wrote:
> 2005-02-04 kl. 18.51 skrev Ron Stanonik:
> > I trying to modify SimpleMovieExporter from the "QuickTime for Java:
> > Developer's Notebook" to not prompt the user for the output file
> > information. I keep getting fnferr from MovieExporter.toFile when I
> > pass it a QTFile I create.
>
> > saveFile = new QTFile("C:/test.mov") fails. It makes no sense to get
>
> You need to specify the path in a platform specific way.
>
> saveFile = new QTFile("C:\\test.mov"); // should do the trick
Thanks for the reply. Alas, I still get fnferr. As a sanity check
I println(savefile) and see C:\test.mov, which is what I expect.
If I use standardGetFilePreview() the resulting QTFile works and
looks the same when I println it! It's as though standardGetFilePreview
returns a QTFILE that is somehow different the QTFile that I new.
Thanks,
Ron
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-java mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quicktime-java/email@hidden
This email sent to email@hidden