actionscript components I have posted this question in the flex2 general discussion but think it should have been posted here. I want to be able to click on the canvas and be able to alert the canvas label ie | | 0 | 106 | 2/25/2008 12:51:30 AM |
MX code to AS3 code The attached code has a section of its MX code commented-out intentionally from the attempt to replicate it instead with AS3.0 code that resides in the applyDataProvider function. However i | | 3 | 106 | 2/24/2008 8:36:51 PM |
Multidimensional array data entry WIth Flex3 Beta3 installed and learning Flex&Actionscript require help/guidance to solve the problem described below. Display a multi-dimensional array, 10 x 10 where each cell will cont | | 2 | 119 | 2/24/2008 6:30:32 PM |
Any books recommended? Hello All,
I am very new to ActionScript and was wondering if anyone could recommend books on the use of XML and AS3 with Flash and Flex. I am looking to understand the capabiliti | | 7 | 112 | 2/23/2008 7:33:30 PM |
calling function in tilelist custom itemrenderer Hi, I have a tilelist with a custom item renderer (a canvas if it matters). When another event on the form occurs, I want to call a function on one of the items in the tilelist.
| | 0 | 188 | 2/23/2008 6:39:03 PM |
Browse Files On Server I want to allow the user to select a file from a group of XML files located on the server. I know Flex supports browsing the clients file system but is there anyway to do the same thing on t | | 2 | 103 | 2/21/2008 10:09:01 PM |
ActionScript 3 compiler, asc, is now open-source In the latest nightly build of the Flex SDK is the as3 compiler code!
The ActionScript 3 compiler, asc, is now open-source! Added the source code for Flex 3's asc.jar, at branches/3.0.x | | 0 | 149 | 2/21/2008 6:22:54 PM |
Additional parameter to labelFunction Hi there,
I am binding a dataGrid from a complex XML file. I am using the labelFunction property of the dataGridColumn, in order to retrieve information from deeper nodes. Until th | | 3 | 214 | 2/20/2008 3:44:43 PM |
uploadUnencoded not avalaible for flash files Hi,
I would like to know why the FileReference.uploadUnencoded function is only avalaible for AIR. It would be very useful for me to have it in swf files.
Thanks.
ArA
| | 0 | 112 | 2/20/2008 10:15:14 AM |
searching xml what type of value is returned Hi, I was wondering if someone could help me with this problem. I have a set of if commands that are designed to take the input from a text field and search three different fields for the v | | 0 | 127 | 2/18/2008 1:55:15 AM |
Embedded assets in class Hi everyone,
I just need to get something straight in my head.
Given code along the following lines: (pseudo code)
Package { Imports.....
public | | 0 | 108 | 2/17/2008 11:30:13 PM |
Flex Builder 3 - Webservice Proxy Classes - Passing I've been using Flex Builder 3 Beta. I've used the web services manager tool to generate the proxy classes from the WSDL.
My web service requires authentication. Each time I run my flex | | 0 | 182 | 2/17/2008 10:00:16 PM |
AS2 swf to AS3 local Connection Hello: I am embedding multiple copies of a single AS2 swf build in FLASH into a FLEX2 AS3 swf. I am using LocalConnection to communicate from FLEX to the flash swfs. This exhibits the stra | | 2 | 163 | 2/17/2008 3:24:12 PM |
using bmp image flex is not supporting bmp images.hw to use bmp image in flex?i tried with [Embed]metadata but its not working i am getting error.pls help me.
| | 1 | 96 | 2/17/2008 3:21:42 PM |
Flash HTTPRequest limitation? Is there a limitation as to how many HTTP requests can be sent by flex at a time? I am seeing problems when making more than 2 http requests that have not had a response come back yet.
| | 7 | 131 | 2/16/2008 12:46:07 PM |
What is the skinny on cloning Hey all,
I need to understand the breadth of cloning
Is this a generic method usable on any Object????
| | 0 | 110 | 2/15/2008 9:43:48 PM |
Computed Max and Min How do i use Computed Maximum and Computed Minium to set values for vertical axis with HLOC Chart programmatically? I am using an Array Collection, below, TICKERS, I would like to use the H | | 3 | 105 | 2/15/2008 4:55:35 AM |
piechart radius problem I am generating dynamic piecharts in flex.Depends upon the datas the radius of pichart is changing.If the value is higher the charts are apperaing larger,if the value is small then charts ar | | 0 | 120 | 2/13/2008 2:20:10 PM |
Array of VO's I have got a VO called personVO that have got firstname and lastname.
Then I have an array that contains the personVO.
In my interface it is then possible to select a personVO.
| | 0 | 93 | 2/12/2008 8:14:56 AM |
Problems with ListEvent.Change. Please advise I am having a problem trying to get a custom component working.
I did not write the component. It is bascally a list with CheckBoxes.
The component dispatches ListEvent.CHANGE even | | 1 | 104 | 2/10/2008 9:29:15 AM |
Dynamic Classes and Garbage Collection I asked this in the General Flex Forum and no one responded so I thought I would try again in this forum. ******************************************************************************* | | 0 | 96 | 2/10/2008 9:17:51 AM |
Keyboard control of a ball Hi, the following simple program was bogged down by the error message '1046: Type was not found or was not a compile-time constant: KeyboardEvent' at line 27 where myKeyboardEvent was define | | 2 | 115 | 2/9/2008 4:55:35 AM |
flex sound can not resume at the place it stops I made a small flex application to load external mp3 and play it. Everything goes smoothly except resuming. I can never resume exactly at the place where I stopped. There is always an obviou | | 5 | 136 | 2/8/2008 2:30:32 PM |
DataGrid dataProvider XML with Namespaces, I have a DataGrid wich dataProvider is a XMLList. The problem is that, the xml has a default namespace, and in my DataGridColumns I use the dataField property to define wich XML field should | | 1 | 141 | 2/8/2008 2:19:24 PM |
what should be the max size/value that can be stored in I want to store a number 1.0E39 as maxValue of a numbervalidator. but while going to show the number as a whole and want to validate it gives the erroneous result. My question is what is the | | 1 | 101 | 2/8/2008 2:14:31 PM |
using bmp image hw can i use bmp image in flex. i want to use a bmp image in an image component in flex.pls help me
| | 2 | 95 | 2/8/2008 6:34:27 AM |
URLRequstHeader and Authorization I am trying to make a HTTPService or URLRequest call to a remote service. This call needs user authentication and I tried to put username/password into the code and use the request header to | | 0 | 110 | 2/6/2008 10:39:17 PM |
Tree, select leaf I use a xml-file in a Tree-component. The xml-files has nodes, and each node has some properties (type, id, label). I can use the code below to read the selected item in the tree. var x | | 1 | 106 | 2/6/2008 7:56:17 PM |
Failing to draw transparent PNG Hello everyone, I've got a bit of a problem that's got me kind of stumped. I could work around it fine, but want to try and solve it so I can learn. Here's what's going on: I'm making a Sna | | 2 | 116 | 2/6/2008 11:59:15 AM |
Desktop Dimmer for Flex? - works on DivX! If you have noticed the desktop dimmer from DivX while playing on its application the whole desktop dims (hence the name) - Why can it not be done in Flex! http://www.divx.com/divx/mac/tutor | | 0 | 145 | 2/6/2008 6:15:38 AM |
super newbie drawing help Hey all...im a super newbie and this is probably easy, I just can't find what i need in the documentation..so im hopping you guys can give me some insight. I'm trying to figure out how to dr | | 2 | 108 | 2/5/2008 9:08:09 PM |
Select a directory I have a multi file upload script that works really well, however I've been asked to improve it.
Is there a way to recursively select all directories and sub directories?
| | 1 | 100 | 2/5/2008 8:59:43 PM |
Error #1006: getAttributeByQName is not a function. I just upgraded to Flex 2 Hotfix 3 to fix some web service issues. Now when I run my application, I get the following error: faultString = 'Error #1006: getAttributeByQName is not a functio | | 0 | 119 | 2/4/2008 6:39:00 PM |
PrintJob() I have printableNote, which is a sprite. I try to do this: printableNote.graphics.beginFill(0xffffff); printableNote.graphics.lineStyle(1, 0x000000); printableNote.graphics.drawRect(0, 0, | | 0 | 111 | 2/4/2008 3:30:54 PM |
Simple data routing Hello guys, I am using amfphp with Flex and trying to get 'Hello World!' from the server! And I do get the response from the server. But the problem I am facing while routing the server res | | 0 | 101 | 2/4/2008 3:20:29 PM |
Simple data routing Hello guys, I am using amfphp with Flex and trying to get 'Hello World!' from the server! And I do get the response from the server. But the problem I am facing while routing the server res | | 0 | 78 | 2/4/2008 3:19:28 PM |
Loading a swf into a movie clip Hey guys, in Actionscript 2.0 loading a swf into a movie clip would be nothing more than the loadMovie command. Here it is a bit different. I searched on google for a while and ran into this | | 2 | 125 | 2/3/2008 11:36:43 AM |
How to create css pseudo classes for links? Hi all! In CSS if you define:
a.blueLink:link{...} a.blueLink:hover{...} ...
then it creates a style for ONLY links having ...class="blueLink"... | | 0 | 107 | 1/31/2008 1:07:42 PM |
ViewStack dynamic addChild Hi, i'm creating VBoxes dynamicaly due querys and loops (ArrayCollections). Then I add them on an existing mxml viewstack.... but when I try to advance (stackEnquete.selectedIndex++) Flex re | | 0 | 279 | 1/31/2008 1:04:36 PM |
How to add Text to Canvas in Flex/AS3 I am doing AS3 programactically so I have a one mxml file that calls to my application.
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns: | | 8 | 245 | 1/31/2008 7:27:11 AM |
detect change in a local shared object Hello
I would like to update automatically a variable in a first swf through a local shared object when a second swf update this variable in the same shared object. The variable i | | 1 | 98 | 1/30/2008 8:31:16 PM |
Noobie function help Hello! I am kinda sucking an learning actionscript from PHP :)
Since we can't really paste code in the forums.. please take a look at http://pastebin.com/m45850301
Basically, | | 1 | 100 | 1/30/2008 12:24:54 PM |
hitTestObject problem Hi all,
the myFooTestDisplayObject.hitTestObject(anotherDisplayObject) is supposed to return true if the first object hits the second object right?
I have this scenario. In te | | 0 | 345 | 1/29/2008 2:01:42 PM |
How to add the Array value in ListBox. Hi , I am new to Flex. I am assing the Array in to list control but it doesn't show the value. it show only object. This is my Coding. Please help me.
var request:UR | | 0 | 119 | 1/29/2008 9:55:03 AM |
action script error Hai all
While running a flex application i get the following action script error
[RPC Fault faultString="HTTP request error" faultCode="Server.Erro | | 1 | 114 | 1/29/2008 6:12:43 AM |
when does a component get instantiated? I'm creating an app that contains a custom component called TaskEditor that is included in the MXML file of another custom component like so:
.......Snipped......... <mx:VDivid | | 3 | 99 | 1/28/2008 9:08:00 PM |
Diagonal Line Hi Experts,
I am new to flex. Can you please guide how to draw a diagonal line in flex?
Regards, Gopal
| | 10 | 109 | 1/28/2008 5:09:46 AM |
POJO to actionscript class converter ? Does anyone know of a simple POJO to AS3 class converter exists? If not, I guess I'll get started.
I'm talking about only regenerating members, getters, and setters (from a pure
| | 0 | 106 | 1/25/2008 10:03:20 PM |
AdvancedDataGrid Drag Drop Error I'm running into an issue where AdvancedDataGrid is not accepting drag and drop from controls that do not implement dataprovider in HierarchicalData format. If i change the ADG's dataprovid | | 0 | 297 | 1/24/2008 11:41:06 PM |
Draw text on an image I need to draw dynamic text, gotten from user input, onto an image (for example png, jpg, gif, or bmp) and then save the result as a new image that the user can select, copy, paste, click on | | 1 | 118 | 1/24/2008 4:01:08 PM |