Hi,
I have one swf file in that i used fscommand to get final output when submit button clicked in that swf ,
i am loading that swf in SWFloader in flex3 .i need to get fscommand value as Alert, how to get that value first and display as alert.
Thanks in advance
...
After some lovely help here earlier Ive almost finished the project Im working on. I thought i had it completed but Ive gone and ran into one final issue. My program takes a screenshot of the final output of my file, and the final output of my file has some linked images from URLs inside of it. Now when the images are excluded, it saves ...
Hello
I have got two labels in my flex mxml component.
first one shows playheadtime of videodisplay and another is also used for same purpose. the difference is that when we are in add mode(decided from a flag variable) both should show current playheadtime using binding. but when we are in edit mode(again decided from flag) the latter ...
Hi everyone,
I'm trying to import a web service with the Flex builder feature (Data > Import Web Service). The process proceeds as expected and the classes are generated based on the web service description. The code is generated with compile errors in it though.
There are 20 errors of 2 varieties. I've included a sample of the errors...
Currently, I'm trying to develop a rich internet application using Flash Builder 4 Beta
In Flash builder 4 BlazeDS can be connected directly using Data menu.
However, I face this problem where the program keep asking me to uncomment RDS Servlet, which I have already done so. Does anyone have similar problem?
Thanks in advance
...
Let's say I have created a class named Store.
This class has several elements such as Name, PhoneNumber, Owner.
I've created 2 instances of this class and want to know which values are different.
So lets say that Store1 and Store2 are instances of this class.
Store1.Name = "John's Corner";
Store1.PhoneNumber = 111222333;
Store1.Owner ...
Hello,
i'm just to find a way how i can find a grouping field by string in my ADG for expanding this group.
after my data is loaded and displayed in collapsed groups in my ADG i need to look up for a certain group field. if the GroupingCollection contains the field i need to expand only this group. if no group field matches all groups ...
"What technology best describes the backend that your Flex application will connect to? "
I've used Flash for a while, now I'm looking to install Flex Builder 3 trial version to try it out and i'm stumped by the above question. Do I need to install something before i install Flex?
...
Hi,
I need to detect browser/tab closure from within a flex application in order to delete the session information in the server.
I'm familiar with JavaScript events but I was wandering if there is an event in flex for application unload or something of that sort ...
...
Okay, I've been banging my head against the wall with this one. I have the following set function in Flex.
public function set periodChangeAmount(value:int):void
{
_PeriodChangeAmount = value;
refreshStartEndDates();
}
If I set the periodChangeAmount to -1 or 1 the set method gets fired. If I set it to zero it doesn't get f...
I have an interactive flex app which loads data from our oracle database and displays it in charts. This needed to be automated to generate some of these charts and a minute by minute or hour by hour basis in the background and the images saved for viewing in non-flash pages. I converted the flex app to and AIR app and set it to run but ...
I have components inside a VBox with a verticalGap of 5. I don't always want all of the components to show, so I set their IncludeInLayout property to false, but the verticalGap of 5 still shows. Anyone know how to get around this?
...
Maybe I'm doing something wrong but I have a textarea where I've specified textAlign = center and if I type in text with several trailing spaces, it doesn't count the spaces towards centering the text. If I add another character to the text (after all the spaces) it then all of a sudden centers the line, is this a bug, can anybody think...
I have a datagrid in my mxml file, say, samp.mxml.
<mx:DataGrid id="taskDataGrid" dataProvider="{initDG}" variableRowHeight="true"
editable="true" width="100%" paddingBottom="1" paddingTop="1" height="55" >
<mx:columns>
<mx:DataGridColumn dataField="Select"
editable="true"
rendererIsEdito...
Hi,
I am new to Flash/Flex.
I would like to use a Component I created in Flash extending fl.core.UIComponent. How do I use this in Flex? Do I just export it as a swc or do I have to use the Flash Flex 3 kit which will convert it to a UIMovieClip. That does not sound right.
I would appreciate a few simple steps describing the proc...
Hello everybody!
First of all, I am sorry that this is not a 'question that can be answered' like it is written in 'How to ask' section, but I think that stackoverflow is the place where I will get the best 'answers' so please help me with this one;
I have in mind to make some Flex application which will be used as some kind of (powe...
How do I get a Flex tree to display only specific XML nodes?
A sample of the XML data is below. Only the Grouper and Product elements should be displayed as branch and leaf nodes respectively; the Name elements should not be displayed. I can't use XSL or e4x to modify the XML as the Name elements' text is used as the label for the Gro...
Hi all,
I have 3 checkboxes where the user can select whatever he wants. I would like to store his selection in the database into one field.
I was thinking of encoding it into a String:
0: nothing selected
100: first selected
101: first & third selected
etc.
I think that's a nice way. However, how do I extract the...
Hi
I am just learning actionscript, so come across the problem
In my application I often call to different web services, and because I don't want to hardcode urls to them in my code, I am passing urls to the services as flashvars.
Currently I am doing it this way:
public var siteUrl:String;
public var gameId:String;
public...
Hi everyone,
I'd like to create cool lines and bars charts dynamically, from xml data.
Since I'm not an expert in Flash, I wanted to get a tool to accomplish this. So far, I've tried Flex Builder 3, but I can't figure how to draw the chart dynamically, as the xml data is constantly changing. I just see examples on the internet with xml...