flex3

text/HTML editor component for Flex 3

Hi, I am looking for a simple HTML Editor component in Flex-3. I tried googling but could not find any proper component which are ready-to-use. My requirement is - 1. The Editor should support text and HTML. 2. There should be a preview window as well. Thanks , Miral ...

Fxcomponent: Flex video player issue

I'm using the fxcomponent: Flv video player to play my flv/mob files. You may get it from here. Now, player works perfectly as shown in their site, but when I try to use the FXVideo control in popup window (popup manager help is here), the component gives mirror image!, strange, I didn't change any code in that. So can any one help me...

first value should be select byDefault in the Advanced datagrid while loading th data in flex

hi, I have a advanced datagrid with data. if click on the any one of the data, based on the data below chart is plotting. But now my requirement is While loading the advanced datagrid data, the frst value select by default and plot the chart. Can any one of you know , how to select the first value while loading the data from server in a...

generating and displaying dynamic tables in adobe flex / flash / AIR

All, I have a adobe AIR application. In the app, I need to be able to create dynamic tables where I can display images and text. Dynamic in the sense that data in the table can be added, removed, modified, and table that is displayed changes to reflect the modifications. For example, the table contains 3 rows and columns, where there is...

How to localize Flex/Actionscript "enums" to ensure bindability?

I have a simulated enum as follows: public class Sport { public static const BASEBALL:Sport = new MyEnum("Baseball", "Baseball ..."); public static const FOOTBALL:Sport = new MyEnum("Football", "Football ..."); public var label:String; public var description:String; public function Sport(label:String, description:S...

flex form submission

Your function would look like this: submitForm():void { var req:URLRequest = new URLRequest("http://localhost/c/x.php"); req.method = URLRequestMethod.POST; var vars:URLVariables = new URLVariables(); vars.yourVar = 'yourValue'; req.data = vars; var ldr:Loader = new Loader(); ldr.load(req); } ("Error #2044: Unhandled IOErrorEvent:. text...

Flex Starting tutorial?

I want to start developing with Flex3. Anyone can suggest some good free starting video tutorial/lecture and free online books available. its will be very helpful for me ...

How to show HTML in radioButton in flex3/4

I want to show underline and strikethrough text(asdb etc) in a radiobutton control, there is no htmlText property to make use of. Is there any way to do so? ...

Changing the background image of HBox

Hi, I have assigned a logo image of my software to HBox as follows - <mx:HBox id="logoBox" width="98%" textAlign="left" backgroundSize="100%" horizontalAlign="left" height="18%" backgroundImage="images/img_header_new_3-bg.jpg" verticalAlign="bottom" backgroundColor="#1573A4"> Now I need to change the backgroundImage to some other im...

Setting variables during component initialization in Flex

I am loading a component which makes a HTTPService call to get data that will then be used to set certain variables in the component. I make the HTTPService call in an init() function (for the initialization event) and then set the variables according to the data received in the HTTPService result handler. However, the variables are st...

Flash Builder 4 Web Service Introspection for dynamic wsdl location

In Flex 3, introspecting a web service resulted in a constructor that allowed the location of the web service to change at runtime. It appears that the Web Service introspection tool now only allows the single WSDL URI that was specified in the WS Wizard. It this the case or am I just missing something? Flex 3 introspected services wo...

I have a ComboBox that is Multiselectable in Flex 3 with sdk 2.01 and need to make it AutoComplete

How would I add Auto Complete functionality to the mxml code in Flex 3 to attain the Auto Complete? Looked at Flextras but it doesn't offer MultiSelect. ...

Influencing state of an itemrenderer

Hello, I'm new here and to Flex. Hope someone can help me out. I've searched around this site and google in general for a solution to my problem but no joy so far. I have a custom version of a combobox (named MultiplePriority) which extends ComboBox. It's basically a combo box but with checkboxes for its elements as opposed to just ...

Using flex combobox to select a tree node

I'm using a flex combobox component in Flex builder 3 with sdk 3.4 and I'm trying to use it to expand and select the tree node that the user selected in the combobox component on the change event. However, I'm getting an error when I go to assign the combobox seletedItem to the tree selectedItem. Can you please help? What am I doing wr...

Writing Flex 3 ByteArray deflate algorithm

I come into a trouble implementing a Flex 3.0.0 client that receives compressed HTTP body from server via a socket HTTP library (not class HTTPService ). First it seems that nginx supports ONLY gzip compression with gzip on;. (Correct me if I'm wrong.) So, add HTTP header of Accept-Encoding: gzip to request. Then I get a compressed By...

what is URL loader in flex

Hi I wanted to know what is url loader in flex and any small sample application there in any website plz send me the link. ...

flex 4 : where is the style designer ?

hello, I just started using flex4 and I have a question: It seems there is no more the "style design" perspective like in Flex3 that allowed to apply css style visually. In flex4, when I open the css file, it is just a plain text and I have to edit it manually without wysywyg editor. Am I missing something ? How can I visually apply...

setDeliveryMode in Flex 3 for lazy loading

rs.result.setDeliveryMode(mode String, pagesize Number, prefetchPage Number) setDeliveryMode is a very very simple method to do client data paging (lazy loading) in Flex 2. I don’t know why it is no longer supported in Flex 3 and don't find any substitution. Does anyone know about this? ...

Differences Between Flex SDK and Flash Builder

Can Anyone tell me the differences between Flex SDK and Flash Builder ?? Like - "Mobile development using Adobe Flex SDK "Hero" and Flash Builder "Burrito" Are Both same ?? Please clarify in details. We understand that Flex is an IDE or SDK(software development kit ) where we build,compile and deploy projects with sets of components a...

Embed Font Futura Book

Hi. I'm trying to embed the font Futura Book in my Flex application using css: /* Futura Book */ @font-face { src:url("../fonts/futura.ttf"); font-family: "Futura Book"; } @font-face { src:url("../fonts/futurab.ttf"); font-family: "Futura Book"; font-weight: bold; } @font-face { src:url("../fonts/futurabi.ttf"...