Tagged Questions
Adobe's official IDE for the Flex SDK.
10
votes
1answer
217 views
Flash Builder best practice for working on multiple versions of a project
I have a large Flash Builder project that is part of a much larger (.net) solution. I typically have, for the entire project, a forward dev branch going, as well one or more bug fix branches. What is ...
8
votes
3answers
553 views
How does Flash Builder determine which sdk libraries to include?
When creating a new project in Flash Builder, how does it determine which sdk libraries to include in the build path?
If I create a new plain Actionscript project and select Flex 4.1 the following ...
7
votes
2answers
690 views
TODO tasks list in Flash Builder
Does Flash Builder support tasks list?
I'm testing Flash Builder for PHP, and I can see my // TODO in PHP code but not in AS or MXML.
I found this plugin:
...
6
votes
8answers
776 views
Should I be learning Flash/Flex/ActionScript or HTML/CSS/JS (“HTML5”)? [closed]
I'm fairly new to this whole web-development thing (2 weeks maybe, my 1st scraping of code exists here, I quite like it) and I ended up learning to use Adobe's Flash Builder 4, which I have come to ...
5
votes
1answer
100 views
making a label as a url link in flex builder
I need to make a label in flex as if you click on it you can open a specific URL let us say Google.
Any ideas?
regards.
5
votes
2answers
1k views
Flash Builder 4 Profiler: how to spot what objects are causing a known memory increase?
I know profiler questions can be quite general, but here I have a very specific question and example.
I know that in the following code (taken from Joshua's question), that an infinite number of ...
4
votes
1answer
69 views
Get Video from frames in Xuggler
I am trying to encode a list of images into a video using xuggler. I have got an array of buffered images. I am using the following code.
public void encodeImage(BufferedImage originalImage, long ...
4
votes
1answer
112 views
What does the “@” do?
Sometimes I see in a project im working at, the following:
text="@{myVar}"
What does that @ do?
Edit: text is a property in, for example, a TextArea component.
4
votes
1answer
39 views
Changing view states
hi guys my problem is when i create a button in state 1 and click on it according to code it should make a group in another state named as expand. However according to my code it is still making group ...
4
votes
2answers
70 views
Delete group containers in runtime in flex
i am trying to make a some groups within a predefined group at run time. i can make groups, the code is working fine. Now i have added two buttons in each group which is created in run time. now the ...
4
votes
1answer
33 views
Using the identifier of an object to change settings in flex
well i want this actually
<s:Button x="240" id="anything" y="80" label="User 4" click="click_Handler(event.currentTarget.id)" />
protected function click_Handler(s:String)
{
s.width ="xx" ;
...
4
votes
1answer
39 views
Making a group container from a button at run time in flex
i want to create a container at runtime when ever i push a button at different places on my screen, for start lets just create only 1x of such container using a button .
if anyone have ideas please ...
4
votes
3answers
76 views
In flex how can someone add both bold and border?
I am trying to make a text area in flex 4.5. The problem is i need some part of it as bold not all. Also i need border.
A simple code is
<s:TextArea text="Text here1 Text here2">
By ...
4
votes
1answer
862 views
Flex 4.5.1 View State Transitions, how to optimize for mobile
I have decided to go the route of using ViewNavigator and having one view with 3 states. Each state is a "page". It runs just fine on the desktop but when compiled for mobile, the transitions ...
4
votes
2answers
496 views
Releasing an ios mobile app built in flash builder 4.5 without apple certificate
I have a jailbroken iphone 4, and I want to create a release, an ipa file from a flex project I've written in flash builder 4.5.1, For testing purposes (on my device). Can it be done without buying ...
4
votes
10answers
398 views
Is Flash or Flex better to build a user interactive ordering “wizard” website?
i want to see if these "build a . . ." flash sites (to support a user customized ordering process) are done using regular flash or Flex?
Site 1
Site 2
Site 3
Site 4
All of these "walk a user" ...
4
votes
1answer
253 views
Spark form not showing up in flashbuilder 4
I am going through the flex in a week training and I'm trying to use the Spark form in Flashbuilder 4, but it does not appear in the components windows. When I drag a form from there it is an mx form ...
4
votes
4answers
867 views
Multi-line labels on flex (FB 4.5) buttons?
I'm trying to make a button in Flash Builder 4.5 that is multi-lined (specific line break, both are left justified), with the second line being italicized. I can do this by making a button, and ...
4
votes
4answers
163 views
Is it possible to read (and maybe change) the sources of the core Flash class files?
I would like to read the source of the flash.net.FileReference class. Is this possible? Where can I find the source files, do the come with the Adobe Flash or Flash Builder?
4
votes
1answer
318 views
Getting Flash UI components into Builder
I've recently been working on an app in Flash and have decided to move to Flash Builder 4 for the improved debugging and editing.
Problem is when I get to run the application, I get the error:
...
4
votes
2answers
923 views
Bundle and execute .app/.exe file with Adobe Air App
I'm building an Air app that uses an .app/.exe file as a bridge to hardware devices.
Ideally, I would like to include the executable with the Air app installer and launch the external program ...
4
votes
2answers
415 views
Thoughts on Adobe AIR for Android?
I may be assigned an Android project, and have minimal experience with Java but a lot of experience with Flash Builder. Does anyone have an opinion on Adobe AIR for Android, which lets you "publish ...
4
votes
3answers
2k views
Using Ant tasks with Flash Builder 4
Can someone help me get started with using ant in Flash Builder 4. I have never used ant before so I'm a complete novice. I will need to know how to get it installed in the first place, and how to do ...
4
votes
1answer
1k views
Flex Datagrid within repeater - Data bind warning
In my Flex app I am using a repeater to show a report on my database data. On this report the user can "drill-down" on the data to show more detail. In order to make this easier on the eye I have a ...
4
votes
1answer
434 views
Flex Interface method createAutomationIDPartWithRequiredProperties error
I'm currently creating a class that extends UIComponent in Flex 3, but when the flash builder try to compile show me some errors
1044: Interface method createAutomationIDPartWithRequiredProperties in ...
4
votes
1answer
312 views
Flash Builder 4 is suggesting mx1 instead of mx! why?
I just bought and installed the Flash Builder 4 after having the Beta for a while. The same code is giving me compile-time errors and suggests using mx1 instead of mx! If I make it mx1 the compile ...
4
votes
4answers
11k views
Adobe Flash Builder (flex4): addChild() is not available in this class.
I want to load an swf into a flex 4 application in order to use its classes.
var ldr:Loader=new Loader();
ldr.load(new URLRequest("file://path/to/fileswf"));
...
3
votes
2answers
84 views
Record h.264 video in Flash without streaming server?
Is it at all possible to save h.264 video from the Flash/Actionscript Camera (i.e. webcam) without needing a streaming server (like fms/wowza/red5)?
Where I'm also going with this is, I'd like to ...
3
votes
1answer
53 views
How to Cast the DisplayObject into MediaElement in as3?
Is it possible to Cast the DisplayObject into MediaElement.Am trying to add the DisplayObject into the MediaContainer, but I got the following error:
-1067: Implicit coercion of a value of type ...
3
votes
0answers
58 views
How can I set the output filename in Flash Builder 4? [closed]
Possible Duplicate:
Output filename in Flash Builder
Is there a way to set the filename for the exported swf file in Flash Builder 4 other than renaming the main mxml file?
Compiler ...
3
votes
1answer
99 views
Adding a border to a group in run time in flex
i am trying to make a group of spark type in flex at runtime.i am making a couple of buttons as children of this group in runtime. i want to add border to all group. however when i use border ...
3
votes
2answers
104 views
Compare two interfaces using “is”
I am not sure if I am missing something here. I would like to compare two classes that uses the same interface. Is this possible? I understand that the is operator compares classes, but is there any ...
3
votes
2answers
84 views
how to stop getting mouse click events in flex
I have made a hierarchy in which there is a main page, using add element i have attached a component mxml of type group. There is a single button on main page when clicked it should add children of ...
3
votes
2answers
77 views
calling another mxml function in other mxml file in flex [closed]
i have defined some functions in a component mxml file let us say
addbutton()
now i want to call this function in main mxml file.
How can i do that.
best regards
3
votes
1answer
78 views
Linking a webcam in a flex application
i am having a very strange problem while linking a webcam i xperience following error
ArgumentError: Error #2126: NetConnection object must be connected.
at flash.net::NetStream/ctor()
...
3
votes
2answers
98 views
centralized logging with flex
we're developing an application and we need for this and further projects a centralized logging. I know there is a build in log api in flex builder 4.5. And the loger has a log target. All i found is ...
3
votes
1answer
72 views
Flex Flash sending a HTTP request with a dynamically creating url
Hi I've been connecting to my Server side code using HTTP Services.
However I'm stuck on something that I think must be very simple but I'm just not seeing it.
I create a session and the server ...
3
votes
6answers
651 views
Implicit coercion of a value of type X to an unrelated type X
HiI have this error :
Implicit coercion of a value of type X to an unrelated type X
where X is the type of the object and yes it's type X to an unrelated type X.
It appears 6 times in my ...
3
votes
3answers
214 views
how do I use a vslider as the scrollbar for a list?
how do I use a vslider as the scrollbar for a list? I've got this, but can't figure it out from here:
<?xml version="1.0" encoding="utf-8"?>
<s:Application ...
3
votes
1answer
190 views
How to dispose GC Root YES object with 1 unknown path?
I am in a very peculiar situation here with my AS3 code. I was profiling my app in Flash Builder 4.5.1 as it seemed that it wasn't GC-ing some objects properly.
Can somebody advice me as to how to ...
3
votes
3answers
736 views
AIR 2.7 for iOS playing audio in the background?
Update
With the latest Adobe AIR 3 Beta, Adobe added this functionality to their SDK.
http://labs.adobe.com/technologies/flashplatformruntimes/air3/
iOS Background Audio Playback Support — ...
3
votes
1answer
132 views
Library to create Schematic maps (ie; Tube, metro maps) in flash
I have a project that requires me to create interactive schematic maps for rail networks. Something along the lines of London's tube map (Not the tube map itself. Are there any flash libraries out ...
3
votes
1answer
261 views
execute remote SWF in AIR Security Sandbox
I try to download an external SWF and run it within the AIR security sandbox.
this is the code of the AIR application:
public class Downloader extends Sprite
{
private static const ...
3
votes
1answer
97 views
How do I create a Treemap and depict it through flex?
So basically what I'm trying to do is make something like this:
http://store.kapit.biz/demo/treemap/prod/index.html#
I've searched long and hard to find a site that would show me some pseudocode (at ...
3
votes
3answers
662 views
Launch EXE (Serproxy) with Adobe AIR
I'm developing an AIR application in Flash Builder (Flex) and I needed the option to communicate with a serial port on the computer. So I'm using Serproxy to help me with that.
I want to be able to ...
3
votes
3answers
270 views
How to do CPU profiling in Flex?
I have seen the Profile Window in Flash builder, but it shows data only useful for memory profiling. How can we do CPU profiling for applications?
One of my UI operations is very CPU intensive and I ...
3
votes
1answer
294 views
Find unused variables in Flash Builder 4 (like Eclipse for Java does)
Eclipse has a built in functionality to find unused variables (and methods too I guess). Flash Builder 4 is built on top of Eclipse but it doens't have that functionality. Do you know any plugin to ...
3
votes
2answers
1k views
Flash Builder and iOS
I have download Flash Builder 4.5.
When I install it, I also check 'Air for Apple iOS support' to install it too.
But when I create a new Flex Mobile Application, at the second page, I can chose the ...
3
votes
1answer
105 views
new locale in flash builder (czech)
is any site where can i get sdk locale files for flash builder? i need czech locale
thanks for help
3
votes
1answer
276 views
How to integrate Flash Professional and Flash Builder?
I'm an AS3 developer used to working with Flash Builder. I'm working with a designer who's using Flash Professional to design sprites and backgrounds for a game. I'm looking to create an integrated ...