293 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
34
views
Converting AMF Number from char to double an back
in context of a protokoll I get messages in AMF Format.
The AMF Object Type "Number" is defined as
number-type = number-marker DOUBLE
The data following a Number type marker is always an 8 ...
1
vote
0
answers
290
views
Creating ruleset for API Governance - Anypoint Platform
/example:
/{uriParams}:
get:
is: [defaultResponses, commonHeaders]
uriParameters:
uriParams:
description: Example description uriParams
...
0
votes
1
answer
285
views
How to send AMF3 object via HttpClient Post Request
I am working on a website which is old and uses AMF packages to send data to server. I need to send some text data to this website and save that data to this website. In other words I want to automate ...
1
vote
1
answer
232
views
How can I use the variable {server.name} in services-config.xml from AIR?
I am converting an application from Flex/Flash to Flex/AIR. The application does messaging. I use the services-config.xml file to define channels & endpoints.
When using the endpoint definition in ...
-1
votes
1
answer
161
views
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 ...
user avatar
user13323454
0
votes
1
answer
137
views
Add Custom HTTP Header to Request sent by BlazeDS and AMF
in our application we have a flex Client, this client uses BlazeDS and AMF to excute operation,
Is there a way to add a custom Http header to the request sent from the AMF so i can read in our Filter ...
3
votes
2
answers
11k
views
How to disable CORS on Chrome when using visual studio code and using AMF on Apache Royale
As now my interest goes using Remote Object with Apache Royale to communicate with my server with Amfphp, I struggle with CORS.
My first attempt to use SimpleRemoteObject was an error like this :
...
1
vote
2
answers
191
views
Unsupported version Error in Jmeter response with AMF protocol
I am trying to automate a flash application which uses the AMF protocol.
This is how my request looks like:
null/1à
Mflex.messaging.messages.CommandMessageoperationcorrelationIdtimestamp ...
0
votes
1
answer
154
views
simulate api calling like happened in flash
I am trying to figure out how can I call php functions running on remote of shoretel IP phone .
I can access it through browser by simple IP and it is flash player script but I want to do few things ...
0
votes
0
answers
2k
views
FFMPEG H.264 encoding under Win10 with several AMD RX580 cards
I need to encode about eight videos at a time to H.264 on eight AMD RX580 GPUs on Win10. What I'm looking for is to how to assign each ffmpeg to particular GPU. I can't find any flag/options to set ...
1
vote
2
answers
212
views
Unable to record in JMeter using AMF proxy server
I have downloaded amf plugins as given in How to enable amf sampler type
and started recording using AMF proxy server in Jmeter 4.0 but I am getting below error message in log and web page is not ...
0
votes
1
answer
201
views
How to connect to AMF web service from native Android?
Trying to use some old AMF Web Service from native Android app.
I included library: flex-messaging-core.jar and flex-messsaging-common.jar
code in Android activity:
AMFConnection amfConnection =...
2
votes
1
answer
655
views
Java NoClassDefFoundError amf
I'm trying to compile a java snippet into a jar file, I got into a classical java runtime exception but I'm unable to solve the problem.
This is the code, borrowed from Markus Wulftange:
import java....
0
votes
0
answers
561
views
AmfPHP 2.0 running on PHP 7 & PDO
AmfPHP 2.0 running on Nginx and PHP 7.0 (FPM), PDO is used as database.
As many users log in to the game, the CPU increases immediately to 100% on all 4 cores due to MySQL. If there are fewer players,...
2
votes
1
answer
329
views
change protocol of endpoint in AMFChannel, how to fix it?
I am working on Flex and I find that when I give uri(https://jsonplaceholder.typicode.com/posts/1) to AMFChannel which content 'HTTPS' protocal but calculateEndpoint() method of Channel class change ...