-- 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);
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/director/mx2004/release_update_en/09_pr300.htm