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
1 answer

FlexPrintJob giving error inside Interactive PDF

I created a swf file in Adobe FlashBuilder 4.6 web version and I want interactive PDF. I successfully embed this swf inside PDF with the help of java iText PDF library. My problem is when I click a print button it gives below error Error #2057: The…
0
votes
0 answers

Flex mobile app video playback error

I'm playing a video (F4V). in debug mode, both desktop and device it runs smoothly, as soon as I export a release build the video plays but there is no sound, no amount of fiddling with codecs seems to fix it so I'm guessing that's not the problem.…
0
votes
2 answers

Compare files - check for update

I'm building an app in flash builder 4.6, I have the files (jpgs flvs etc) online, but in order to save bandwidth I download the files to the userfolder so they are downloaded only once, up to this point all nice and dandy but, I need to check if a…
0
votes
0 answers

How to use "this" in Flash Builder 4.5

I'm trying to learn Flash builder 4.5, and now I'm stuck with this question. I got this code:
Cyr
  • 77
  • 6
0
votes
1 answer

Flash builder 4.6 : Error occured while taking APK build and also while debugging in device

I'm using Flash builder 4.6 with Flex 4.6.0 SDK overlayed with AIR 3.8 SDK, i'm not able to take the export build and also not able to debug in mobile devices. I got an error while debugging in device. FB 4.6 ERROR LOG: dx tool failed:Error: Could…
Gowtham S
  • 923
  • 14
  • 39
0
votes
0 answers

Flash builder, AS3 accessing embed files (compiling issue)

I have a problem when compiling embed files using Flash Builder, If I have my class called "Testing" with this embed file: [Embed(source = "myfile.xml", mimeType = "application/octet-stream")] public static var MyFile:Class; I can access the…
0
votes
1 answer

display values from spark datagrid to label on creation complete

I have to work with rss string. Basically I have to work with Data in grid. I have following function on change handler of datagrid; it means when I am click on any item, selected datafield row will bind to the label as per shown below: protected…
Naveed Mansuri
  • 439
  • 1
  • 5
  • 13
0
votes
2 answers

Dynamic XML with flex

I'm trying to build a type of query GUI, which returns queries from a php script in xml format via an httpservice. Each query returns different results eg. rep with most and leat quotes store with highest $ value I'm really stuck on how to…
danw
  • 75
  • 1
  • 9
0
votes
1 answer

Flex: configuration variable 'runtime-shared-library-path' requires a value for 'rsl-url'

When I am trying to export release for Android and iOS, its gives the following error. Encountered errors or warnings while building project XXXX.mxml. configuration variable 'runtime-shared-library-path' requires a value for 'rsl-url' Recently…
Arahim
  • 303
  • 1
  • 6
  • 14
0
votes
1 answer

Open HTML source code from dynamic link from flex mobile application

It's not like I have not tried and I want ready made solution. So don't came this thought in between. I want to access some of field like title and h1 (header) from html page link and display it in my flex application as label text. For this I need…
Naveed Mansuri
  • 439
  • 1
  • 5
  • 13
0
votes
1 answer

Flash Builder 4.6 How to get the session id of the user?

I'm using Java + BlazeDS4 + Tomcat + FlashBuilder4.6 .... How do I get the session id for each user logged into the site? I would like to get the session id and closes her case is connected in several places with the same user. ... I searched all…
0
votes
1 answer

How to display an Alert box without any buttons in ActionScript 3?

In ActionScript 3, by default, the Alert box has an OK button. How can I display an Alert box without any buttons (not even the OK button)? In my application, the Alert box would close on its own when a row is on blur. My client does not want…
Monte Chan
  • 1,193
  • 4
  • 20
  • 42
0
votes
1 answer

How to get all the values of one column and calculate a total

I am making a program where people can create their own food schedule. I also want to calculate the total amount of calories per food schedule. So first off people can add items to a list which are saved in an arraycollection:
0
votes
0 answers

display data in spark list form sqlite database

Here, I wanna display multiple items in list fetched from sqlite database: On-button click I call list function: protected function showrecord_clickHandler(event:MouseEvent):void { // TODO Auto-generated method stub …
Naveed Mansuri
  • 439
  • 1
  • 5
  • 13
0
votes
1 answer

Flare3D FlashBuilder Mobile Error

package { import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.Event; import flash.display.Sprite; import flash.display.StageAlign; import…
Mike Mcmahon
  • 65
  • 1
  • 1
  • 10