Questions tagged [apache-flex]

Apache Flex [NOT CSS FLEXBOX] is a framework for developing Rich Internet Applications that run in Flash Player or Adobe Air. Originally designed by Adobe, Flex was donated to the Apache Software Foundation in 2011 and became a top level Apache project in December 2012.

Flex is a framework for rapid Rich Internet Application development which runs on Flash Player or Adobe . Originally designed by Adobe, Flex was donated to the Apache Software Foundation in 2011 and became a top level Apache project in December 2012.

Apache Flex® is a highly productive, open source application framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops and devices (including smartphones, tablets and tv). It provides a modern, standards-based language and programming model that supports common design patterns suitable for developers from many backgrounds. Flex applications can be deployed to the ubiquitous Adobe® Flash® Player in the browser, Adobe® AIR™ on desktop and mobile or to native Android™, IOS™, QNX®, Windows® or Mac® applications.1

Usage

  • The lexical analyzer flex is not related to this. It should be tagged with or instead.
  • The CSS property flex is also not related to this. It should be tagged with instead.

Resources

23926 questions
3
votes
3 answers

Streaming webcam video in Flash using MP4 encoding

One of the features of the Flash app I'm working on is to be able to stream a webcam to others. We're just using the built-in webcam support in Flash and sending it through FMS. We've had some people ask for higher quality video, but we're already…
Herms
  • 37,540
  • 12
  • 78
  • 101
3
votes
2 answers

How to detect non-ascii characters in a string?

How can I check if a string has any other character than the ones listed here: http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters I would like to know if the string was inputted in any other language than English. Is finding special…
Yeti
  • 5,628
  • 9
  • 45
  • 71
3
votes
2 answers

get nativePath of file using FileReference

I am developing an application using Adobe AIR. How can we get absolute path of file or "nativePath" of file (as we call it in Flex/AIR) when we use FileReference to browse a file ? I know there are security concerns related to this but is there any…
Prashant
  • 5,331
  • 10
  • 44
  • 59
3
votes
2 answers

How to consume a REST web service with Flashbuilder 4?

I am creating a Restful WCF web service which will need to be consumed by FlashBuilder 4. Is this possible? If so, how can I go about doing that? Thanks
chobo
  • 31,561
  • 38
  • 123
  • 191
3
votes
1 answer

How to authenticate desktop FLEX/AIR app with a remote server (CAKEPHP)?

I have an Adobe AIR/FLEX app packaged as a native installer application running on the desktop. From there, I need to do the following: a) stay in the "app:" application sandbox so I can load "file://" JPGs into my mx:HTML control b) authenticate…
michael
  • 4,377
  • 8
  • 47
  • 73
3
votes
2 answers

Embed YouTube video player into Android Mobile application?

Is there any way to embed YouTube video/video player into Android Flex AIR Mobile application? I tried to use SWFLoader(...) but since its MX library class only works on the desktop runtime environment, but fails to work on actual Android device…
topsky
  • 199
  • 3
  • 12
3
votes
2 answers

VGroup: How to have a new element show up smoothly (resize) when added/removed

When adding/removing elements to/from a VGroup I need it to happen smoothly, resize the item. I believe I have to use transition effects. But how? At item (element) level? At VGroup level? Should I use a DataGroup instead and do it at ItemRenderer…
nununo
  • 223
  • 2
  • 11
3
votes
2 answers

What is the best approach to develop a video chat web application in Java? Flex or JMF?

Currently we are in the design phase of an application that will allow two users to communicate with each other using chat and video (with audio), the application is a web application that currently is a java web app with Spring and hibernate, but…
Leo
  • 67
  • 2
  • 12
3
votes
1 answer

How to put an event in dynamic creation on flex?

Please help. I want to add a click event on checkbox that i created dynamically so that i know what checkbox I click. Heres my code on action script: var myCheckbox:CheckBox = new CheckBox(); vbox.addChild(myCheckbox); How to add click event on…
Jejad
  • 289
  • 1
  • 6
  • 18
3
votes
1 answer

Security Sandbox Violation: Lack of Policy File Permissions

I'm using as3httpclientlib to post data to my web service, but I'm continually getting the following security violation. Does anyone know how to resolve this? My crossdomain.xml file is below the security violation notice. NOTE: I'm using apache to…
3
votes
2 answers

How to have same component ID in different state (Flex Mobile Project)

For example, in my flex mobile application I have a portrait and a landscape state. Both with the same components, but they are being laid out using different HGroups and VGroups in each state. If i was just putting click handlers on these…
brybam
  • 5,009
  • 12
  • 51
  • 93
3
votes
1 answer

HitTest in Adobe Flex

Is there any way to get the top most UI element in a specific x,y location?
Shahed
  • 898
  • 1
  • 12
  • 25
3
votes
4 answers

Any pointers to good AS3 code snippets/samples?

I am newbie in AS3 and learning day by day. I am looking for good AS3 code snippets/samples/small projects which I can use for learning purpose and for reference (with no dependency on Flash IDE because I use Flex SDK and Flash Develop). Also, I am…
Humble Learner
  • 791
  • 12
  • 26
3
votes
1 answer

Creating ant build script to build only when a dependency was updated

I just started working with ant a few days ago. Right now I have a general buildall.xml which should call each project's build.xml. Because some projects depend on each other, I need to rebuild some other projects which depend on it. This isn't a…
Kizaru
  • 2,443
  • 3
  • 24
  • 39
3
votes
1 answer

Continuous Integration for Flex 4

My team wants to set up a continuous integration server for a flex 4 project that we are developing. I have been evaluating various options and have some questions. Really torn between Cruise Control and Hudson/Jenkins. Continuous integration…
Neo
  • 1,554
  • 2
  • 15
  • 28
1 2 3
99
100