flex3

SWF (Flex created) In JSP

I created a Flex project, now I want to import it into the JSP, so I have just taken the 'noscript' section and have added to my jsp. But the porblem is that the swf file does not play, any help? Here is the piece of code <noscript> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="TeamStructure" w...

How do I Get Started Using Flex and Ecplise Without Using Flex Builder?

Hello All, I am a ASP.NET web developer who wants to learn Flex and Actionscript. I want to first learn how to develop web applications using Flex without having to pay for Flex Builder. From what I have researched so far there is a way to get Flex working with Eclipse and I did stumble upon this website: http://systems.tinuum.net/?p=5...

Module communication ….

I’m working on a single modular application which has several levels and on these levels I do have a module which I use as a ‘Main Carrier module *’ for other sub modules. Now one of these Sub modules has a component attached, and I do need to ‘CLICK’ a button in that component which in return activates a certain ‘Click of a Button’ in t...

How to draw a circle in Flex MXML file?

In my MXML file, I have a tab navigator with three vboxes. <mx:TabNavigator width="624" height="100%"> <mx:VBox label="Currents Quote" width="100%"> </mx:VBox> <mx:VBox label="Quote Comparison" width="100%"> </mx:VBox> <mx:VBox label="Reports" ...

How to remove the gap between the bars in a bar chart

I have created a Bar chart(having total 4 bars), wherein there is a gap between these bars. Kindly let me know , how to remove this gap between the bars as there is no inbuild property available... Thanks & Regards, Narender R. ...

Building charts in Flex Builder Professional

Hi I have Flex Builder Professional Ver 3 (Built with Eclipse) version. I need to build an application with charts. The problem is that there are no charting components to be seen. There is no datavisualization.swc file in the libs folder. What could be the problem? Any ideas? Regards, Vinayak ...

Flex Profiling (Flex Builder): comparing two results

Hi Friends, I am trying to use Flex Profiler to improve the application performance (loading time, etc). I have seen the profiler results for the current desgn. I want to compare these results with a new design for the same set of data. Is there some direct way to do it? I don't know any way to save the current profiling results in histo...

How can I allow the user to type a TAB character in a Flex TextInput control?

I want to modify the Flex 3 TextInput control to accept a tab character as valid input (The app allows the user to enter an arbitrary delimiter string for file output formatting, and tab is a common use case). However, clearly in the default implementation the tab key changes the form focus away from the selected control. What I want, ...

Can't understand the exception in Flex?

I was trying the flickr code provided in the learn.adobe.com website, and I am getting this exception: [RPC Fault faultString="Error #1090: XML parser failure: element is malformed." faultCode="Client.CouldNotDecode" faultDetail="null"] at mx.rpc.http::HTTPService/http://www.adobe.com/2006/flex/mx/internal::processResult()[C:\autob...

flex3 highlight the datagrid column

hi All, How to highlight the data grid column? Thanks. AravindakumarThangaraju. ...

programmatically stream audio with NetStream

In Flex you can stream microphone audio to an FMS/Red5 server using NetStream.attachAudio, which requires a Microphone object. Is it possible to stream audio through the NetStream from somewhere other than a Microphone? For example, from a file/embedded resource? The reason I'm asking is that I'd like to be able to run automated tests...

Mixing Flash and Flex-compiled ActionScript code through a runtime shared library

Hello, we are two people working on a Flash application. I work on some ActionScript 3 code, which I compile to a .swc file using the Flex SDK on Linux. My colleague uses the file as a library for his .fla file in the Flash IDE, uses my code in his scripts, creates MovieClip and Sound objects with the classes it provides, and builds the...

Flex List Component with Checkbox

I am trying to add a checkbox to a List component in my application and everything works seeming well until I scroll through my data. As I scroll vertically in my List, any checks I may have added start to get added to other items in my List, sometimes the original item I checked is not even checked anymore. For example, my List height ...

getting Deep into Flex

The better you understand what you are doing, the better you will do it. I want to get Deep into Flex . I did some simple Event-Handling and The better you understand what you are doing, the better you will do it. But i have i big question: What does the Compiler do ?! What happens with the MXML file ? lets say we have a simple...

Http DataInfo used with resultHandler ...

Hi there, I use this resultHandler and instead of using my data with four(4) separate field I would like to use the following code in one field. and as a one line read out? E.g (title + "." +firstName + " " + middleName + " " + last Name) = (Mr. Harald E. W. Buttweiser). I get it with static Xml e.g. models but cant find the right way ...

Date/Time conversion problems from Rails to Flex?

I am getting the following error: TypeError: Error #1034: Type Coercion failed: cannot convert "2010-01-02 23:28:17 UTC" to Date. I am using WebORB to transfer data between Rails and Flex. The data coming from Rails is of type: 'ActiveSupport::TimeWithZone'. I am trying to assign it to a Flex 'Date' data type. What am I missing? ...

Why is there a problem when using Adobe Flex 3 saying that there is a parse error?

I know that a parse error means formatted unproperly, but I don't know what's wrong. It has the error right here: <mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> It is in my main.mxml file. I am trying to make a game application. This is what it shows for the error: Severity and Description ...

object disappears after move in flex 3

I am trying to prepare a simple animation of photos in flex. I got most of it done but when ever i do the following <mx:Sequence id="bird" target="{birdImage}"> <mx:Move xFrom="-100" yFrom="-100" xTo="100" yTo="100" duration="700" effectEnd="{bird2.play()}" easingFunction="mx.effects.easing.Quadratic.easeIn" /> </mx:Sequence> The ...

Unselect Flex TextInput with enter key

In Flex, how can one set the TextInput to "unselected" (which mean not only focus is out but also, that if you text on your keyboard, the TextInput won't be changed) on the event of pressing the Enter key? I know how to change the component that has the focus using the FocusManager, but I don't want to change the component that has focus...

Special characters in Flex

I am working on a Flex app that has a MySQL database. Data is retrieved from the DB using PHP then I am using AMFPHP to pass the data on to Flex The problem that I am having is that the data is being copied from Word documents which sometimes result in some of the more unusual characters are not displaying properly. For example, Word ...