compressed property

compressed property

Specifies whether the generated SWF document should be compressed or not. Default is true.

Definition:

@property
def compressed(self):
    ...

@compressed.setter
def compressed(self, value):
    ...

See Also