0
votes
1answer
116 views
Flash RemoteObject Weborb connection without services-config.xml (no Flex)
Context : I'm working on a Flash application developed with FDT and compiled with Flash CS4 (I need a huge library). It should connect to various Weborb services.
Weborb is properly configured. My …
0
votes
1answer
69 views
Flex RemoteObject + Zend AMF Server problem
Hello!
I am working with php, Flex and zend's AMF Server using this guide. I successfully managed to connect php with Flex but after 'reconstruction' of my MySQL query I get a little bit different …
1
vote
2answers
40 views
Flex RemoteObject: Arrays with same values reference same memory
If I send remote data from Zend_Amf to Flex, if two array properties on the object have the same data values they are deserialized at the remote end with the same memory storage.
Example: AS3 object:
…
0
votes
2answers
55 views
WebOrb/Flex: How to call a method on a RemoteClass returned by a RemoteObject
I have a RemoteObject returning a 'Schedule' class. I've created a client side RemoteClass to map to it. All properties of the class instance are coming in fine. I just not clear on how I go about …
0
votes
1answer
75 views
Flex 4 Remote Object Method Question
I post this previously in Adobe Forum but haven't got any answers so far.
How do I do this in Flex 4?
<mx:RemoteObject id="srv" destination="product" channelSet="{channelSet}"
…
0
votes
1answer
30 views
Python 3 xmlrpc for remote objects.
I am trying to implement a remote object implementation using xmlrpc, and python 3.
I have tried the example at …
0
votes
3answers
120 views
AS3 Date not serializing to Java Date using BlazeDS
When I pass a Actionscript Value Object that contains a Date variable using BlazeDS it is not getting transferring as a java.util.Date object correctly. When the setBaseDatefunction gets called on …
0
votes
1answer
102 views
Flex RemoteObject Source not found
Our flex project, which works fine in its current environment with coldfusion 7 single server.
We moved this project to Coldfusion 8 multi server, and updated the remoteobject paths relative to the …
0
votes
1answer
176 views
Flex remote object performance
Our flex client needs to invoke server side EJB3 session bean. For each module we have seperate session bean.
Whether it is best to have separate flex end point (remote object) to each session bean …
0
votes
0answers
27 views
GZIP and RemoteObject
Hi,
In AIR application, is there any way I can tell a RemoteObject to send headers that will accept Gzipped content back from server ?
I'm using Zend Amf, and it's pretty slow. So I'm telling Apache …
3
votes
5answers
602 views
Flex RemoteObject - handling multiple requests
I have a couple of remote object methods that I want to respond to in different ways depending on the context, but I'd rather not set up a bunch of different RemoteObject aliases. Any advice on doing …
0
votes
1answer
118 views
RemoteObject inconsistent channel location.
I have a swf which, for some reason, has four RemoteObjects pointing to the same ChannelId, but they are listing that channel as being at two different spots. In four of the five RemoteObjects, …
1
vote
3answers
1k views
Flex 3 Dynamic RemoteObject Class
I have a class which I want to use throughout my projects. It essentially would allow me to easily work with a RemoteObject so that I don't have to define it throughout all of my projects. It works …
0
votes
1answer
289 views
ActionScript RemoteObject Response Headers
Can I get the response headers from a RemoteObject request? If so, how?
I am in the process of writing an application in Flex 3.3, using the Cairngorm framework, for deployment as an AIR application. …
2
votes
2answers
151 views
Nested Class Coercion Fail Between CFC and Flex
I have two AS3 classes, A and B. Class A contains an ArrayCollection that will hold multiple instances of class B.
In ColdFusion, I have matching CFCs, with same-named variables in the same order, …
