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
2
votes
0 answers

Loading mixed inscure display content crossdomain.xml

Hey guys some background, I've never worked with flash (mainly RoR/JS), so I'm not even sure how to tackle this issue. Switching our app to https, our only flash app hangs and doesn't work. The warnings in the console seems to be the issue. Loading…
pk1m
  • 286
  • 1
  • 4
  • 12
2
votes
2 answers

Flex application cant parse xml returned by web services

My Flex application properly call a web service but it does not populate the drop down box. Once I run the application the drop down box is empty. my flex code is as following
Jack Moore
  • 131
  • 2
  • 11
2
votes
2 answers

Flash builder newbie- when i run a flex project the browser displays a blank screen

I am learning Flex v4.6-> Flash Builder. Now, I created a simple flex project that has one single label in its UI. I saved the project and tried to run it-- a new page opens in browser, however this page is displayed as blank-- the label is not…
Arvind
  • 6,404
  • 20
  • 94
  • 143
2
votes
2 answers

Figuring out the package name of a *.SWC file so that I can import it

I am a noob to flex so this probably comes across as a ridiculous error to you guys, but I can't for the life of me figure out what would be the name of the package/class for the .swc file I just added. I am doing the typical steps, going into…
user1020069
  • 1,540
  • 7
  • 24
  • 41
1
vote
1 answer

Extending PopUpButton and using it in a Flex 4 web application

In my Flex 4.6 web application I use mainly spark components, but there is also an mx-component - a PopUpButton extended by me (the source code is below). Users report problems with that button, but I can't reproduce any - since weeks. I've tried…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
1
vote
1 answer

Has anyone been able to skin the Flex Mobile actionBar to look just like the dark theme Android ICS Action bar?

(In regards to Flex Mobile AIR on Android apps) Has anyone been able to skin the Flex Mobile actionBar to look just like the dark theme Android ICS Action bar? if so, how could you skin this using all mxml? Or if anyone has seen an android "theme"…
brybam
  • 5,009
  • 12
  • 51
  • 93
1
vote
1 answer

how to create multiple markers on google map using actionscript for flex mobile project

i am trying to create multiple markers on google maps using action script for flex mobile project 4.5 this is the code from where im passing the cities and which will load the google maps import spark.events.ViewNavigatorEvent; …
1
vote
1 answer

Flash Builder - Scroll with crtl+left/right messed up

I must have triggered some setting, but in Flash Builder 4.5 now, when I try to skip past a word using Ctrl+Left or Ctrl+Right, it will stop at the nearest capital letter instead of jumping the whole word. Does anyone know how to return this to the…
Codin' Wolf
  • 113
  • 6
1
vote
1 answer

Flex - Web Service - fullstops being stripped

My Problem: Fullstops are being stripped out from a web-service xml file when the field is in the format: 2. Detailed Explanation: Using Flash Builder 4.5 I have a Mobile project which uses a web service for it's sync to download and read an XML…
Rjs37
  • 189
  • 1
  • 13
1
vote
1 answer

Get data from sdcard in ActionScript Mobile (Android) project?

I am developing an ActionScript for Mobile project in which i want to read a .txt file from my sdcard and do some stuff with its data. I am aware of how to read a file from sdcard in native android java, but i cant seem to find my way around this…
Siddhant
  • 1,074
  • 12
  • 22
1
vote
2 answers

Remove Skin Background image in State2 from State1 in Flex 4.5 Blank Template Mobile Project

I'm working on a blank template flex 4.5 mobile project. I am using states, to move on to the next page on mobile solution. I have a background image on 'State 1' which should be removed on 'state 2' and other states. I have tried everything, and…
1
vote
2 answers

problems filtering XMLListCollection

I'm trying to create some sort of rangking. For this, I'm using a multilevel xml which I create with a php file. 1 3de klasse
1
vote
4 answers

Form elements do not appear in output

I have created a Flex project in Flash Builder 4.5. Next I added fl.controls libraries (and then mx.controls libraries) in the project. I am adding a screenshot so you can see the setup and the code. However when I run/debug it, nothing appears in…
Salman
  • 3,761
  • 2
  • 23
  • 34
1
vote
2 answers

Pass additional parameters to ADL from Flash Builder 4.5.1

I'd like to be able to pass additional arguments to ADL from Flash Builder 4.5.1. In the "Debug Configurations" and "Run Configurations" windows there is the "Command line arguments" field, but that is for passing arguments to the application being…
Atorian
  • 777
  • 10
  • 26
1
vote
1 answer

How to move Flex Mobile ActionBar down just a little bit?

I'm trying to simply move the actionBar down 75 pixels so I can squeeze an adMob ad in there. I tried: navigator.actionBar.y=75; But, i'm not seeing anything different visually, it's not moving, it's giving me no errors, but if i do…
brybam
  • 5,009
  • 12
  • 51
  • 93
1
2
3
11 12