3D Lingo Dictionary > O-S > preLoad |
![]() ![]() ![]() |
preLoad
Syntax
member(
whichCastmember
)
.preloadmemberReference
.preload
Description
3D property; allows you to get or set whether data is preloaded before playing, or is streamed while playing. This property can be used only with linked files. The default value is FALSE
.
Example
This statement sets the preload property of the cast member PartyScene to FALSE
, which allows externally linked media to stream into PartyScene during playback.
ember("PartyScene").preload = FALSE member("3D world").preload
![]() ![]() ![]() |