Questions tagged [apache-flex]

Apache Flex [NOT CSS FLEXBOX] is a framework for developing Rich Internet Applications that run in Flash Player or Adobe Air. Originally designed by Adobe, Flex was donated to the Apache Software Foundation in 2011 and became a top level Apache project in December 2012.

Flex is a framework for rapid Rich Internet Application development which runs on Flash Player or Adobe . Originally designed by Adobe, Flex was donated to the Apache Software Foundation in 2011 and became a top level Apache project in December 2012.

Apache Flex® is a highly productive, open source application framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops and devices (including smartphones, tablets and tv). It provides a modern, standards-based language and programming model that supports common design patterns suitable for developers from many backgrounds. Flex applications can be deployed to the ubiquitous Adobe® Flash® Player in the browser, Adobe® AIR™ on desktop and mobile or to native Android™, IOS™, QNX®, Windows® or Mac® applications.1

Usage

  • The lexical analyzer flex is not related to this. It should be tagged with or instead.
  • The CSS property flex is also not related to this. It should be tagged with instead.

Resources

23926 questions
3
votes
4 answers

Escaping Curly Braces in AS3's XML variable

I am trying to create a XML variable but I need to include a { and } in it. public class MyClass { private var simple:XML = {PROTOCOL}://{SERVER}/{FOLDER}/ ... } Flex is…
sixtyfootersdude
  • 25,859
  • 43
  • 145
  • 213
3
votes
4 answers

Adobe AIR make screenshot

I have an adobe air application and it must make screenshot for entire screen (not only app area) and save it to a file on hdd. Could you give me a link how can I achieve this? thank you
user349302
  • 3,491
  • 7
  • 27
  • 31
3
votes
5 answers

Flex 3: synchronously loading an xml file

My question is very simple: In flex3, is there a way to load an xml file synchronously? I know how to load asynchronously, using a load event. This may be useful, or may not. I just want to read the file, parse it, do what I have to do with it, and…
rgargente
  • 1,821
  • 2
  • 19
  • 30
3
votes
2 answers

Adobe Cirrus: Quickest way to deliver a chunk of data to a single peer with known id

Adobe Cirrus offers a number of options for transferring data from peer to peer: Directed Routing, Object Replication and Multicasting to name a few. I just want to send the data to one specific peer, its fine for other peers to 'see' it in transit.…
Tom
  • 7,994
  • 8
  • 45
  • 62
3
votes
1 answer

Flex - Save image with higher dpi

In Flex, I am using graphics.codec.JPEGEncoder to save image files that are edited inside application (normal manipulations like brightness etc.) I am able to save files perfectly. What I want to know is that is there any way I can save the image…
redGREENblue
  • 3,076
  • 8
  • 39
  • 57
3
votes
1 answer

AIR to ANDROID 2.1 - problem - what air/flex sdk?

I am using flahsdevelop + android tools I can create ANDROID 2.3 without any problems. I have a problem compiling it to Android 2.1. The AIR swf is compiled with flex 4.5 sdk + air 2.5 sdk. Are these ok for android 2.1? If not, which versions of…
cricet
  • 31
  • 1
3
votes
6 answers

Flash app depends on Flex. Are there any SWF bytecode size optimizers?

Hello world application that uses Flex, compiled with optimize=true has size 178K. How to reduce application size? We do not like to use RSL, we don't like to avoid Flex. Largest part of resulting SWF is unused bytecode. Are there any tools to…
stepancheg
  • 4,262
  • 2
  • 33
  • 38
3
votes
4 answers

How to Store User Preferences in an Adobe Flex/AIR Application

What's the standard way of storing user preferences in a Flex application for AIR? I need to store simple parameters like lists of recently opened files, window positions and sizes etc.
geschema
  • 2,464
  • 4
  • 30
  • 41
3
votes
2 answers

Building ActionScript 3.0 apps without Flash Builder

I have an Actionscript 3.0 app that I've made using a trial copy of Adobe Flash Builder 4.5. Now, Flash Builder license has expired. Is there any way to compile my code without using Flash Builder? I read somewhere that there is a free compiler to…
VansFannel
  • 45,055
  • 107
  • 359
  • 626
3
votes
2 answers

How to make Flex RIA contents accessible to search engines like Google?

How would you make the contents of Flex RIA applications accessible to Google, so that Google can index the content and shows links to the right items in your Flex RIA. Consider a online shop, created in Flex, where the offered items shall be…
Yaba
  • 5,979
  • 8
  • 38
  • 44
3
votes
1 answer

Build/deploy process for a large Flash project?

I am working in a large flash project (an online videogame) and we are not happy at all with our current build/deploy process: It is too manual, it takes too long and it is easy for us to make mistakes. We want to change to a simpler, faster and…
miguelSantirso
  • 1,243
  • 1
  • 12
  • 26
3
votes
1 answer

Flash Builder 4 spaces instead of tabs?

Is it possible to configure Flash Builder 4 to indent using spaces instead of tabs? I've enabled Preferences > General > Editors > Text Editors > Insert spaces for tabs but it still inserts tabs. I've tried editing files with no tabs but it still…
Steve Kuo
  • 61,876
  • 75
  • 195
  • 257
3
votes
3 answers

conditional compilation in Flex (Actionscript) and import statements

I have a web application written in Flex and I'm trying to build an AIR application from the same code base using conditional compilation. In the AIR application, I need to have import statements such as the following: import…
Dilip Shah
  • 287
  • 2
  • 5
  • 17
3
votes
1 answer

When to use ArrayCollection or Array in as3?

I know that an ArrayCollection is a wrapper over an Array, but what I wanted to know is when to choose one over the other? Will the over usage of ArrayCollections result in performance?
midhunhk
  • 5,560
  • 7
  • 52
  • 83
3
votes
1 answer

upload image then share without saving the file on Flex using sharedObject or anything?

I'm currently working on a chat with uploading an image and sharing it. The problem is I can upload and display the image but I can't share it to the other side. Here is some code: public var photo:FileReference = new FileReference(); protected…
Noki Flores
  • 257
  • 1
  • 9