What's New in QuickTime 5
| Previous | Chapter Contents | Chapter Top | Next |
You can present users with the QTVR Flattener's own dialog box. This allows users to choose options such as how to compress the preview image or to select a separate preview image file.
To show the dialog box, use the following line of code:
err = MovieExportDoUserDialog (qtvrExport, myQTVRMovie, nil, 0,
0, &cancel);If the user cancels the dialog box, then the Boolean cancel is set to true .
What's New in QuickTime 5
| Previous | Chapter Contents | Chapter Top | Next |