I'm trying to find 1, just 1, working sample project for Red5 that's updated to work against the latest 0.9 release without missing jars and other nonsense.
Right now, it's at v0.9 and the libs are different from other versions. They have 5 pathetic examples on their website, but all were built with the older versions. For these 5 old ...
I've got a whole bunch of data being displayed in different Labels, now I'm adding an edit state. I'd like all the labels to "transform" into TextInputs. I was just wondering if it possible to uses states to change
into something like this
...
While this not necessarily a technical question, I believe it will help a lot of developers (including myself!).
With Silverlight 4.0 and Flex 4.0 both in beta, I thought I would put out an open question to the community and see what everyone likes and dislikes about each framework and why. I've worked with Flex in the past but have de...
I have a NumericStepper declared as a UIComponent:
<![CDATA[
private var component:UIComponent;
component = new NumericStepper();
]]>
I need to change the .maximum value of the NumericStepper but due to the UIComponent not having a .maximum property the following code fails with the error: 1119: Access of possibly undefined property m...
Hi,
I would like to position relatively a scroller in my application like below.
When I scale the image, I resize the scroller...
<s:Scroller width="50%" height="50%" >
<s:Group>
<mx:Image
id="img"
source="sample.jpg"
/>
</s:Group>
</s:Scroller>
If I set absolute dimension to the scroller like below, it ...
I would like to know the html5 has the complete feature to develop the web2.0 and
i want to know from these technology like flex, javafx and html5 which one will be the best to develop the web2.0?
...
Hi All,
I want to play Audio in flex application.I am using SWFLoader for it.Is there any other way to load audio into Flex applications.
Thanks & Regards,
Prasanth Babu
...
Hi guys,
What are the advantages of migrating a Flex 3 app (Java backend, BlazeDS, Spring, Hibernate) to Flex 4?
One of the biggest advantages of Flex 4 is design. Assuming that design / UI isn't a big driver for the business right now as compared to performance, what are the other factors we can highlight?
We have implemented Cairngo...
in adobe air , I can play a mp3 file from the web , and download the file to a custom file system before or after too . but in this way I have to download the file twice factly.
So, how to save the file to a custom location when the sound is playing , and using the same download file stream for not waste any bits?
...
I'm using Flex - IIS - ASP.NET to do remote calls. When I stresstest, all remote calls that take longer than 30 seconds fail. In Charles I get a message saying 'SocketTimeout: Read timed out'. Is this something that can be configured in IIS? Or could it be a problem with a setting in Charles?
...
I want to know column index of header in AdvancedDataGrid when a user clicks on header - either left click or right click.
...
Hi everybody,
I have a tree control and I want to give the user the ability that he can move up and down the element he just selected with a up and a downbutton. The tree gets generated from XML.
I managed to insert the selected item a second time at a other place, with the following code:
var parentXML:XML = XML(containerTree.selecte...
Gurus,
I have a Adobe AIR application which has a datagrid. My requirement is to allow the user to make the column headers and the number of columns of that grid, customizable.
1. How can I get the column headerText values from DB?
2. If the user can enter the column names, it has to be saved to the DB and then loaded.
Pl suggest.
Re...
Hi Freinds,
I am working on flex dasboards and charting stuff. Till now I have build them for static data only now I want to upgrade them to work for real time data where new data is continuosly sent to client (swf file) from server and it updates the same.
I am using Jruby with RoR.
Please share the links for any similar implementatio...
I have 2 VBox containers inside a ViewStack and the viewstack is inside HBox, I've set both the height and width of the vboxes to 100% and the same for the viewstack.
My problem is that the viewstack does not display the whole content of the container childs only a part of it and displays a vertical scroll, although the width is stretche...
Hi everybody,
I want to find out whether the scroll bar shows up in my Datagrid or not. How can I detect that?
Thanks!
Markus
...
I have a class using the @Any annotation to store references to arbitrary persistable object
...
@Any(metaColumn = @Column(name = "IFT_CD"))
@AnyMetaDef(idType = "long", metaType = "long",
metaValues = {
@MetaValue(targetEntity = Participation.class, value = "101"),
@MetaValue(targetEntity =...
Problem:
Conditions:
IE7, SP2, latest flash/java. Only reproducible on one machine.
Observations:
Smaller than a javascript alert box, and seems to be generated when a swf on my web page loads. The dialog is modal, however, like an alert box.
Issues:
I've tried matching the configuration of the machine in question, but a recreati...
Is there a tool that will convert an exported Flash library element (ie Component/MovieClip) to an AS3 class with Flex syntax, ie[Embed(source="graphic.png")]
Thanks,
Philip
...
I'm using MATE on an Adobe Flex project for MVC. On one of our pages, we have a dialog window that is presented to the user that displays them information that comes from RPC. The pages where this dialog pops up is unrelated to the data being displayed so this is a separate model. How do I create a MATE mapping file that will create t...