Readers and writers for OpenFL targeting the Action Message Format (AMF) and Flash Local Shared Object (LSO) binary data formats. Written in Haxe.
Contains the following types for AMF input and output.
AMFReader
: Reads AMF0 or AMF3 objects from aByteArray
AMFWriter
: Writes AMF0 or AMF3 objects to aByteArray
SolReader
: Reads Flash Local Shared Object data from aByteArray
SolWriter
: Writes Flash Local Shared Object data to aByteArray
AMFEcmaArray
: An associative array that may contain both integer and string keys. Like a combination of an array and an anonymous structure.AMFDictionary
: Similar to theMap
type, but keys are not restricted to a single type.
- Haxe 4.1
- OpenFL 9.2.0
Run the following command in a terminal to install amfio from Haxelib.
haxelib install amfio
After installing the library above, add it to your OpenFL project.xml file:
<haxelib name="amfio" />