Questions tagged [flash-builder4.5]

Adobe Flash Builder4.5 is an Eclipse based IDE for Flex application development.

This IDE helps developers to develop Flex based application for Web,iphone and Android.Licenses can be obtained for Flash builder 4.5 from Adobe. It is also bundled with Adobe Creative Suite 5.5 Web Premium and Adobe Creative Suite 5.5 Master Collection.

172 questions
1
vote
2 answers

Make flashbuilder automatically copy compiled swf

I don't know much about ant and I'm having trouble finding an example where I just copy a swf after it is compiled in flashbuilder. I'm working with a very small swf and I have it set to "build automatically" since the compile time is < .5 sec. I'd…
Shane
  • 4,921
  • 5
  • 37
  • 53
1
vote
0 answers

SWF not showing up when server is running

I have a very simple HTML page which loads a swf using swfobject. If I just have all three files in the same folder then when I double-click the HTML page in the Finder(mac) or Windows Explorer (windows) everything works fine. However, when I run…
David
  • 703
  • 1
  • 15
  • 31
1
vote
3 answers

Flash Builder AS3 How to Show Tips for Unused Variables and Functions?

I am used to FDT, and I really liked how if you declared a field variable (class variable) but did not use it in the class, it would give you a warning. At my new workplace, though, it is Flash Builder exclusively. I'm not too unhappy because Flash…
1
vote
2 answers

AS3 - TextField: Embedded font

This code will not render text to the screen. Changing, drawText.embedFonts = false; Renders text, but font size doesn't modify or the color. package { import flash.display.Sprite; import flash.text.TextField; import flash.text.TextFormat; import…
1
vote
1 answer

how to stop / pause geolocation on android

Im experimenting with flashbuilder 4.6 and am using this simple / bare-bones geolocation code I found online to do some testing as I try to learn more about it and how it might be used... one thing I am curious to know is how to stop / interrupt…
tamak
  • 1,541
  • 2
  • 19
  • 39
1
vote
3 answers

Create SWF video of images through Adobe Flex

I don't know whether it's the right place to put this up. But I've been trying from past 12 hours and haven't found anything related. I'm creating a Adobe AIR project (which'll run on desktop), it'll ask for image locations on the local pc. After…
coding_idiot
  • 13,526
  • 10
  • 65
  • 116
1
vote
0 answers

Applying Item Renderer to Flex Advanceddatagrid

I'm trying to apply a custom item renderer to a Flex AdvancedDataGrid. I'm testing right now by applying a solid black square to the parent nodes @ depth="1". The black square is not the final item renderer, I just want to make sure I can apply a…
1
vote
1 answer

Can I add a scrollbar to a flextras DropDownList?

My GUI has a that gets filled with an ArrayCollection that gets populated in my business layer. In this instance, it is used to list the 12 provinces in Canada. I've read through…
user1735181
1
vote
0 answers

Is there a way to link to console text to source code in Flash Builder?

Is there a way to link to source code in console text in Flash Builder? It is the same as this question but for Flash Builder. How to get Eclipse Console to hyperlink text to source code files?
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231
1
vote
1 answer

AIR: Linker error with 3rd party iOS native extension

I am currently trying to incorporate an .ane into my iOS application. The .ane is provided by a 3rd party and I do not have source for it. I have linked the accompanying .swc into my project (external linkage as recommended by both Adobe and the…
cstays
  • 243
  • 2
  • 8
1
vote
1 answer

Set Flash Builder 4.5 mobile application TextArea background color to black and font color to white

I am creating a dummy mobile application in Flash Builder 4.5. In application code I am using a TextArea and I am adding and removing TextArea on rum time. Now I want to set TextArea background color to black and font color to white. How can I do…
Vivek
  • 663
  • 2
  • 13
  • 40
1
vote
1 answer

Set Flash Builder 4.5 mobile application VGroup background color to black

I am creating a dummy mobile application in Flash Builder 4.5. In application code I am using a VGroup and I am adding and removing elements on rum time. Now I want to set VGroup background color to black. How can I do this?
Vivek
  • 663
  • 2
  • 13
  • 40
1
vote
1 answer

Flex SWFLOADER.CONTENT weird

Following creation complete event not working on remote server.Working fine on local. enter code here protected function completed():void { myloader.visible=true; …
0
votes
2 answers

adobe flash builder 4.6 keeps showing "not responding" previously did not happen. why is that the case?

I have several Adobe Flash Builder projects for 4.6. in the main template mxml, i have something like this:
Kim Stacks
  • 10,202
  • 35
  • 151
  • 282
0
votes
3 answers

How to update Flex SDK in Flash Builder 4.6

As an owner of Flash Builder 4.6 I'm struggling with 2 problems in my web application: XML parsing makes the whole application sluggish Russian input in TextInput doesn't work with Opera I wonder, if there is a new Flex SDK available for download,…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416