Questions tagged [flex-mobile]

Questions concerning the mobile classes created in Flex version 4.5 and higher.

Examples of Flex Mobile component classes:

  • ViewNavigatorApplication
  • ActionBar
  • IconItemRenderer
250 questions
2
votes
1 answer

Loading modules in a Flex mobile application

I am going to write a Flex mobile application which can benefit from loadable modules, but encountered "Modules are not supported for AIR mobile applications." statement here. Is there any workaround to load swf modules (containing UI with some…
Maksym
  • 353
  • 1
  • 5
  • 14
2
votes
2 answers

Saving/Reading a file from File.applicationStorageDirectory in an iPad Flex4.5 app

I have a Flex application (SDK 4.5.1) which runs on iPad... I need to download any files, put them in local directory (like the File.applicationStorageDirectory) and then view the file inside my application. So in my test application a downloaded a…
marcocb
  • 241
  • 3
  • 10
2
votes
1 answer

How to remove Button from Flex Mobile app actionbar with AS3?

How exactly would i remove a Button from the actionBar "actionContent" in a flex mobile app? I tried…
brybam
  • 5,009
  • 12
  • 51
  • 93
2
votes
2 answers

Flex Mobile persist view data

I built a simple hello world app to check out the Flash Builder 4.5 mobile capabilities. Here's how it works: The Default View asks for name in an textinput and has a continue button When you click the continue button it pushes a new view in the…
Pranav Hosangadi
  • 23,755
  • 7
  • 44
  • 70
2
votes
2 answers

EncryptedLocalStore not supported

I am trying to create a secure database for a mobile app using the as3corelib EncryptionKeyGenerator package from here https://github.com/mikechambers/as3corelib/blob/master/src/com/adobe/air/crypto/EncryptionKeyGenerator.as but when I run it I …
JaChNo
  • 1,493
  • 9
  • 28
  • 56
2
votes
2 answers

how to implement zxing barcode reader in Flex 4.5 mobile development.

does anyone know how to implement the zxing barcode reader in Flex 4.5?
Capiono
  • 210
  • 2
  • 8
  • 17
2
votes
3 answers

Flex Mobile Maven Build

I'm trying to find out if there is any way to build my flex mobile project using maven. When I run my maven build I want to have an apk-file and an ipa-file as output of the build process. It would be really cool if there would be a way to run the…
L.Butz
  • 2,466
  • 25
  • 44
2
votes
1 answer

Adding auto update features to the flex mobile application

currently i am working in mobile application development in flex4.5 . i want to know whether there is any possibility to make the auto update feature(regarding the verison) in mobile application using flex 4.5 . please suggest me on this requirement…
vengatesh
  • 503
  • 1
  • 6
  • 15
2
votes
0 answers

flex mobile add emoticons and text

I created a chat program in the mobile project, but I can not add emoticons,I know textarea can not display pictures,So I reluctantly use RichEditableText, it can add a picture, but why can not I enter characters (letters and Chinese characters) in…
2
votes
2 answers

Simple datagroup with itemrenderer not working in flex mobile

I am using a datagroup for displaying XML data. When I am using default item renderer the nodes are displaying, but when I try with my own itemrenderer, it fails. Here is the code:
Sharath Kumar
  • 145
  • 3
  • 4
  • 11
2
votes
2 answers

MP4 video remains hidden on mobile Flex app

I'm currently struggling on my Flex mobile project using video player. Basically, the problem is that I don't seem to be able to play, or at least see, .MP4 videos at all (no video, no sound, the player view is simply empty) on a iOS mobile device.…
Cédric D
  • 412
  • 4
  • 18
2
votes
2 answers

Android certificate store is being ignored by my AIR mobile application

I’m developing an AIR (Flex) mobile application for Android and it needs to communicate with an http server using SSL or TSL. I got the CA Certificate Chain using Firefox (checked it also with other tools) and got the following chain: The one…
SebastianT
  • 263
  • 3
  • 14
2
votes
2 answers

How to exit (close) a mobile flex application?

I want to exit ( close ) programmatically a mobile flex application when clicking a Button. What is the ActionScript for that ?
pheromix
  • 18,213
  • 29
  • 88
  • 158
2
votes
0 answers

Flex Mobile: app resizes when softkeyboard appears but doesn't resizes when it hides

I have a Flex Mobile application, where my ViewNavigatorApplication is set to resizeForSoftKeyboard="true". This, so that the View displayed resizes when the soft keyboard is called. The view is increadibly simple. As you write on the TextInput, the…
2
votes
1 answer

How to record video using the as3 camera class

I'm trying to add video recording into a mobile app I'm building. But am struggling with the recording part. So far I have got the camera class displaying in a video object with the code below. private function init():void { var…
1
2
3
16 17