AMF.NET

From FlashSec

Jump to: navigation, search
AMF.NET
Developer
Release 0.3
OS Windows
Genre Server
License
Type Open Source
Website AMF.NET Home
Documentation
Wikipedia
OSFlash

AMF.NET is a .NET gateway sitting between a Flash movie and .NET code. The goal of AMF.NET is to promote proper N-Tier development by allowing your existing business layer (written in .NET) to be consumed by Flash without requiring any modification.

Technically, AMF.NET can best be described by breaking it down into 3 distinct parts. First, the AMF stream is received by the gateway and deserialized. Second, based on the received stream, the appropriate .NET code is executed. Finally, the response is serialized and outputted back to the Flash movie.