The URLLoaderDataFormat class provides values that specify how downloaded data is received.
Variables
inline read onlyBINARY:URLLoaderDataFormat = 0
Specifies that downloaded data is received as raw binary data.
inline read onlyVARIABLES:URLLoaderDataFormat = 2
Specifies that downloaded data is received as URL-encoded variables.