Tagged Questions

8
votes
5answers
2k views

How does JavaFX compare to Flash and Flex?

I know Flex pretty good but also started to use Java FX. I am a little bit confused. Java FX seems to focus more on low level drawing operations and animations. Less on creating standard UIs like …
7
votes
20answers
747 views

Will web applications replace desktop applications?

Will everything go to the cloud? If so, in which direction? Google-Gears? Flash,AIR,JavaFX? See also: Does desktop development matter?
6
votes
4answers
973 views

What’s all this business about Flash, Flex, Adobe Air, Java FX and Silverlight?

What's all this business about Flash, Flex, Adobe Air, Java FX and Silverlight? Why would I choose one over the other? and what happened to Java Applets and ActiveX controls? Oh, and where does AJAX …
5
votes
4answers
1k views

Difference between Adobe AIR and FLEX?

What is the difference between Adobe AIR and FLEX?
5
votes
12answers
5k views

HTTP Basic Authentication with HTTPService Objects in Adobe Flex/AIR

I'm trying to request a HTTP resource that requires basic authorization headers from within an Adobe AIR application. I've tried manually adding the headers to the request, as well as using the …
5
votes
4answers
1k views

Recommendations for an HTML-Friendly RichTextEditor for Flex & AIR?

As a side project, for "fun," I'm rewriting my blog and CMS in Flex and AIR respectively, and while I'm pretty well satisfied with the design thus far, the one major pain point remains working with …
5
votes
4answers
286 views

Is it possible with AIR to play a video while it is downloaded

The idea is download a video in parts (from different servers) but starting to play before video file is complete. The issue is that VideoDisplay component doesn't read the video file if it is opened …
4
votes
7answers
195 views

What material did you use to learn Flex/Air, and with ColdFusion + BlazeDS/LCDS?

What material did you use to learn Flex/Air itself, and with ColdFusion + BlazeDS/LCDS?
4
votes
4answers
423 views

Shared secret with API in an Ajax Adobe AIR app

I'm pretty new to developing AIR apps, so maybe this is a dumb question, but I can't seem to find any answers from google. Any help you can give me is greatly appreciated. I'm building an AIR app …
4
votes
2answers
305 views

How can I detect and invoke a user’s local installation of the AIR runtime on a particular AIR application?

I am writing a program that has an AIR front-end, but a back-end written in another language (Python, in this case). Since AIR can't invoke other executables, the relationship has to be the other way …
3
votes
2answers
76 views

FLEX: dialog not display immediately

In an AIR application I have the following code: theDialog = PopUpManager.createPopUp( this, TheDialogClass, true ) as TheDialogClass; theDialog.addEventListener(FlexEvent.CREATION_COMPLETE, …
3
votes
3answers
173 views

SQLite Parameters - Not allowing tablename as parameter

I'm developing an application in AIR via Flex, but I'm not seeing where I'm going wrong with SQLite (I'm used to MySQL). Parameters work, but only in certain instances. Is this part of the built-in …
3
votes
3answers
379 views

Animation in Adobe AIR using jQuery.animate

In my AIR application, I want to animate an HTML element using jQuery. When I attempt the animation in the global HTMLLoader, there is no problem. However, I'm having a problem when attempting to …
3
votes
6answers
277 views

How Adobe AIR application can find out what URL it was downloaded from?

We have an Adobe AIR application which could be possibly downloaded from multiple domains. And when it's run, it should connect back to the site it was downloaded from to get data to show to the user. …
3
votes
1answer
163 views

Anyone doing anything yet with Adobe’s Project Alchemy?

Making another appearance this year at MAX was Alchemy, Adobe's C/C++-to-AVM2-bytecode compiler. It seems like really interesting stuff -- I haven't yet had time to really dig in and try it out …

1 2 3 4 5 31 next
15 30 50 per page