Questions tagged [flex3]

Adobe Flex is a software development kit (SDK) released by Adobe Systems for the development and deployment of cross-platform rich Internet applications based on the Adobe Flash platform.

Flex applications can be written using Adobe Flash Builder or by using the freely available Flex compiler from Adobe.

The release in March 2004 by Macromedia included an SDK, an Integrated development environment (IDE), and a Java EE integration application known as Flex Data Services. Since Adobe purchased Macromedia in 2005, subsequent releases of Flex no longer require a license for Flex Data Services, which has become a separate product rebranded as LiveCycle Data Services. An alternative to Adobe LiveCycle Data Services is BlazeDS, an open-source project that started with code contributed in 2007 by Adobe.

In February 2008, Adobe released the Flex 3 SDK under the open source Mozilla Public License and so Flex applications can be developed using any standard IDE, for example Eclipse.

Source: http://en.wikipedia.org/wiki/Adobe_Flex

2777 questions
0
votes
3 answers

how to use mxml component in another actionscript

how to use mxml component in another mxml component actionscript code for ex. in my main mxml file private var warningMessage:Warning;//this is variable if (!_controller.flashVars.chatSession || _controller.flashVars.chatSession == "") …
0
votes
2 answers

Does FlashPlayer 10 support MP4 and AAC audio codecs in addition to MP3?

I am developing an Audio Player application in Adobe AIR with Flex SDK 3.2. I wanted to know if i can play songs in other audio formats?
midhunhk
  • 5,560
  • 7
  • 52
  • 83
0
votes
1 answer

CollapsibleAccordion label not visible problem when migrated from Flex3 to Flex4

The CollapsibleAccordion. I have two canvas inside the CollapsibleAccordion, and everything works fine, but the only problem is that i am unable to see the labels when I migrated my code to Flex4 from Flex3. The code for this problem is…
Zeeshan Rang
  • 19,375
  • 28
  • 72
  • 100
0
votes
1 answer

Flex : Soap Response cannot be decoded, Decoding Error

[RPC Fault faultString="SOAP Response cannot be decoded. Raw response: " faultCode="DecodingError" faultDetail="null"] I get this error in flex 3.2 compiled application. this error is caught by webservice fault handler. this error could not…
prabhakaran
  • 1
  • 1
  • 3
0
votes
1 answer

Flex referring to Image from the SWC file

How do I reference an image in Flex that has been included in the SWC file?
raja
0
votes
1 answer

Year calendar in flex

I need to do the calendar look like this link http://www.homelifeweekly.com/wp-content/uploads/calendar-year-printable.jpg Can I do that? If not, any ways to do?
user702160
  • 113
  • 1
  • 4
0
votes
3 answers

how to execute a shell script and get back his result from a windows station with java?

i'm trying to execute a shell script from a j2ee application (made with flash builder 3, spring, apache cxf) et get the result of its execution in my flex interface. the problem is my application is on a windows 7 station and i don't know how i can…
sm1988
  • 71
  • 1
  • 2
  • 4
0
votes
2 answers

.mov format support in flex 3

Which version of .mov file is supported by flex 3 ? [Scenario :- I have created custom audio player and trying to play .mov file,but some of them are playing and some not]
vk007
  • 361
  • 1
  • 3
  • 8
0
votes
2 answers

how to use this as class code in mmxl aaplication?

I have taken this code from one of my friend,but in real it is totally mess there are plenty of error i am getting by running this code,i have some question How i can use this code in mxml application,as we know we can not use public class in mx…
0
votes
1 answer

Pop up in flex tree item renderer

I have an mx:tree with with TreeItemRenderer as below. Parent1 (Delete | Rename) Child1 Child2 Parent2 (Delete | Rename) Child3 Child4 Delete and Rename are link buttons Now when i click Rename a popUp should be shown like …
0
votes
1 answer

could not resolve to component implementation error in flex

I am getting the following error ... could not resolve to component implementation What does this mean and how can I resolve it?
0
votes
2 answers

How to Connect Flex to HTTP

I have created a project in Flex Builder 3 and I do not think it is connecting to the HTTP I have assigned. It is a blog application, that is connected to a database with a PHP page. When I view the application on a HTML page, the text fields are…
Keisha
0
votes
3 answers

How to show different images for a single button?

How to show different images for a single button? It should show different images when the mouse pointer is over the button and out of the button.
0
votes
1 answer

Flex 3 Zendamf Remote Debugging

I'm having some problems debugging my zendamf remote. I'm on a Mac running MAMP. I've got Flex 3 with the SDK 3.6 and Flash Player 10. I've got Charles running. I don't see anything too weird although, I'm not sure what I should be looking for. I…
Laxmidi
  • 2,650
  • 12
  • 49
  • 81
0
votes
1 answer

WindowShade and CollapsibleAccordion problems, migrating from Flex3 to Flex4

I have two problems in my code: First: is with the WindowShade. I have a WindowShade in my application, and the moment I click to run this everything just hangs up. This was working fine when I was using the Flex3 to compile. The code looks like:…
Zeeshan Rang
  • 19,375
  • 28
  • 72
  • 100