The URLLoaderDataFormat class provides values that specify how downloaded data is received.

Variables

@:value(cast 0)@:enum@:implinlineread onlyBINARY:URLLoaderDataFormat = 0

Specifies that downloaded data is received as raw binary data.

@:value(cast 1)@:enum@:implinlineread onlyTEXT:URLLoaderDataFormat = 1

Specifies that downloaded data is received as text.

@:value(cast 2)@:enum@:implinlineread onlyVARIABLES:URLLoaderDataFormat = 2

Specifies that downloaded data is received as URL-encoded variables.