tagged [apache-flex]

Saving and Loading XML file with flex

Saving and Loading XML file with flex I want to have a xml file for my configuration and so i have to load it from the same directory the swf file lies in and save it afterwards. I saw articles about ...

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

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

Graph drawing library for Flash

Graph drawing library for Flash I have a bunch of numeric stats data gathered over time. I need to show it as a line graph to user in a HTML page. I want to render graph on client. It would be perfect...

How to know if an object is dynamic in AS3

How to know if an object is dynamic in AS3 In Action Script 3, you can write a class that defines a dynamic object (MovieClip and Object are two examples), this objects can be modified in run-time. Wh...

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

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

Do I need Flex Builder?

Do I need Flex Builder? I am completely new to Flex. Can I realistically develop, say, a medium complex application with the Flex SDK alone, or do I need Flex Builder? Also, apart from the SDK, what w...

21 Jan at 17:55

Flex Localization: refresh DataProvider values

Flex Localization: refresh DataProvider values I have a ToggleButtonBar with a DataProvider setup like this: ``` {resourceManager.getString('dashboard','daily')} {resourceManager.getString('...

10 Dec at 01:16

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

I need help styling FormItem components in Flex

I need help styling FormItem components in Flex I have a form that I would like to style. specifcally I would like to chnage the background color of the form item's label. (the backgorundColor attribu...

6 Oct at 15:29

Flex profiler gives "Socket timeout " error. Why for?

Flex profiler gives "Socket timeout " error. Why for? When trying to run the Flex Builder 3 profiler on any I don't get the profiler dialog window and then after a few seconds I get "Socket timeout" i...

22 Sep at 15:15

Accessing .NET Web Service securely from Flex 3

Accessing .NET Web Service securely from Flex 3 We can successfully consume a .NET 2.0 web service from a Flex/AS3 application. Aside from SSL, how else can we make the security more robust (i.e., aut...

How do I change the title bar icon in Adobe AIR?

How do I change the title bar icon in Adobe AIR? I cannot figure out how to change the title bar icon (the icon in the furthest top left corner of the application) in Adobe AIR. It is currently displa...

20 Aug at 16:15