Version: 1.2

Posted: 2006-06-28

Build Requirements: XCode 2.2, or Java 2 SDK for Windows, and QuickTime 7

Runtime Requirements: Java 1.5 and QuickTime 7, or later, recommended

View Source Code:

Download Sample (“QTSimpleApplet.zip”, 70.4K)
Download Sample (“QTSimpleApplet.dmg”, 130.4K)



Description

Demonstrates how to display QuickTime content inside a java.awt.Applet. By implementing init, start, stop, and destroy methods enables the applet to be reloaded, suspended and resumed. For example the user leaving and returning to the page with the applet. The use of the init/destroy and start/stop methods are reciprocal in their activities.

This introductory sample uses QTFile, on a local filesystem resource, in lieu of invoking a File Open dialogue. Please see QTStreamingApplet for an example that uses a remote server resource.

Document Revision History

Date Notes
2006-06-28Support for XCode 2. Modified project layout for platform independent distribution and compilation.
2003-01-14Shows how to display any QuickTime content within a java.awt.Applet.

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.