FlashBuilder 4 stands for the version 4 of Adobe Flash Builder - an IDE based on Eclipse used for building Flex/Flash applications.
Questions tagged [flashbuilder4]
109 questions
2
votes
3 answers
Flash Builder "Unable to Connect" error
I am trying to debug a Flash Web Application using Flash Builder 4. However, I keep getting this error:
Unable to Connect
Unable to connect to
the application to fetch profile data.
Please try profiling the application
again.
I am using Internet…

Paul Reiners
- 8,576
- 33
- 117
- 202
2
votes
3 answers
string.search(".") always return 0
I am work in Flash Builder 4.
Create e-mail validator on Flex.
Have this code
public var s:String="";
public function checkSumbols(_s:String=""):Boolean {
s=_s; //e-mail address (input mail@supermail.com)
var hDog:int=0;…
user241423
2
votes
1 answer
TLFTextField taking device fonts automatically in Flex Application
I am using a Flex Application,It can load external font swfs,Now I am using TLFTextField,Eventhough I set a embedFonts = true, It still taking the device font,How to stop it.
In adobe Documentation it is mentioned that, TLFTextField takes fall back…

kanchana kumar
- 35
- 4
2
votes
4 answers
How to use an external actionscript file with flex
I'm building a Flash 4 Builder project and want to use an external actionscript file. Here is the structure I used...
http://img704.imageshack.us/img704/794/schermafbeelding2010121b.png
So, I want to be able to connect "actionscript.as" to the…

Michiel
- 7,855
- 16
- 61
- 113
2
votes
6 answers
Flash Builder 4 not finding classes, autocomplete not working
For some reason Flash Builder 4 doesn't autocomplete any more for new projects I create (either pure Actionscript or Flash Pro projects). But for previous projects it still works fine.
For instance when I go to create a new actionscript class, when…

markstewie
- 9,237
- 10
- 50
- 72
2
votes
0 answers
Mac zip file download issue size greater than 2 gb with cURL
I am creating an application with flex(sdk 3.5) for MAC which uses zinc-mdm,curl and flex 3.5 sdk. This application has a bookshelf(tilelist) displaying icons of the ebooks, which on clicking will first load the zip file from the remote location and…

user3107515
- 21
- 1
2
votes
3 answers
HelloWorld in Flex using flash builder 4.6
My code is as follwos;
1, ) Both the label and the button are overlapping. and how can i fix that ? (I know that the layout is set to absolute by default, but when i removed the minWidth="955" minHeight="600" and included layout="horizontal" i got…

Illep
- 16,375
- 46
- 171
- 302
1
vote
1 answer
Compiler error using all Flex charting components using 4.1 SDK w/Flash Builder 4
Why do I need to do add extra namespace declarations (below) in a Flex 4.1 "MX only component set" project to get it to compile within Flash Builder? (It says mx:LineChart cannot be resolved when a chart is added via Design View, and…

Mifune
- 370
- 1
- 5
- 14
1
vote
3 answers
Dynamically creating a CheckBox with ActionScript
Here's what I have so far,

John
- 13,197
- 7
- 51
- 101
1
vote
2 answers
How to stop Egit committing additional source folders in Flash Builder
I'm using Flash Builder 4.6 (Eclipse 3.7) and Git (eGit plugin).
My project has some additional source folders configured under "Build Path > Source path". When I run a commit, for some reason eGit sees these external files and wants to add and…

Fletch
- 4,829
- 2
- 41
- 55
1
vote
2 answers
Flash Builder 4 output window too large
So the issue is that whenever I run the flash movie, the display in the browser (Chrome) ends up being like 30% larger than the browser is when fully maximized. In reality, it should be running in a 800x800px environment. I've tried messing with the…

CodedMonkey
- 458
- 1
- 7
- 17
1
vote
2 answers
Flex multi-page form for Android
I want to use a flex multi-page form on thew newly released Adobe AIR for android platform. I have a sequence of 30-40 screens on the form and the user can exit in between(storing the partial data entered). Is there a sample application for this, or…

iceman
- 4,211
- 13
- 65
- 92
1
vote
1 answer
Is Adobe Flash Builder 4.5 good enough for cross platform applications
I am planning to develop a outlook based app for cross platforms(iPhone,blackberry playbook and andriod).I recently heard about the adobe flash builder 4.5.1 update to support these platforms using flex framework and action script. I would like to…

Fedrick
- 527
- 2
- 8
- 26
1
vote
1 answer
How can I use Actionscript to clear data from datagrid?
I have a flex datagrid that I would like to remove contents from after a button click event. If I use the removeItemAt(myGrid.selectedIndex) method it works fine but the removeAll() method does nothing. The addData() function you see here takes…

smulholland2
- 1,143
- 2
- 14
- 28
1
vote
1 answer
Flashbuilder 4 and Clearcase plugin
I am running flash builder 4 plugin on eclipse Ganymede 3.4.2
I'm trying to install ClearCase plugin for eclipse but it is giving me no repository found errors. Has anyone run into this? I saw a workaround on a Java forum but it doesn't work in flex…

fumeng
- 1,771
- 5
- 22
- 61