flex4

Convert Snapshot sequence to flv as3

I am taking a serie of shapshot in Flex using : var imageSnap:ImageSnapshot = ImageSnapshot.captureImage(VisuModel.getInstance().mainApiContainer.mp); var imageByteArray:ByteArray = imageSnap.data as ByteArray; I would like to convert this sequence to a flash video file. How can I achieve that using Red5 ? All the best to ActionScr...

flex4, flash player 10.1 in debugger hangs up the movie

hello experts, My flash swf generated in Flex4 has a strange behaviour: When it is runs in the Flash Player Debugger, it hangs the flash player : Flash player is then taking 25% of CPU and I have to CTRL ACT SUP kill it. When it runs in the Flash Player, it works normally. This only happens with 1 of my devlopment which is a kind of M...

Flex DataGrid -- Setting Row Style?

Is there any way to set the style or container for the entire row inside a Flex DataGrid? Basically, I'd like to render each row with a rounded BorderContainer. I could always use a DataGroup for this, but really, I want DataGrid functionality, but I want to control the style or skin of the row. Is there any way to achieve this? ...

How I can pass variables from Flex to JavaScript (separate HTML file) and return the other variables?

I need to pass variables from Flex app, process its using the functions and return back to this application. ...

flex 4: how can i have a datagrid with header that has a transparent background.

Hello. I would like to create a datagrid that it's header has a transparent background. i still want the separators to be shown between each column but the background itself (only of the header) will be transparent. i have a background image behind the datagrid and i want it to be displayed instead. thank you! ...

Actionscript Filtering XMLLists (Hierarchy) Best Practices?

I have been trying to decide what the best way to filter a set of data for a tree view is. The filters are in the following XML format: (sometimes) Filtering two datasets: > AND So I've been thinking about writing special conditions for the following, which are required at times because som...

Whats the right / best way to filter HierachalData in Actionscript that consists of varying filters, how they apply, and differing hierarchal datasets

I have been trying to decide what the best way to filter a set of data for a tree view is. The filters are in the following XML format: using periods instead of carots .Category. .FilterCategory(sometimes) FilterAgainstAttribute, FilterDataToCompare, FilterCategory. .Filter Attributes(FilterAgainstAttribute, FilterDataToCompare, Filter...

Again, Flex 4, Actionscript Complex data filtering of XMLList filter and data-sets with special conditions.

So I tried to format this properly the first time, but it published and all the stuff in carets wasn't parsed properly, so I'll try again: I have been trying to decide what the best way to filter a set of data for a tree view is. The filters are in the following XML format: using periods instead of carots Filterin...

Nativeprocess air 2.0 with Java

All I got "Cannot perform operation on a NativeProcess that is not running." when running debug mode in Flex 4 Builder. Where should I place my HelloWorld.class in IDE project folder? <?xml version="1.0" encoding="utf-8"?> <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe...

Flex - ILog Elixir ColumnChart3D Labels not formating properly

Okay, I've looked through all IBM doc and Adobe livedocs, My labels for my columns which are loading dynamically are not centered properly under the columns. Here is the component code. The labels are off center to the left, and some overlap the one left of where it should be. I tried adding styles to several different areas but couldn...

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? ...

What interfaces/base-class should my AS3 engine's base renderable class implement/extend?

I'm writing an AS3/Flex4 game engine, and I want to have a base class for any item that can be put in the scenegraph. I wondered if extending UIComponent is the right approach, but there seems to be a whole lot of internal stuff there I don't want to get tangled up in... if possible I'd have some separation between my engine and the Flex...

Flex4 Anchor Points

Hello to all. I created one aplication that have a lot of components and a height of 2500 ,in the bottom I have a navigation menu. I need to take the focus to the top of the page after a click in the bottom. How can this be done? Thanks in advance for all the help. ...

Flex 4 Spark Transitions - Possible to include from outside the component mxml?

Hello, I'm wondering if it is possible to build the transitions mxml outside the mxml component they are meant to be used in? For example, like how the Script tag can have a source= property. I'd like to be able to keep the component mxml nice and tidy but also keep the transitions declared via mxml. Thanks. ...

Flex 4 - Skinable container Horizontal Scroll Bar?

Okay, I can't seem to get my container component to add a horizontal scroll bar when browser sizes down, whats the proper way to do this? ...

Flex 4 - layouts / components going outside application when browser resizes!

This is really annoying, I've added a HScrollBar, but that isn't the answer. My skinable container is going outside the application boundaries, especially on windows machines even though the width is 95% The funny thing is one of my components isn't going outside the boundaries at all, so I'm rather confused as to how to stop this from...

ItemRollOver with a custom ToolTip

I have this custom toolTip: <?xml version="1.0" encoding="utf-8"?> <mx:VBox xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" implements="mx.core.IToolTip" creationPolicy="all" cornerRadius="4" borderStyle="soli...

Flex 4 ASDoc "undefined property" Error

Hi Everyone, I am receiving the following error when trying to run ASDoc against a Flex library. Any ideas? Error: Access of possibly undefined property id through a reference with static type flash.display:DisplayObject. markersByName[marker.id] = marker; This is obviously an ASDoc issue, as Flex doesn't complain about this. Any ide...

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...

Flex 4 UI Mis-Behavior

Hello, So here is the problem, below is basically my application wireframe in mxml. The problem comes in when I'm looking at a report component, so the reportComponents is visible, not the filterComponents. What is happening is the UI element is sliding outside the container to the left when the browser resizes, it literally slides rig...