nodes | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | player | ||||||
Summary | Reports a list of the nodes in a QuickTime VR movie. | ||||||
Introduced | 1.0 | ||||||
Changes | This property was deprecated in version 8.1.0 due to the retirement of the QuickTime player implementation. In order to support 64-bit on Mac we have been required to switch to using AVFoundation on Mac, which does not support QTVR. In addition, the Windows player object is now based on DirectShow, as Apple have dropped support for the QuickTime libraries previously used. | ||||||
Deprecated | 8.1 | ||||||
OS | mac, windows | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: items, line Glossary: QuickTime VR, property, read-only Property: tilt, trackCount, currentNode | ||||||
Description | Use the nodes property to list the nodes of a QuickTime VR movie. Each node of a QuickTime VR movie is a viewpoint. The movie author sets the nodes during development of the movie. The user can change nodes using the navigational controls in the player; a handler can change nodes by setting the player's currentNode property. If the player does not contain a QuickTime VR movie, its nodes property is empty. | ||||||
Tags | multimedia |