flex-sdk

Flex Command Line compiler capablities

Although the Flex command-line compiler (mxmlc) can compile MXML+ActionScript files into SWFs, I need specific insights into its capabilities, via the command-line switches. Configure which language you're writing in, ActionScript 2 / 3 Configure which Flash Player version you're targetting, 7 / 8 / 9 / 10 Configure what frames of the ...

How to access an iframe in an Adobe AIR application?

Hello, I am trying to use the embedded webkit in AIR to write a little browser with HTML+Javascript. I am so displaying the page at the URL typed by the user in an iframe. From there, I would like to: access the content of the frame, for example to display the of the page on a tab. be alerted when the user clicked into the frame, f...

Build error building an example Flex mxml

I'm using the Flex 3.3 SDK (not Flex builder, as I'm on 64-bit Linux), and it seems I can't even build simple example files. The Pie Chart example on http://livedocs.adobe.com/flex/3/html/help.html?content=charts_types_09.html refuses to build, giving me: The generated actionScript is as follows: package { import flash.accessibility.*...

Create and build pure "ActionScript project" with Flex SDK under Linux

Before all: excuse my english :) Ok, here we go - im developing mostly java things, so my IDE - Intellij IDEA. For a few last weeks im playing with Flex and AS3. So, im using Flex SDK 3 with IDEA plugin. Everything was just fine, but now i want to create pure actionscript project without any flex things (it dramatically increases size ...

Does Flex SDK's mxmlc create a cache file or hash to determine if source code has changed?

My ant buildfiles tell mxmlc.jar to recompile target mxml source. However, if the target mxml source file has not changed, either ant or mxmlc is ignoring the file and will not create a new swf. This is an annoyance because I'm editing files imported by the target mxml. I need it to rebuild when those files change. I'm guessing that ...

How do I license the data visualization components (charting) for the Flex SDK on an automated builder server?

I have a professional license of Flex 3.3. This allows me to create applications using the data visualization components (charts) without watermarks. However, all of release builds (test, production, etc) occur on our build server. The build server only has the Flex SDK installed (not full Flex Builder). As a result the SWFs compiled...

Errors when Upgrading Flex 3.2 to 3.5

Here's are the errors: VerifyError: Error #1053: Illegal override of allowInsecureDomain in _SwdModule_mx_core_FlexModuleFactory. ReferenceError: Error #1065: Variable _SwdModule_mx_core_FlexModuleFactory is not defined. SwdModule is a module used within the organization and there's an application that loads this (and various other mo...

Flex SDK 3.5 builds bigger swfs

I have an application which is almost entirely in actionscript. When I build it using Flex SDK 3.5 its size is roughly 378 KB, While Flex SDK 3.0 outputs a swf with roughly 355 KB. What could the reason be? ...

does flex use frames?

I'm looking into developing a game using the flex SDK instead of flash. I'm kind of not sure how to start. One question I have - does Flex have a timeline like Flash, with frames etc? Is there a main/root timeline? ...

What components can you use to create AIR apps?

Dear community, I'm creating AIR apps in FlashDevelop using the free Flex SDK. Are there any AS3 components that I can use to speeden up the development process?? For example: List with renaming Tree with dragging items, renaming I searched Google lots, but in vain. ...

How do I recompile Flex 4 Framework RSLs?

Does anyone know how to recompile Adobe Flex 4 framework RSLs? I'm using the compiler directive -dump-config to get the build config file that the FlashBuilder IDE is using for compiling my application. I then pass that config file into the mxmlc compiler so I can build from the command-line. The results of the command-line build are ...

Compile AS3 into a SWF online using Flex SDK's mxmlc

Read my question thoroughly before responding, I know there’s a site called wonderfl.net I‘ve got the Flex SDK 4 on my Mac and I found a way to compile AS3 into SWF files using Flex's mxmlc compiler in Xcode, so I wondered, would it be possible to do this sort of simply online? Using for example a language I'm familiar with, PHP? I tho...

Flex 4.1 installed on a Mac: how do I target pre-version 10 flash players

I just installed (or copied) the Flex SDK 4.1 on my Mac to: /Developer/SDKs/Flex/4/1/ For now I'll only be using a plain text-editor to use it. No fancy IDE. However, it only seems to support flashplayers version 10 and 10.1. At least that's what it looks like from the folders: ./frameworks/libs/players/10.0/ ./frameworks/libs/playe...