Questions tagged [flexbuilder]

Adobe Flex Builder is the former name of Adobe Flash Builder.

720 questions
1
vote
4 answers

How to add additional files to adobe air installer?

I've created an AIR application, but it uses an external SWF for extra functionality. I want that SWF to be included in the install, but currently it's not. Is there anyway I can get FlexBuilder or any other tool to include this extra file in the…
Mark Ingram
  • 71,849
  • 51
  • 176
  • 230
1
vote
0 answers

Flex app and CSS with 960

I am using the 960 grid system and I want my flex app to display inside this structure:
Flex App here
I added this markup to the html wrapper created by Flex, but…
pelachile
  • 587
  • 1
  • 5
  • 16
1
vote
1 answer

Question about Task management, threads and other foes in flash builder

I'm building a simple task manager that will at this moment execute tasks in a serial manner. I have been reading about threads in flex and it seems it is not quite clear/prepared for real threads. What I'm looking at this moment is a way to execute…
1
vote
2 answers

Flex 4.5 Scope Problem Between States

I am creating an interface that has a few different states for the different steps. For those steps, there is data that I am pulling in from a database to fill certain fields. As of right now I am doing one db query to get all of the data back and…
1
vote
1 answer

Error in Flex webapp with TabNavigator loaded using SWFLoader - WebKit browsers

I use a flex app (A) to load another flex app (B) using SWFLoader (both built using Flex Builder 3 sometime ago). Everything works fine as expected across all (IE, FF, Chrome, Safari) desktop browsers. However, if I use a TabNavigator within the…
klem
  • 11
  • 1
1
vote
1 answer

how to use actionscript components code in mmxl components

how i can use actionscript component code in mmxl components,as in actionscript components we use classes ,but in mmxl component we can not use classes function, so how i can use actionscript component code in mmxl component example,, this is…
1
vote
1 answer

Flex: Adobe Flash Builder with MXML: HTML Progressive Streaming doesnt work!

I am using progressive streaming with VideoDisplay, the HTTP URL provided gets buffered completely even if I have configured it to start playing the video when the buffering reaches 20%, the trace message shows that the playing started(using mozilla…
1
vote
2 answers

override public function initialize() error in flex

i want to know what i should put befor .mx_internal override public function initialize() : void { var target:DialogButtons; var watcherSetupUtilClass:Object; .mx_internal::setDocumentDescriptor(_documentDescriptor_); …
1
vote
2 answers

error parsing stylesheet c:\\path\demo\src\demo.xxml in flex

I have include css code in my xxml application,but i m getting error error parsing stylesheet c:\path\demo\src\demo.xxml below is my code thanks for help in advance .friendRendererToolTip { borderStyle : errorTipAbove; …
1
vote
2 answers

SharedObject (Flex 3.2) behaving unexpectedly when query string present in URL

Summary: The behavior detailed below seems to indicate that if your app at www.someplace.com sets/retrieves data via a SharedObject, there is some sort of .sol collision if the user hits your app at someplace.com, and then later at…
1
vote
1 answer

Multi page database application in Flash Builder - how to access/call different screens?

I am trying to create my first real world application. It's a database driven (via Web Services) application in Flash Builder 4. The application will have over 30+ different data entry form screens, list screens, search screens etc that all use…
user705392
1
vote
1 answer

When to use ContainerMovieClip and when to use UIMovieClip?

I am using Flex with Flash Builder 4 and it provides two classes to work with Custom Flash Professional components, the ContainerMovieClip and UIMovieClip. I am confused on when to use a ContainerMovieClip and when to use a UIMovieClip. Since…
RaamEE
  • 3,017
  • 4
  • 33
  • 53
1
vote
2 answers

Anyone else have Eclipse 3.4 with Flex Builder crash constantly due to OOME?

I should first say that I'm pretty familiar with configuring Eclipses memory settings. I'm currently using a variant of one of the posted…
Jason Maskell
  • 1,716
  • 1
  • 17
  • 26
1
vote
2 answers

Getting computer name in Adobe AIR

Hi all: Can anyone tell me how to get local computer name using Adobe AIR. Please reply me as soon as possible. Thanks in advance.
Mudasir Bhutto
  • 468
  • 1
  • 11
  • 24
1
vote
2 answers

How to make testing process automatic flex release?

I posted the same question but I think it was not so clear. Now I am rephrasing my question with real problem. I have a flex application. It is basically a web application. On it I have a player that play avi files and some buttons and tabs along…
Sarfraz Ahmed
  • 1,349
  • 6
  • 23
  • 43