Flash Lite 1.x ActionScript Language Reference |
|
|
|
| Flash Lite Specific Language Elements > fscommand2() > SetQuality | |||
Flash Lite 1.1.
Sets the quality of the rendering of the animation.
|
Command |
Parameters |
Value returned |
|---|---|---|
|
|
|
-1: Not supported. 0: Supported. |
The following example sets the rendering quality to low:
status = fscommand2("SetQuality", "low");
|
|
|
|