Flashbuilder is unable to find FlashPlayer.exe
I just installed the release version of Flash Builder 4 after uninstalling Beta 2. Besides some other problems, I am unable to launch any of my applications in Flash player. When I try to...
View ArticleHow to get IP Address by client flex-flash?
How to get IP Address by client flex-flash?Thx all idea.
View ArticleHow to install Flex plugin for Eclipse?
Hello All, I am a new user of Flex. I would like to install Flex Framework as part of Eclipse, but I have installation problems with it I have downloaded and installed the plugin from...
View Articleimport com.adobe.serialization.json.JSON;
Hello I am using Flex Builder 3 Trial Version, when I import com.adobe.serialization.json.JSON, the IDE gives the following error: 1172: Definition com.adobe.serialization.json.JSON could not be found....
View ArticleFlex 4 Non-editable ComboBox spark component
I recently started using the release build of Flash Builder 4, after using the betas for some time. In the beta, the ComboBox component had a property called editable, which would allow you to edit...
View ArticleClick event on SWFLoader
Hello, In my FLEX application i have a SWFLoader where i load some wsf files that are located in others places in the web. Some of the swf files loaded contain an hyperlink associated and, when the swf...
View Article[AIR] NativeProcess - sending arguments to cmd.exe
I have a similar problem to this post - http://forums.adobe.com/message/2898467#2898467, in that I am not receiving any communication/response from the command prompt. Microsoft Windows XP [Version...
View ArticleSocket: Error #2048: Security sandbox violation
I've searched several FLEX forums on this issue and have yet to find a resolution to this. Looks like there have been pleanty of individuals that have received this message: I'm attempting to connect...
View ArticleSpark TextArea + Firefox 3.6.11 + Ctrl+V Paste = Crash!
Has anyone else seen this behavior at all? we have a flex 4 web app using Spark components with TLF text and we've noticed (with 100% consistency) that if you copy text FROM inside firefox (and it...
View ArticleWeird socket bug, 'Error #2031: Socket Error'
I'm putting together an application which opens a connection to a server, sends a chunk of binary data and then closes the connection. When I run the application without handing IOEventError, I get the...
View ArticleStruggling with Creating an External Link for Navigation
If anyone can help I would be forever grateful. I have spent five hours on this and can't believe there isn't an easy to way to create a navigation bar in Flex3 with external links. I have bought Flex...
View ArticleRegarding - Login and Refresh
hi, My Question is ,using username and password i have logged in.If the username and password is correct i have showed the pannel successfully login.If i was refresh the page it again asking the...
View ArticleStart Tags and End Tags problem. Help?
I am new to Flex and am trying to learn it. I am writing my own application using Flash Builder 4 and it is giving me the following error for line 37:Quote:"The element type 's:NavigatorContent' must...
View ArticleError #2048: Security sandbox violation: Urgent Checked the forum none of the...
Hi all, I am new to flex . I am trying to connect to my localhost using the XMLSocket like below var xmlsock:XMLSocket = new XMLSocket(); // Line #187 xmlsock.connect(127.0.0.1, 8080);...
View ArticleError when overriding mx_internal function in mxml file
Hi, I'm having difficulty overriding an mx_internal function inside an mxml file. I get an error: 1004: Namespace was not found or is not a compile-time...
View ArticleHow to add a displayObject to spark containers?
Hi guys, This should be easy but I'm struggling with the new spark library.... I have a couple of graphic classes extending sprite or movieClip that I want to use in new spark container. Normally I...
View ArticleWhy am I getting "Error: Access of undefined property TextInputSkin." and...
I'm using amxmlc to build a SWF from an MXML source code file. I'm passing -swf-version=13 to amxmlc. In the MXML source, I have the following line: <s:TextArea id="inputTextArea" width="100%"...
View ArticleBackground color in Spark HGroup?
I'm missing something simple here. How do you change the background color of a Spark HGroup? Code below doesn't get it? <?xml version="1.0" encoding="utf-8"?><s:Application...
View ArticleMimicking a simple HTTPService for an XML file
The thing I do more than anything in Flex (2 and 3) is to request an XML file and process the returned E4X-formatted data. Hands down, the thing I do most. And it's been pretty easy and flexible. I...
View Articledownload file without prompt window in flex?
how i can download a file from remote server without prompt window(where to save file) in flex.i have already downloaded file from remote server,but during downloading i am getting a prompt...
View Article