On Fri, 4 Feb 2005, Ron Stanonik wrote:
> 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
Here's another (in)sanity check. As I said the QTFile returned by
standardGetFilePreview works, but if I do the following it doesn't work
saveFile = QTFile.standardGetFilePreview(QTFile.kStandardQTFileTypes);
saveFile = new QTFile(saveFile);
So, the QTFile from standardGetFilePreview is somehow different than
any QTFile I create, even when I copying it!
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