Questions tagged [flash-builder4.5]

Adobe Flash Builder4.5 is an Eclipse based IDE for Flex application development.

This IDE helps developers to develop Flex based application for Web,iphone and Android.Licenses can be obtained for Flash builder 4.5 from Adobe. It is also bundled with Adobe Creative Suite 5.5 Web Premium and Adobe Creative Suite 5.5 Master Collection.

172 questions
0
votes
0 answers

fetching news from http://news.google.com/news?pz=1&cf=all&ned=us&hl=en&output=rss in flash builder mobile application

I want to fetch news from following source in my flex mobile application: http://news.google.com/news?pz=1&cf=all&ned=us&hl=en&output=rss I have tried with following steps: Step 1: I have inser url in Data --> Connect to Data/Services and then I…
Naveed Mansuri
  • 439
  • 1
  • 5
  • 13
0
votes
1 answer

PersistenceManager issue

I have written a code to save my screen data and retrieve it for second time. Code is:
Naveed Mansuri
  • 439
  • 1
  • 5
  • 13
0
votes
1 answer

how to access application without entering name second time

I have a application, in which when user open it up on their iPad, first view is about entering user name to access application. it works fine. Every time when I start application every time it ask me for a Name. But I have to remove that function…
Naveed Mansuri
  • 439
  • 1
  • 5
  • 13
0
votes
1 answer

Can flash builder check If Bluetooth is enabled for Android phone?

I'm using Flash Builder to build a mobile application for Android Phones. I would like to know if it is possible to check for Bluetooth (ON/OFF) and enable it if it is OFF. I'm using the internet to check for connection that shows below but I also…
TCO
  • 167
  • 1
  • 8
0
votes
1 answer

Transition in Spark Components like BorderContainer, List, etc.,

I am developing flex mobile project in adobe air, using flash builder 4.7, i am able to apply Transition in views, How can i apply Transition to Spark components like BorderContainer, List...
0
votes
1 answer

How to convert label text to speech

I need to create an application which reads the text from a label, and when user clicks the play button, it will speak label text. I am currently using flash builder 4.5. Does anyone have any idea how to work with that?
Naveed Mansuri
  • 439
  • 1
  • 5
  • 13
0
votes
1 answer

Print through flex / flash builder mobile application for ios

I have to allow user to print through my application. I am creating application for ios using flash builder 4.5.1 Here is the code for it:-
Naveed Mansuri
  • 439
  • 1
  • 5
  • 13
0
votes
1 answer

How do I work around cases where the listProvider data comes back as just ONE single record?

Im using HTTPservice to load XML and show the results in a list - it works when there are more than 1 XML record found.... but when there is only ONE single returned XML record it gets treated differently for some reason and generates this…
tamak
  • 1,541
  • 2
  • 19
  • 39
0
votes
1 answer

Is it possible to retrieve xml from server, save to device and use that local file for my HTTPService url?

I have an app that retrieves XML From a server I run... Im trying to limit the calls to the server (if possible) to improve responsiveness of the app and decrease the likelihood that the user will get errors if the data stream doesnt make the trip…
tamak
  • 1,541
  • 2
  • 19
  • 39
0
votes
0 answers

When Using Native Extensions (ANE) with Flashbuilder 4.5/6 can I 'export release build' or do I have to compile with command line?

Am I overlooking something or is it really true that to create the final .APK file for an android app I have built in fb 4.5 / 4.6 I have to really use the command line or will it work if I just do export release build as I normally do? I've…
tamak
  • 1,541
  • 2
  • 19
  • 39
0
votes
1 answer

Can not able to download image from web in flex mobile app

I want to download an image from URL to my Mobile using Flex Mobile. I have found This and tried this:
user2150999
0
votes
1 answer

is it possible to hide the standard grey rounded box of a BUTTON component in flex 4.5?

I have a set of buttons I have added to the stage of my flex mobile app... I have transparent PNG icons set on those buttons using the 'icon' parameter but was wondering if there is a way to hide the grey box of the standard button element? so…
tamak
  • 1,541
  • 2
  • 19
  • 39
0
votes
1 answer

How to send mail from flex mobile application 4.6 without popping up any mail client. I am going to deploy this app on Ios and Android.

I am new to flex 4.6 and want to send mail with all the fields of email aumatically generated. i want to do this all on a single click.
rst
  • 1
  • 1
  • 3
0
votes
1 answer

How to reference to json node / child... how do I access the string value of this?

Im using youtube api (via flash builder / AS3) and loading video data (title, description, id, etc.) successfully using the following: thistitle = myJSONdata.feed.entry[thiscount].title.$t; thisdesc =…
tamak
  • 1,541
  • 2
  • 19
  • 39
0
votes
2 answers

FB 4.6 - list component -- prepend labels with an item count?

I have a list component that uses a sqlite database as the dataProvider and am able to use labelField to show the data labels just fine... I want to, however, affix an incremental count before the label field so its listed as 1.) item number 1 2.)…
tamak
  • 1,541
  • 2
  • 19
  • 39