0
votes
1answer
27 views

How to I keep spark Label from wrapping in the middle of a word?

I have a spark label with a fixed width, like so: <s:Label text="the quick brown fox jumped over thelazydogsPackmyboxwithfive dozen liquor jugs." width="400"/> The big cluster of words ...
0
votes
0answers
10 views

Hide dock icon of new window in air

I am working in Flex 4.6 AIR application in which i open a mx:window. when we open that window the respective dock icon will display in the taskbar, I want to hide this dock icon of window but not ...
0
votes
0answers
15 views

Tab order in spark List component

I am developing desktop application using Adobe Flex and Air. I have a problem with setting the tab order in Spark List control. Imagine if I have Text Input, List(List Item renderer contains a ...
0
votes
1answer
28 views

advertisement in flex mobile application

I have a task to display advertisement in my FLEX mobile applicaiton. I am ussing flash builder 4.5.1 I have read 1-2 blog on internet but it wont work for me. I f any one can help me than please!
0
votes
0answers
26 views

request header value is transformed from empty string to quoted empty string

I am trying to send to a server a request that should include a specific custom header that has as value empty string. It seems that the value gets automatically modified to a quoted empty string, ...
0
votes
0answers
60 views

Flex Mobile: Software keyboard event

I use spark.TextInput. If it's applied softKeyboardType="email", nor KeyUp or KeyDownor Enter events are dispatched. If it's applied skinClass="spark.skins.mobile.TextInputSkin", everything is Ok. ...
0
votes
2answers
61 views

Resize window and move elements, how to change coords

I have an adobe air application with 1024x600. Now i want to enable resizing. When I give percentage sizes for elements, like a datagrid, grid changes his size correctly. But what can I do with the ...
0
votes
1answer
53 views

How to display remote swf in flex UI component?

I am trying to display remote swf in my flex application, I am able to load swf, but it is not shown(visble) in my flex application. here is the code private function ...
5
votes
2answers
205 views

Adobe AIR mobile app fails when using HTTPS on Nexus tablet, but works on Kindle

Ok, 4 hours burned, so I'm turning to SO in hope for help. Here are the facts so you can understand quick: We have an existing AIR Mobile app that runs fine on my laptop, and every Android device ...
3
votes
2answers
384 views

android permissions in flex 4.6 mobile project

I developed an .ane extension for a flex project. The ane extension is only for android and basically it starts an android activity. The problem is when the application starts it crashes. I managed to ...
0
votes
1answer
252 views

Flex Mobile: Single Instance for IconItemRenderer

I've created custom IconItemRenderer in which label & message are being displayed over the icon (in my case it's a big image). I want to hide both label & message during the image is being ...
0
votes
1answer
54 views

Flex tabbed view gets reloaded everytime

I have a very simple Flex application for mobile phones which uses 3 tabs (with the TabbedViewNavigatorApplication). It seems that everytime I switch tabs, the selected view is reloaded. I've set ...
2
votes
2answers
146 views

seeking not working in flex 4.5 netStream byteArray

I am trying to play a flv video file in flex 4.5 with netStream byteArray. What I am doing is below: Creating a netStream and video object Attaching a netStream with video Reading flv file in ...
0
votes
0answers
69 views

NetworkInfo - flex packaging results with exception. help -urgent

I have to get MAC address from an iOS device but as there's no AIR support in iOS I tried to accomplish this using NetworkInfo ANE developed by Adobe. But when I add this to my project and try to Run ...
2
votes
2answers
235 views

BitmapImage and Image components does not display loaded bitmap?

[Bindable] protected var bmp : Bitmap = new Bitmap(); ... var loader : Loader = new Loader(); loader.contentLoaderInfo.addEventListener( Event.COMPLETE, onComplete ); loader.load( new ...
0
votes
0answers
71 views

How to embed Flow Player in Flex web application

I am trying to run a .flv video file using Flow Player in Flex web application. I am using Flex SDK 4.5 and using flowplayer.devkit > flowplayer.swc from ...
2
votes
2answers
127 views

Browse for folder in AIR on Android?

I am trying the follow, but it appears to be not working piece of code on Android, only it does work on Desktop applications. var f : File = new File; f.addEventListener( Event.SELECT, ...
0
votes
1answer
86 views

Is it possible to accelerate even more Google maps for Flash with Stage 3D hardrware acceleration?

I am using Google Flash API for Flash and so far it is working more than great. Anyway I wish to increase it's drawing performance using Stage 3D hardware acceleration. Is it possible to force ...
1
vote
0answers
113 views

Flash builder / Flex mobile tabbar without container and with custom functions

I am developing app in Flash builder 4.6 as Flex Mobile project. I have 4 different views being shown inside ViewNavigatorApplication. One of the views need to have tabbed menu bar at the bottom of ...
2
votes
2answers
69 views

Datefield to select years

I'm using a Datefield to get user birthday..But its very difficult to select very past years like 1987..Here I have to move 12 month to pass a Year..Is any way to acheive it easily? ...
2
votes
1answer
115 views

Accessing a tab navigator from child element

In my main application mxml I am using a tab navigator,I can access that tab navigator anywhere in the application by following code.. ...
0
votes
1answer
414 views

How To Control Icons in TabbedViewNavigator tabs for Flex Mobile

As currently developing an mobile application with Flex Mobile, got to the point of finalising things and make some fine visual layout adjustments. As my Application is built in sections using ...
0
votes
0answers
95 views

AIR Mobile app: Using same p12 certificate from different machines

I am using this .p12 self-signed certificate for my android mobile application. I can use this certificate from one machine in my home and it updates my app flawlessly on Google Play store. But when ...
0
votes
0answers
40 views

restore the air background running application

I am trying to restore my application which is running backgroung using Native application but once i close the application i am unable to restore it so please let me know the process to get it run
1
vote
0answers
46 views

How can use Facebook Requests On Adobe Air?

I used Facebook requests in Web application like this. Facebook.ui( "apprequests", {message:"blrablrablra"}, CallBackFuction, null ); But in air, Mobile doesn't have ui; only have api so I don't ...
0
votes
5answers
281 views

JPEGEncoderOptions is undefined

I get a runtime error that JPEGEncoderOptions is an undefined variable when running the below code in AIR 3.5: rawBitmapData.encode(rawBitmapData.rect, new JPEGEncoderOptions(), rawByteArray);
0
votes
1answer
140 views

AIR application update itself?

How to make AIR application update itself with newer version ? ( AIR on Android and iOS ) ( Flex 4.6 )
1
vote
1answer
126 views

How to apply masking on datefield in flex?

How to apply masking on datefield in flex? like when i enter text in datefield it should be converted like MM/DD/YYYY
2
votes
1answer
189 views

resizing camera and videodisplay during runtime

I have a videodisplay (spark) and camera. public var camera:Camera; ... livePreview.source = getDynamicStreamingVideoSource(); camera.setMode(camWidth, camHeight, 15); ...
1
vote
1answer
140 views

Smart sorting of directory list for Tree component

(I've inherited a Flex/AIR project and it's been a while since I worked with Flex so forgive me if this is a basic question) I have a Flex/AIR project which loads a directory of image file names and ...
0
votes
1answer
67 views

Tracking mouse outside of window in desktop-based app?

I'm returning to Flex/AIR after having been away awhile so this may be a very basic question. I have a window-based desktop AIR app. It has a sidebar/control panel type feature which is hidden until ...
2
votes
1answer
90 views

How do I migrate certificates for my AIR application that uses a native installer?

I have an Adobe AIR application that I package in a native installer for Windows. I just got a new certificate to sign it with and signing it with the new certificate works fine. However if I try to ...
0
votes
2answers
174 views

flex 4.6 mobile application: can I make .exe from it?

I am developping a mobile application with Flex4.6. I could create an output for ipad and android. I could also create an AIR application. Is that possible to create an .EXE for PC from this AIR ? ...
0
votes
1answer
434 views

Flex mobile - increase list scrolling performance

Imagine a tablet app that displays two content areas side by side. They completely fill the display, so are 100% in height and 50% in width. Lets assume we add a list to one container. Naturally this ...
1
vote
1answer
106 views

want to listen a right click, outside of the popup.?

I have a popup and i want to close it on mouse outside click. so i made a listener of event MouseDownOutside. but it listen only left click. i also want to close it to a right click but if i make a ...
0
votes
1answer
136 views

Avoiding <fx:declarations> tags in mxml classes to boost performance?

According to "The bAS3 Class", all declarations in a mxml class that are within a <fx:Declarations> tag are in fact bindable. [source]. So now I'm wondering what that does to the application's ...
0
votes
1answer
94 views

Want a Animation

My project is based on Adobe AIR/Actionscript Project and it's a small desktop application. I opened a popup using PopupManager Class. So here is code. var _dataviewPopup = new dataviewPopup(); /* ...
1
vote
1answer
484 views

Set Flash Builder 4.5 mobile application TextArea background color to black and font color to white

I am creating a dummy mobile application in Flash Builder 4.5. In application code I am using a TextArea and I am adding and removing TextArea on rum time. Now I want to set TextArea background color ...
0
votes
1answer
1k views

Set Flash Builder 4.5 mobile application VGroup background color to black

I am creating a dummy mobile application in Flash Builder 4.5. In application code I am using a VGroup and I am adding and removing elements on rum time. Now I want to set VGroup background color to ...
0
votes
0answers
217 views

How to create an .ipa file for a desktop application that is develpoed in flex?

I developed a flex project, it is a desktop application(air). I want to make it run on an iphone, for that I need to convert my application into a .ipa file. The desktop application was build using ...
0
votes
1answer
551 views

Preload dynamically created views in Actionscript for Flex Mobile App

I've got the following problem, my boss wants me to make our app far more responsive without any waiting time between switching views. It used to a "standard" application based on a ViewNavigator but ...
0
votes
1answer
227 views

Add layout to Flex UIComponent

How can I add a layout (a HorizontalLayout to be specific) to a Flex UIComponent? I'm working on a large mobile application, hence I'd like to avoid using additional containers like HGroups and work ...
-1
votes
2answers
1k views

Push notification in flex

Guy's i'm building mobile application with flash builder using flex so while reading about the push notification I've stopped on this link Lately Google deprecated Android Cloud to Device Messaging ...
2
votes
1answer
564 views

image not displaying in flex mobile application using nativePath

I am creating an android application in flash builder 4 using 4.1 SDK on windows. The application first downloads some images from the internet and saves them in the desktopDirectory. Now I want to ...
0
votes
0answers
183 views

How to remove underline for bullets list and bullets list unable to undo in TLF Flex?

Problem, I have already applied bullets for selected text then i would like to apply underline for selected text which contains my bullets list as well that will apply underline for bullets list also ...
0
votes
2answers
996 views

Moving a movieclip with another movieclip in as3

How can we move a movieclip in the direction another movieclip moving? I have a movieclip, the prey, that is moving with accelerometer updates. And I want the follower movieclip to catch up that ...
0
votes
0answers
166 views

How to play a video file in flex4.5 android mobile application

I am trying to play a video file in Flex4.5 mobile application but i am not able to do it. So can you give me idea, how can i play video in Flex4.5 mobile application. I am trying to play .flv video ...
0
votes
0answers
99 views

How to Make MediaContainer to Display Video in full screen without cropping in Adobe air?

I followed the following tutorial http://www.overdigital.com/2012/01/14/720p-video-on-ipad-and-android-tablets-with-adobe-air/ And I play the live video in android device..In landscape ...
0
votes
2answers
353 views

debugging iOS AIR app from FlashBuilder running under Windows/Paralells on a Mac

On my Windows 7 workstation at work, I use FlashBuilder 4.6 to debug iPad apps all the time. The process is simple and reliable -- start the debugger which begins waiting for the app to notify it, ...
0
votes
0answers
61 views

Move setStyle() properties to CSS

I've got several itemRenderers in my application that set Label colors using setStyle("color", value); depending on the renderer's data. Since this is a pita for designers to change as they would have ...

1 2 3