This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Aug 21 10:54:22 -0700 2009 | |
| |
AUTHORS | Sun Jul 05 23:19:00 -0700 2009 | |
| |
COPYING | Sun Jul 05 23:19:00 -0700 2009 | |
| |
ChangeLog | Sat Aug 15 02:05:46 -0700 2009 | |
| |
INSTALL | Sun Jul 05 23:19:00 -0700 2009 | |
| |
Makefile.am | Sun Jul 05 23:19:00 -0700 2009 | |
| |
Makefile.in | Wed Jul 29 11:42:48 -0700 2009 | |
| |
NEWS | Sun Jul 05 23:19:00 -0700 2009 | |
| |
README | Wed Jul 22 20:04:02 -0700 2009 | |
| |
aclocal.m4 | Wed Jul 29 11:42:48 -0700 2009 | |
| |
configure | Sun Aug 02 03:28:08 -0700 2009 | |
| |
configure.ac | Sun Aug 02 03:28:08 -0700 2009 | |
| |
debian/ | Sat Jul 25 03:10:20 -0700 2009 | |
| |
install-sh | Sun Jul 05 23:19:00 -0700 2009 | |
| |
missing | Sun Jul 05 23:19:00 -0700 2009 | |
| |
src/ | Tue Oct 13 18:01:14 -0700 2009 |
README
Action Message Format (AMF) is a compact binary format that is used to serialize ActionScript object graphs. Once serialized an AMF encoded object graph may be used to persist and retrieve the public state of an application across sessions or allow two endpoints to communicate through the exchange of strongly typed data. AMF was introduced in Flash Player 6 in 2001 and remained unchanged with the introduction of ActionScript 2.0 in Flash Player 7 and with the release of Flash Player 8. This version of AMF is referred to as AMF0. In Flash Player 9, ActionScript 3.0 was introduced along with a new ActionScript Virtual Machine (AVM+). The new data types and language features made possible by these improvements prompted AMF to be updated. Given the opportunity to relase a new version of AMF, several optimizations were also made to the encoding format to remove redundant information from serialized data. The new AMF format is referred to as AMF3. This library supports both AMF0 and AMF3.







