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
0
votes
1 answer

how do I access image height & width, image resolution, file size using adobe flash builder 4.6?

My desktop AIR app has an area for drag n drop images. The images are assumed to be from the Local Disk where the app is running on. The drag n dropped images will be zipped up into a zip file and then uploaded to a server. The images are usually…
Kim Stacks
  • 10,202
  • 35
  • 151
  • 282
0
votes
1 answer

Flash Builder Localhost works 100% Remote Host just shows title of Object for every entry

I have finally gotten my Flash Builder to look at my remote services but now I have a problem that my Remote information, which should be the same except for alot more entries, just displays each object with the title [object Object] I have had a…
JESlabbert
  • 160
  • 2
  • 13
0
votes
1 answer

Flash Builder 4.6 Mac installer fails

I tried to install Flash Builder 4.6 tonight and the installer fails. Per the on line directions I first uninstalled FB 4.5. Now I cannot get either the 4.6 installer or the 4.5 installer to work. Both fail with a nondescript error "The installer…
user278859
  • 10,379
  • 12
  • 51
  • 74
-1
votes
1 answer

Dynamic positioning of text area and text input in flex

I need to create a fill in the blanks question where the question text will be loaded dynamically through xml. I don't know the length of the question. I have to place a text area for question and text input for answer. The positioning of these…
siva
  • 525
  • 2
  • 14
-1
votes
1 answer

Establish UDP Connection from SWF File

I created a sample application to test UDP speed from my local machine to server. to achieve same i created Action Script Project for Web using Adobe flash Builder where i am unable to get class flash.net.DataGramSocket. and same package is…
Yogesh Prajapati
  • 4,770
  • 2
  • 36
  • 77
-1
votes
1 answer

Looking for an example of a dynamically created Spark.DataGrid in Flash Builder

I'm trying to create a DataGrid dynamically in Flash Builder AS3 code (not in the markup) but can't get any data to display. Here's how I'm created the grid: for (var i:int = 0; i < numOfWinners; i++){ if (list[i].Name[0]) …
jbassking10
  • 833
  • 4
  • 15
  • 42
-1
votes
1 answer

How to access parent or wrapper variables from an AS3 Worker Class

I am using Flash Builder 4.7 and have created a Worker Class. Below is the code: package co.fuix.mobile.system.model { import flash.display.DisplayObjectContainer; import flash.display.Sprite; import flash.events.Event; import…
1 2 3
11
12