tagged [apache-flex]

How can I debug AMF (BlazeDS) serialization of Java objects to Actionscript?

How can I debug AMF (BlazeDS) serialization of Java objects to Actionscript? I'm using BlazeDS to remote some Java objects that I'm consuming in a Flex application. I'm getting a type coercion error w...

11 Jun at 06:24

Application compiled by Flex Builder 3 does not trace

Application compiled by Flex Builder 3 does not trace I've built a simple application in Flex Builder 3 with some trace() calls. It's an "ActionScript Project", no MXML or AIR involved. I don't run th...

2 Feb at 16:2

Play flash one video on top of another?

Play flash one video on top of another? I'm looking at a project that requires the ability to play one flash video over the top of another... sort of like an animated watermark, where the video on top...

22 Nov at 19:13

How do I get a HttpServletRequest in my spring beans?

How do I get a HttpServletRequest in my spring beans? I'm developing an app with a Flex-based front end and a Spring/Hibernate back-end. To get Facebook integration working in the way I've got it curr...

17 Feb at 23:13

Binding a Flex component to a class function

Binding a Flex component to a class function I have several components where I want to enable buttons based on passing a username to a function. I want to dynamically bind the "enabled" property on a ...

5 Sep at 14:49

Using a ServiceStack Generated SOAP 1.1 Service in Flash Builder

Using a ServiceStack Generated SOAP 1.1 Service in Flash Builder I have been tinkering around with [ServiceStack](http://www.servicestack.net/) to expose some web services and have been very impressed...

Best way to size containers in Flex to obey ONLY parent containers' explicit dimensions

Best way to size containers in Flex to obey ONLY parent containers' explicit dimensions I've been running into this problem with Flex for nearly a year, and each time I work up a quick hack solution t...

28 Oct at 23:46

how do I find the height of the children in a TabNavigator, without the height of the Tabs?

how do I find the height of the children in a TabNavigator, without the height of the Tabs? I'm having sizing issues with a TabNavigator. The direct children of the TabNavigator are Canvases, and with...

13 Nov at 22:18

Flex reverse proxy issues

Flex reverse proxy issues I'm currently working on setting up a reverse proxy for testing a flex-based web application. The current setup is using mod`_`proxy (with mod`_`proxy`_`http) to reverse pro...

24 Aug at 20:34

Where is "int main()" in my Flex application?

Where is "int main()" in my Flex application? Well, not literally, of course, but: I'm new to Flex and I'm trying to figure out where to put the code that I want to run when my app starts. In my examp...

9 Nov at 20:31

Flex: cross-domain image loading?

Flex: cross-domain image loading? OK I have an application that loads product images using the tag and changing the source. the .SWF is on the http side of the website and the images are on the https ...

14 Apr at 17:37

Updating external Flex components from an action

Updating external Flex components from an action I'm new to Flex and am having trouble understanding Events. I think Events are what I want to use for my situation. I have 2 components, `addUser.mxml`...

How does object initialization occur when deserializing binary objects in Flex?

How does object initialization occur when deserializing binary objects in Flex? The jist of what I'd like to know and focus on , is details on how binary deserialization occurs in Flex 3. When is the ...

3 Sep at 14:25

Flex4 using addElement does not show element properly

Flex4 using addElement does not show element properly I am using the new Flex4 Spark stuff but I'm stuck at an awful problem. Let me explain a bit of the situation first. I have a container `mx:Canvas...

13 May at 01:15