Adobe's official IDE for the Flex SDK.
0
votes
1answer
15 views
how to Change the text color of one column on datagrid when user enters data on other column
I had a very simple problem that, I had a spark datagrid of 3 columns in which 2 columns will be with data and the third column is an empty column with text input as itemeditor. So what ever the data ...
0
votes
2answers
19 views
how o display a variable in text field
i am a newbi in flash as3.. the problen i am facing in my project is i want to display a counter in my HUD using TextField();but cannot as it inly allows strings... i tried the followinf lines of code
...
0
votes
0answers
22 views
Air Application for iOS Release Build differs from Debug build
I am building game and using citrus-engine-like level design. In flash i am creating components with some extra component definition like className, displayImage etc. Then i am exporting to SWF file ...
0
votes
0answers
13 views
Flash Builder 4.5 for PHP - show variable from PHP in app
Flash Builder 4.5 for PHP - show variable from PHP in app
I have searched for hours and I can't figure this out…
Is there a way to somehow "echo" my PHP code in my MXML file ?
I know you can't ...
0
votes
1answer
16 views
“Uncompiled actionscript” error
I'm having the tittle error when I try to load a local swf file in the documents directory of my iPad. Web it works ok. the swf files have ABC code.
I'm using Air 3.7, which supposedly added a ...
0
votes
0answers
18 views
What should I select to include in the package content?
I'm having an errors, and I think it's due to the fact that I don't include all the files in the package content when I compile the ipa, what should I put inside?, the AOT folder?, the .ipa file ...
0
votes
2answers
31 views
SSL accepting self signed certificate in ActionScript 3
i am trying to use SecureSocket connection to server. i am using FlashBuilder 4.6 that has SecureSocket class implemented. the problem is that after creating SecureSocket object and calling connect ...
0
votes
1answer
14 views
Manually scrolling through list
I need to manually handle the scrolling through a list using the arrows keys, while i successfully handled the changing the selection through the items, if the list is bigger than its display and ...
0
votes
1answer
15 views
How can I fix th Error #1090: XML parser failure: element is malformed in Flex?
I use HTTPService to send a request to a web-service. the web-service runs a query in SQL Server and brings back a row set f data as in XML format. the service is working fine as long as there is no ...
-1
votes
0answers
22 views
Current Flex Application - What Is The Best Technology to Migrate To (i.e. HTML5, JSF) and Why? [closed]
What are the best technologies out there that could be used to replace a Flex application?
I already know about HTML5, but I am looking for some other alternatives that could replace Flex and ...
0
votes
0answers
20 views
Nativeprocess - Hide window
I launch an executable with NativeProcess (MyExe).
if(NativeApplication.supportsMenu){// mac
var pathEV:String = "Applications/MyAppOSX.app";
}
else{
}
var ...
0
votes
0answers
18 views
How to stop overriding save method in spark datagrid when clicking a button
I had a main application like this
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark" ...
0
votes
0answers
19 views
How can I use JSON mobile application in flash builder 4.6
mi código es el siguiente :
"my code is the following:"
<fx:Script>
protected function view1_creationCompleteHandler(event:FlexEvent):void
{
refreshBO = new RefreshBO();
...
2
votes
1answer
22 views
Flash Builder 4.6: Testing gestures without the device
I'm new at developing a Flex app for mobile,I just need to know is there any way to test/debug gestures like swipe on the android emulator that comes with Flash Builder 4.6.
I saw people using the ...
1
vote
1answer
23 views
Get list of printers with Adobe Flex
Documentation for flash.printing.printjob says there should be a printers() method. Using Flashbuilder 4.6 the IDE code complete says it doesn't exist.
I'm using Flash SDK 4.6, targeting a desktop ...
0
votes
0answers
12 views
connecting to php flash builder error
I'm getting an error in flash Builder when I'm trying to connect to PHP either on my localhost or webhost that says "unable to connect to database using specified connection information" and at the ...
0
votes
0answers
8 views
AS3 FDT How to instantiate an fla asset with a custom class?
I jsut started working at a company that uses flash builder, but I am using fdt at the moment. I am hvaing trouble getting FDT to instantiate the sprite in an fla project along with the custom class ...
2
votes
2answers
40 views
super() in Flash Builder. WHY?
Every time I start a new actionscript class in Flash Builder it starts off the constructor with a line
super()
I have never seen this before, and it seems to have no purpose. Deleting it results in ...
0
votes
1answer
19 views
Away3D Camera undefined properties
I am trying to get the examples from the Away3d tutorials working.
view = new View3D();
var cont:UIComponent = new UIComponent();
cont.addChild(view);
addElement(cont);
//setup the camera
...
0
votes
1answer
17 views
Adobe touch apps What Technology has been used?
Adobe touch apps What Technology has been used ? Is that AIR ?
http://www.adobe.com/products/touchapps.html
If yes then why People don't like AIR For Mobile Apps ? I don't think you can get ...
0
votes
1answer
41 views
Flex popup window not covered the entire application after changing height of swf
In my Flex application I need to increase height of swf through javascript:
FlexGlobals.topLevelApplication.height += 50;
...
0
votes
1answer
25 views
Load local file through HTML page inside stage webview
I have to show local image file in html through stagewebview.
When I load url of html in flex application, text content displyaed correctly, but it doesn't show a images for that. Any way I can load ...
0
votes
0answers
45 views
flex mobile with aie 3.7 packaging errors
I am trying to release an iphone APP using Flash Builder 4.7, FLEX 4.6.
I have just had to upgrade to Air 3.7 because of requirements by the App store submission process:
The upgrade of Air to 3.7 ...
0
votes
1answer
24 views
Issues getting Flash Builder 4.6 Air app to compile correctly with Flash Builder 4.7
Basically the Air app compiles with Flash Builder 4.6 using the Flex 4.6 sdk. But when I open the exact same project in Flash Builder 4.7, it wants to compile it with the Air 3.4 sdk.
And, unlike ...
0
votes
1answer
24 views
how to fix textSelectedColor property in dropdownlist uisng flash builder 4.6
I am using s:DropDownList component in flash builder 4.6. I have to set property "textSelectedColor" which is given in mx:ComboBox but not given in s:DropDownList. So can anyone help me please to fix ...
0
votes
1answer
17 views
Set a background color conditionally in Flash Builder 4.6
I am trying to set the background color of a mx:TabNavigator with the following line of code...
backgroundColor="{isDistrictFair == 'false'?'#EFF7F9':'#E9E3D2'}"
I am getting the following error...
...
0
votes
0answers
40 views
How to build the Design/Source View part of the Flash Builder?
I am planning a project that involves building a WYSIWYG editor, which allows users to lay various Flex UI components (standard or custom ones) on the editor area and at the same time, generating the ...
0
votes
1answer
37 views
Updating Flex Air Mobile in Flash Builder
I am trying to develop an app for Iphone using Flash Builder / Flex Mobile. When i submitted to the app store it was rejected due to an invalid binary. I tracked this down to needing to update the Air ...
0
votes
0answers
24 views
Binding issues when migrating from Flex 3 to 4.6
Just migrated my application from Flex 3 to Flex 4.6 and found issues with Bindings and ChangeWatchers.
Snippet of code:
[Bindable]
public class Thing
{
private Boolean aVar = false;
public ...
0
votes
1answer
41 views
as3 MVC Using Arrays as Model Get/Set Variables
I am relatively familiar with the model-view-controller framework for actionscript 3. I have only used numbers and strings as variables in the model class. Now I am at a project that is basically an ...
1
vote
1answer
41 views
Get the XY position of the caret in TextArea
I need to get the XY position of the caret in textArea.
I already found a way to get the Y, but i dont know how to get X, can anyone help?
If any1 want to know, this is how i get Y:
var ...
0
votes
1answer
14 views
stagewebvie is not displaying page in ipad
I have written Code like
protected var swv:StageWebView = null;
private var url:String = new String(stringnaveed.text);
protected function view1_creationCompleteHandler(event:FlexEvent):void
...
0
votes
0answers
29 views
Flash Builder 4.7 Ant Build Issues
I hope some one out there can help.
I have a large project that uses Ant for release builds, that must be "Run in the same JRE as workspace"
This has always been fine in fb4.5 and 4.6 but in 4.7 ...
0
votes
1answer
61 views
Accessing native function and class names
Does anyone know how to access the names of all classes and their functions and variables available in the Action script (String, Array, Math...).
I am building some kind of code editor and i want to ...
1
vote
2answers
33 views
AS3 Multiple Webcams not showing 3rd webcam
Hi I'm trying to create a simple AIR 3 application that displays 3 Webcams on the stage. For some reason the 3rd webcam doesn't want to show, it doesn't even turn on the LED indicator on the webcam.
...
-1
votes
0answers
29 views
How to redirect from one view to another view in Flex Adobe Flash Builder?
is it possible to redirect from one View to second View after any time? I would like to use this operation, but no idea. It is mobile project. Thank you
0
votes
2answers
44 views
Flash builder 4.7 invalid or missing signing information
I just upgraded Flash builder from 4.6 to 4.7, Imported my previous 4.6 project, tested it, works fine, went to Project > Export Release Build, made the same Export build, signed with the same p12 ...
0
votes
1answer
36 views
Flex - drop down list stuck down if it opens alert dialog
I need to show a warning dialog after the users picks a certain choice in a drop down list.
It is a simple drop down list in flex (flash builder 4.6), that opens an alert dialog. When I do this, ...
0
votes
1answer
71 views
Do MXML apps using Apache flex 4.9.1 SDK automatically compile with falcon?
Did I get the following assumptions right?
ASC 2.0 is used to compile pure Actionscript projects,
Falcon is used to compile MXML apps,
Apache Flex 4.9.1 SDK automatically compile using Falcon ...
0
votes
0answers
59 views
Fill picture with color
I'm asking about ActionScript 3 code to fill attached picture with red color, then giving me message trace("100% painted"); when totally filled, and adding button to clear it again.
1
vote
1answer
62 views
Flash Builder 4.5 Standard License in 4.7
I have Flash Buider 4.5 Standard licence, and I would like to know if I can use my serial number with the newest version of FB (4.7)?
0
votes
1answer
33 views
How to get only the parent of the parent of the component
I am trying to apply the glow filter to the parent container of the parent container of the child, the event comes from the child.
so: [parent] has [another parent] which has [child]
Event is ...
1
vote
1answer
39 views
Multiple labels in a list item
I want to have more than 1 labelfield in my list it is currently pulling from a database below is my code:
<s:List id="list2" includeIn="hurlingprofile" x="0" y="63" width="480" height="687"
...
0
votes
1answer
25 views
how to fullscreen with keyboard input enable on flex 3.6a sdk? theres no class on StageDisplayState.FULL_SCREEN_INTERACTIVE?
i tried using fullscreen interactive using 4.6a sdk but i need to run my application on 3.6a sdk ..can somebody tell how can i solve this..i cannot change my flex application because some class are ...
0
votes
1answer
44 views
Adobe Flex/Air Project Importing an .as Class
I've just started looking at basic adobe air apps, however I feel im stuck at the first hurdle.
I've found a action script library for use from ...
2
votes
2answers
77 views
Detecting Orientation Change with Event Listener
I'am work on ActionScript mobile project , i'am using starling with AS3 , i try to add event listener to detect ORIENTATION_CHANGE event in starling class but it will not detect the change , if i add ...
0
votes
1answer
58 views
Button skin issue in Flex
I have created a button skin named HTMLBtnBlue.mxml, I created another skin with copy of HTMLBtnBlue.mxml and named it HTMLBtnYellow and changes up color to 0xF8C313.
code for HTMLBtn.mxml is as ...
0
votes
0answers
40 views
flash builder for iOS take a picture, encode or access data, then send to server
I have an application I wrote using Adobe Flash Builder 4.7. It works great. I started using CameraUI to take a picture and upload it to my server. I've been working on this simple enough task for ...
0
votes
1answer
11 views
How do you change the text size in the content assist window in Flash Builder 4.7?
I'm working on a Mac ox 10.8.3 with Flash Builder 4.7 and the content assist window all of the sudden has tiny unreadable text. Any way to make it larger?
0
votes
1answer
56 views
How to reconnect a dropped connection
I am working on re-connection of a user connection, after the user disconnects, due to slow internet connection. I need to get the user to connect back. The problem is, The connection is made ...




