-- Lingo syntax _movie.imageCompressionmemberObjRef.imageCompression // JavaScript syntax _movie.imageCompression;memberObjRef.imageCompression;
Movie and bitmap cast member property; indicates the type of compression that Director applies to internal (non-linked) bitmap cast members when saving a movie in Shockwave Player format. Read/write.
Valid values for imageCompression include the following:
| Value | Meaning |
|---|---|
|
#standard |
Use the Director standard internal compression format. |
|
#movieSetting |
Use the compression settings of the movie, as stored in the |
|
#jpeg |
Use JPEG compression. See |
You normally set this property in the Director Publish Settings dialog box.
This statement displays in the Message window the imageCompression that applies to the currently playing movie:
-- Lingo syntax put(_movie.imageCompression) // JavaScript syntax put(_movie.imageCompression);