Questions tagged [amf]

Action Message Format (AMF) is a binary format used to serialize ActionScript objects. It is used primarily to exchange data between an Adobe Flash application and a remote service, usually over the internet.

Action Message Format (AMF) is a binary format used to serialize ActionScript objects. It is used primarily to exchange data between an Adobe Flash application and a remote service, usually over the internet.

Typical usage from Adobe Flash Player, consists of an ActionScript program which:

  1. Connects to a specific "gateway" URL on a web server
  2. Accesses the service which handles AMF communication
  3. Calls a method on the service, mentioning a "callback" method
  4. Arguments passed are serialized to AMF and deserialized at the receiving end
  5. The service processes the input, and optionally returns data via AMF
  6. The callback method is invoked by the platform, and returned data is passed

http://en.wikipedia.org/wiki/Action_Message_Format

296 questions
0
votes
1 answer

How do I cancel an AMF Call with NetConnection?

Let's say that I have a NetConnection Object inside a Singleton Pattern that is shared with all Data Access Object classes throughout all my application. Now, you went on a screen and asked to load 5 thousands of records because you want to search…
Marco Aurélio Deleu
  • 4,279
  • 4
  • 35
  • 63
0
votes
2 answers

How can send I the the byte array of a png through an AMF request using soapUI?

I'm currently trying to create a load test for my API using soapUI to send Adobe Message Format requests. I have a request that expects a byte[] data type, but I know next to nothing about Groovy or Java. I've pieced together information from…
0
votes
1 answer

use amf remoting with asp.net mvc

anybody knows if it is possible to do calls from flash to asp.net mvc actions using amf remoting ? if yes, how? which technologies should be used and how to combine them on the flash side it would be something like this: //Connect the…
Omu
  • 69,856
  • 92
  • 277
  • 407
0
votes
1 answer

How can I write a .sol file without using flash?

Basically, trying to use .sol files to log into a game without having to actually log in. It's just the email and password, in plaintext, though of course in AMF3 or whatever .sol files are. Any ideas on how to do this? I'd like to do it either with…
Salmon
  • 1
0
votes
2 answers

Flex, using navigateToURL to send an AMF object and open the response in a new window

I have an application that connects to an AMF gateway exclusively (in a certain mode) and I have a service that renders some HTML that I want to display in a new window outside of the Flex application. Is it possible, in Flex, to use navigateToURL…
Resist Design
  • 4,462
  • 3
  • 22
  • 35
0
votes
1 answer

Can you compress AMF objects with LZMA?

I know Flash 11 has native support for handling LZMA compressed swfs, is there a way to use LZMA compression with AMF objects?
Chris
  • 33
  • 5
-1
votes
1 answer

Sending AMF Object to Rails from Flex corrupts associated model

We are working on a project that uses Flex and rails with WebORB. Everything was fine and dandy until we started tying the frontend and backends together. We created a service for interacting with users and another for the…
Samuel
  • 37,778
  • 11
  • 85
  • 87
-1
votes
1 answer

C# Image AS3 ByteArray

I'm looking for the conventer from normal image in C# to AMF3 ByteArray. The image format is JPG, I'm using FluorineFX library to serialize and de-serliazize AMF3 Data. I need to get image ByteArray in C# from JPG because I'm using this to my flash…
user13323454
-1
votes
2 answers

AMFPHP AMF0 and AMF3

What are the difference between them?
proyb2
  • 1
  • 1
-1
votes
1 answer

Flex/AMF/PHP in a cloud application

We are attempting to provide a service where two customer devices would need to talk to each other through our servers. Each device may come online or go offline at anytime. When they are both online, they can exchange information with each other…
Vishal
  • 5
  • 1
-3
votes
1 answer

jmeter compatible version with jmeter-amf plugin?

I was trying JMeter to load test Flex the application and observed its having issue with AMF. Explored more and found that there is a plugin that we can use for recording flex application using jmeter, tried that and somehow I didn’t find type as…
user3392898
  • 1
  • 2
  • 4
1 2 3
19
20