3D Lingo Dictionary > O-S > streamSize |
![]() ![]() ![]() |
streamSize
Syntax
member(whichCastmember
).streamSize
Description
3D property; allows you to get the size of the data stream to be downloaded, from 0 to maxInteger. This command refers to the initial file import or the last loadFile()
requested.
Example
This statement shows that the last file load associated with the cast member Scene has a total size of 325300 bytes.
put member("Scene").streamSize -- 325300
See also
bytesStreamed
, percentStreamed
, state
, preLoad
![]() ![]() ![]() |