-
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'
In Flex builder 3 when I create a new flex application targeting the flex 4 sdk, it wont generate a html wrapper file.
I have hunted around the web for answers, but no success. I have made sure the box is checked in the project properties to generate html wrapper.
The only workaround is to target…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I did some work that used Flex datagrids previously. It was smooth for the users and developers alike.
In my current project, I have to implement the same grids but not using Flex / Flash.
I have taken a look at extJS and YUI but they don't seem to measure up.
Are there other packages I should…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
This question may be an absolute crap. Can i use the flex 4 sdk in flex builder 3? i have a licensed version of flex builder 3 professional. so if i need to use flex 4 sdk in it, do i need to buy flash builder? cant i get all the new components in flex builder 3?
Regards,
PK
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I want to setup jetty with jetty-blazeds extension. Everything looks fine but when I run maven to get the dependencies, I get:
UNRESOLVED DEPENDENCIES
com.adobe.flex#flex-messaging-core;3.2.0: not found
com.adobe.flex#flex-messaging-common;3.2.0: not found
Does anyone know a maven repository…
>>> 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