-
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'
I'm working with adobe air and I have this code..
var urlReq = new air.URLRequest('http://google.com');
air.navigateToURL(urlReq);
It's working correctly in that it is loading the page in the browser, but the issue is that adobe air is staying in the front and the browser is not being brought…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello
I am downloading and storing files locally in the app storage domain. For some reason one of the files gets locked by air. I found this by looking at process explorer.
If I clear the browser cache the file never gets locked, only if it attempts to download the file but it exists in browser…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello Stackoverflow community,
Does anyone know if there is an option to not create a shortcut to an AIR application after its installation?
Currently, all I have found is an option to choose the location of the application shortcut from within the start menu (in the application descriptor file…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
Is there a way to access other active windows in AIR?
I want to make an AIR app that look into the active application text and look for a specific pattern and make a transparent window into that text position to create a button.
Its a bit like the skype plug-in in Mozilla ... It replaces the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello everyone,
i'm trying to load a local SWF Application in my Air Application via the SWFLoader class. The SWFLoader class is displayed in a new Window. Therefore, i'm trying to resize the window automatically, when the Flash Application is resizing. But here's the problem. The SWFLoader does…
>>> More