Questions tagged [flexbuilder]

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

720 questions
0
votes
1 answer

Issue with LinkButton mouse event

Hi I have 2 mxml files in which .... CustComp.mxml private function onLinkClicked():void{ dispatchEvent(new…
0
votes
1 answer

Flex/Flash Builder stand alone has a duplicate "Open Resource" menu

I've seen an issue a few different installations whereby the Open Resoure menu open in Navigate appears twice, which wouldn't be a problem if it didn't disable the CTRL+SHIFT+R shortcut to it. I've seen it affect both Flex Builder 3 and Flash…
Richard Szalay
  • 83,269
  • 19
  • 178
  • 237
0
votes
1 answer

Charting components in Flex 4 opensource SDK

Charting components in Flex 4 opensource SDK are free or not. Is there any difference between Opensource Flex SDK 4 and Free Adobe Flex SDK interms of charting components. will we need to get license if we use it for commercial purpose...? Any help…
0
votes
2 answers

Problem with running PHP file with the Release of Flex project

Problem: I call a PHP file using an HTTPService. I set the result of this HTTPService to a function which populates a testTextArea with whatever the PHP file has returned (echoed). This work fine when I run the application from flash builder i.e. I…
Uthman
  • 9,251
  • 18
  • 74
  • 104
0
votes
1 answer

Problem with showing data in Accordian using an XML file and VBox container

I am using an XML file to populate my Accordian. But I am missing something which is not showing the labels of VBox in the Accordian. I am trying to get the labels from my XML file i.e 'name' of each user should appear on each Vbox in the…
Uthman
  • 9,251
  • 18
  • 74
  • 104
0
votes
1 answer

How do I access an array of objects of arrays?

I have a chart and am trying to display the "volume" in a line chart as the primary series & the "temp" as a column chart as the secondary series...(the "compound" will be shown in the datatip): [{date=Tue Feb 08 19:00:00 EST 2011, volume=1200,…
user_78361084
  • 3,538
  • 22
  • 85
  • 147
0
votes
1 answer

Flex 4 spark Video Player how to play from currentTime

there are 4 Videosource so that the user can switch between it with the same progress of Video. How can I implement this? The funktion seek(time:duration):void dosn't really work. :-( my Code that I use:
Muuh
  • 11
  • 1
  • 3
0
votes
1 answer

Flex PHP service

Already tearing my hairs out for a couple of days. There is not much left of them ;-) I am experiencing a strange problem when I want to bind a service to a button or something else: files: - CDPC.php
Wimmerke
  • 61
  • 2
  • 6
0
votes
1 answer

Flex/Adobe Air application as service

Is it possible to develop flex/Air application as a service. The application doesn't require any GUI it should run as service in embedded Linux/Linux/Windows.
Vikram Ranabhatt
  • 7,268
  • 15
  • 70
  • 133
0
votes
2 answers

Flex Builder 3: syntax coloring, add keyword

I wish to know where I can add Keywords for the syntax coloring in Flex Builder - i need to extend it a little for my own sanity.
Kasper
  • 1,282
  • 4
  • 20
  • 39
0
votes
2 answers

Flash Builder: Unable to Export error

I have a a few Flex Builder 3 projects (SDK 3.2/3.5) that I imported into Flash Builder 4. They run fine in debug mode (IE, Firefox, Chrome), with all the swf's and swc's appearing in the bin-debug folder. But, when I try to do an Export Release…
Drenai
  • 11,315
  • 9
  • 48
  • 82
0
votes
2 answers

Flex4 add scrollbar to application

I am trying to create a login page with minHeight=600 and minWidth=800. If a user resizes to smaller resolution, only then add scrollbars. I followed tutorial. Code: Main.xml