Hey,
I would like to import the Flex class ResultEvent in Flash.
This is how I did it:
1. In "Publish Settings/Flash/ActionScrip 3.0 Settings/Library Path" I selected the rpc.swf (from the flex sdk)
2. Then I wrote in my flash-file: import mx.rpc.ResultEvent;
But i still get the following error:
1046: Type was not found or was no...
Hi .,
I am using flex menubar iconField,icon is url file to loading dynamic url icons..
Any one hopefully help this problem..
With Regards.,
Lings
...
Is there a way to rewite (or hijack) an absolute URL request made from a flash (swf) file in a browser?
Eg
I have a flash application that is requesting http://example.com/myImage.png
The code in the flash application cannot be changed but I want to be able to either use another flash or some javascript to write that URL as the image...
Is there a way to connect my flex web application to Active Directory, and get the logged username?
Right now we have a PHP script connected to the flex application, that gets user/pass input from the user and checks if there's such user in the AD, and that the password is correct.
I don't want to ask for user/pass, but to make the appl...
Our Flash web-based applications play lots of audio for narration and sound-effects. Some of our customers have firewall rules that block downloading of MP3 and other audio files. So, we need to wrap those MP3 files in SWFs. In the past, I've written JSFL scripts that automate the Flash IDE and walk through a complicated, fragile set ...
Hello,
I have a Flex application that connects to a BlazeDS server using the StreamingAMF channel.
On the server-side the logic is handled by a custom adapter that extends ActionScriptAdapter and implements FlexSessionListener and FlexClientListener interfaces.
I am asking how can I detect which "flex-client" has closed a connection wh...
I have a custom TextInput-based component for date and time with certain restrictions on what's considered "within range". But it's still fine to insert dates that are outside the range.
When a user types in a date, on valueCommit, I'd like to be able to display a hovering notification to the user, to inform/warn them that the date is o...
This happens when I try to create an image.
How to capture this error and return an error message instead? (In other words, avoid this error from showing and instead add to error messages by errors.add_to_base)
...
I'm working on a build script in the Flash Builder version of Eclipse. This build script needs to import launch configuration .launch files into the user's workspace. However there doesn't seem to be an available ANT var for determining the workspace location. While stepping through the available vars with intellisense I noticed that ${o...
Hi,
I'm working on Flash Builder with latest flex SDK.
I have a problem getting the value radioButton of the selceted radio button inside a form:
<mx:Form id="form_new_contribution">
<mx:FormItem label="Contribution type" includeIn="project_contributions">
<mx:RadioButtonGroup id="myG" enabled="true" />
<mx:RadioButton id="subtit...
I have a flex popup menu that uses an icon which is imported thusly:
<mx:Object label="THing" icon="@Embed(source='/resources/items.swf', symbol='Icon_Suitcase')" />
The item is a SWF, and therefore a vector. When the menu pops up, the icon is gigantic; I'd really like to force it to be 16x16 (it's used in several places, so just resi...
I am trying to automatically verify certain conventions, such as label/table column header text (Sentence Case, use of colons, etc).
It would be nice if there was a way in FlexUnit, or other means, to
Iterate over all views in the app
Get all titles, labels, column headers
Run some pattern checks and fail where needed.
Does anyone...
I am working on an custom container and I need a border for this container. I have a 15x15 image that I am creating a 9-slice border skin with. The issue that I am having is that the border skin does not appear the way that I had hoped it would.
Here is a ss of the skin in place.
Ideally I should have a transparent box with a 5 pixe...
I'm trying to create a button that will simply link back to the context root. I noticed flex has a @ContextRoot attribute that appears to work only in certain cases. For example, if I try to use it in the following mxml:
<mx:Button label="Back to Root" click="navigateToURL(new URLRequest(@ContextRoot()), '_parent')"/>
I get the foll...
What is the opposite of String.charAt()??
If I Have a string:
var Str:String="Hello World";
How do I change the 5th character, for example, from a ' ' to an '_'?
I can GET the 5th character like this:
var C:String=Str.charAt(5);
But how do I SET the 5th character?
Thanks in advance.
...
Hi, I have an mx:TileList which is bound to an ArrayCollection. I have some code that displays a "Loading..." message before modifying the ArracyCollection and some code after that hides the loading message.
For small data sets, it works fine. However, I noticed with an array size of about 50~ and larger, flex will hide my loading messa...
my question consists of tow parts
**1- why we need skins for every elements if we can style our application using CSS file. for example in theme Graphite in SDK's Sample consists of both CSS+.fla and skins---.mxml files.
2- How we can create a whole theme with out coding CSS.**
...
hi,
I'm using as container for my LinkButtons.
I would like to know
1) how can I remove the space between the items in my Tile container.
2) how can I set dynamic width for my items (at the moment they all have the same width regardless the width of the included component)
3) how can I avoid to display scrollbars if the items are ...
Hello,
I have a problem with data saved from Adobe Flex textarea - i't email template, and it's always saved with "\n" linebrakes. That makes plaintext emails be in one line for many clients.
What is the optimal way to make data in flex textarea be saved using "\r\n" linebrakes?
Thanks.
...
How can we embed the over,up,down etc skins defined as sybols in a .swf file... i mean in skin file how can i specify those symbols to be used as up,over,down skins.
...