Inside Macintosh: QuickTime Reference
| Previous | Chapter Contents | Chapter Top | Next |
Plug-in Properties
string GetPluginVersion()
Returns the version of the QuickTime Plug-in.
string GetPluginStatus()
Returns a string with the status of the current movie. Possible states are:
-
"Waiting" - waiting for the movie data stream to begin
-
"Loading" - data stream has begun, not able to play/display the movie yet
-
"Playable" - movie is playable, although not all data has been downloaded
-
"Complete" - all data has been downloaded
-
"Error: <error number>" - the movie failed with the specified error number
boolean GetResetPropertiesOnReload()
void SetResetPropertiesOnReload(boolean reset)
By default, most movie and plug-in properies are reset when a new movie is loaded (QTSRC, target="myself", etc).
© 2000 Apple Computer, Inc.
Inside Macintosh: QuickTime Reference
| Previous | Chapter Contents | Chapter Top | Next |