LD SoftwareBespoke Software, Web Design, Security Consultants and Host Services.

Menu

Sentinel
You have been warned!
We have caught 5883 shameful hackers.

NukeSentinel(tm)

Paypal Referral
Sign up for PayPal and start accepting credit card payments instantly.

Link Exchange
Join our free link exchange

Click Here
 
Action Message Format

Web Design & Development Guide

Action Message Format

Home | Up


AMF is a binary format based loosely on the Simple Object Access Protocol (SOAP). It is used primarily to exchange data between a flash application and a database, using a Remote Procedure Call.

Each AMF message contains a body which holds the error or response, which will be expressed as an ActionScript Object.

Data Types

AMF includes several core data types which are always present throughout the serialization of data:

  • Byte - A simple 8-bit chunk of data. This is the simplest way to send AMF data.
  • Int - A 16-bit number made of two consecutive bytes. The first byte is the most significant byt, and the second byte is the least significant byt.
  • MediumInt - A 24-bit number, identical to the above except for the length.
  • Long - A 32-bit number, same as above, but longer.
  • Double - A 64-bit number made up of 8 consecutive bytes. It represents a floating point, signed number. The double is little-endian encoded.
  • UTF8 - A UTF8 string longer than 2^16 bytes. It is made of a an integer (two bytes) representing the string length, followed by the UTF8-encode string.
  • LongUTF8 - A UTF8 string possible longer than 2^16 bytes. It consists of a long integer (four bytes) representing the string length, followed by the UTF8 encoded string.

References


Home | Up | Adobe Flex | Flash cartoons | Action Message Format | ActionScript | Adobe Shockwave | Animation portal | SWF

Web Design & Development Guide, made by MultiMedia | Websites for sale

This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.

 

Text Ads
There isn't content right now for this block.

Community Login
Welcome,
Anonymous

Nickname
Password
   

People Online:
Visitors: 62
Members: 1
Total: 63

Online Now:
01 : Monty

Like my code
Then please make a donation.

Which help me produce more free code.


Paypal Verified

Information

Powered by PHP-Nuke

Valid CSS!


Valid Robots.txt

Bad Behavior

[Valid RSS]

[Valid RSS]
You can syndicate our News with backend.php And our Forums with rss.php
You can also access our feeds via Feedburner Site News and LD Software Forums
© 2009 ld-software.co.uk All Rights Reserved.
PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.69 Seconds