-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In Flex3, I could compile pure as3 code and use "embed" tags to load in images. This was done by Flex making a BitmapAsset class.
I can still do this in Flex4.
However, there was a trick to fakeout flex3 and use my own mx.core.BitmapAsset class to remove some of the extraneous stuff Flex's BitmapAsset…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello!
Does anybody please know, how could you attach symbols from an .swf file in the Actionscript part of your Flex3 file?
I've prepared a simple test case demonstrating my problem. Everything works (there are icons at the 4 buttons, there is a red circle) - except the getDefinitionByName() part…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
Can u tell me , How to develop & co*strong text*mpile flex application without Flex Bulider.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am from a programming background ,and newbie to flex3 . i would like to learn flex3 and develop some application using rails and flex3 . Is it necessary to know flash in order to learn flex3 or just learning Action script 3 would do ? .Can anybody tell what are the prerequisites to learn flex3…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi All,
I want to draw a line chart, in which the co-ordinates should be rendered as an image like a triangle or diamond, rather than showing the default circle. By co-ordinates, i mean the places where the data tip occurs. How can i achieve this?
Regards,PK
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Does anyone know an Actionscript equivalent of the javascript getElementsByClassName.
What I would like to do is add a custom 'stylename' to various components which I can then use to get a collection of these objects and therefore process their visibility property.
The idea is I want to hide…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
i created project with flexmojos maven archtype..i used flexmojos:flexbuilder
and compile/run with FlashBuilder 4 everything is okay but when i try
to compile project with flexmojos i got following error:
[ERROR] Z:....\src\main\flex\Main.mxml:[6,-1] Could not resolve < fx:Script to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello folks,
I am trying to install Flex 3 on my Windows 7 Virtual machine (parallels desktop) on my Mac Pro.
The problem seems to be some sort of conflict between the copy of Flex 3 Builder installed on Mac OS X.
The installer tries to install Flex in x:/Program Files/Adobe/Flex Builder 3/
but…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am fairly inexperienced with Flex, but my googling has retrieved nothing to suggest this is an obvious question.
I have an mx:Button with an Icon on it that is a png file with a transparent background, as below, however the transparency is not working, and the icon is painted with a white background…
>>> More