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
13
votes
3 answers

Text Input is reverting text when the application is deployed to IPhone, using Flash Builder 4.5

We are building a mobile application using Flash Builder 4.5.1, our application contains a text input that must accept arabic characters and should be "Right To left" directed. on the emulator all is working fine, while on the device it is not. When…
Hassan Mokdad
  • 5,832
  • 18
  • 55
  • 90
8
votes
5 answers

VerifyError: Error #1014: class could not be found

I'm developing AS3 project using Flash Builder 4.5 (also with library Away3D 4.0 and Flex 4.5.1 SDK). Also, I add my own SWC library, which I compile previously into my project. It works find if I import class in my SWC library, however I want my…
Nohappy
  • 274
  • 1
  • 4
  • 13
5
votes
2 answers

Flex mobile AIR app: can not see the content at the bottom

In Flash Builder 4.6 I've created a Flex Mobile AIR Project. Why is there neither the 2 buttons nor a scroll bar to see? And why can't I swipe down to see more text and the 2 buttons? Here is my complete and simple source code - The "home view" -…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
5
votes
3 answers

Remove unused source code files using eclipse/ Flash builder 4.6

i have a project having lots of file, around 4500 file in all Project. i separated it in 40 library project.Now my problem is that it taking too much time to Compile. so i increase a memory of Flash builder. This gives me little improvement to…
JK Patel
  • 858
  • 8
  • 22
5
votes
1 answer

Adobe AIR/FlashBuilder 4.6: Create reminder in Android App

I am using Flash Builder 4.6 along with Adobe AIR to create an Android App. I am looking to create some sort of reminder/appointment that will display a notification on screen or in the app bar at the specified time. So far I haven't found a way to…
azsl1326
  • 1,410
  • 2
  • 13
  • 23
4
votes
1 answer

How can start mobile Flex Google Map application using Adobe Flash Builder 4.5?

I am new in Adobe Flex development. How can I start Google Map in mobile Flex application in Adobe Flex using Flash Builder 4.5?
Narasimha
  • 3,802
  • 11
  • 55
  • 83
3
votes
1 answer

Switching Views [Flash Builder 4.5 - Flex Mobile]

I'm trying to build an app with Login view (no tabs), after user submits "Login" it'll then switch to another Main view (with tabs). Is this possible? Currently I chose the "Tabbed Application" under the Application Template. To make the tab bar…
daney
  • 83
  • 1
  • 6
3
votes
2 answers

A compiler error that makes me be confused in ActionScript

Firstly, something I want to explain is I am not familiar with ActionScript, so don't blame me a lot for some basic mistakes. I have just learned it for a short time only. Thus, a few tips of scripting ActionScript is always appreciated. :) I don't…
Hon
  • 33
  • 4
2
votes
2 answers

flashbuilder 4.5 mobile no com.adobe.fiber

I have a Flashbuilder-project and converting it for iOS. But I get an error at : import com.adobe.fiber.core.model_internal; import com.adobe.fiber.services.wrapper.HTTPServiceWrapper; cant find these libraries.
user1175380
  • 87
  • 2
  • 10
2
votes
1 answer

Flex Use the camera without cameraUI

Another question about the application I'm making. So when the user signs up, he needs to take a picture. I want to do this without using the cameraUI. I followed a sort of tutorial but the application doesn't run. I don't get errors, but the camera…
Timon Devos
  • 443
  • 1
  • 6
  • 18
2
votes
0 answers

how can connect Adobe flex server in working flex application using Adobe Flash Builder 4.5?

I am working on a flex application using adobe flash builder 4.5. In my application I can connect to the local service using flex server. How can I connect to the flex server in adobe flash builder 4.5? Please suggest a solution, or send me any pdf…
Narasimha
  • 3,802
  • 11
  • 55
  • 83
2
votes
1 answer

How to set camelCase to code generated by code templates in Flash Builder 4.5?

I'm trying to change the default event handler code generator, so that it generates the name of the function as onComponentidEventname For example: The code template I use is:…
Anton Petrov
  • 684
  • 5
  • 14
2
votes
1 answer

In Flash Builder 4.5, is there a way to know to which platform (android or iOs) I build a project at compile time?

I want to build a project in Flash Builder 4.5 both for Android and for iOS. Both builds use the same code besides a minor class: Android uses 1 class, and iOS uses a different one. Instead of changing it manually each time I compile, I want to find…
2
votes
1 answer

Actionscript 3 for Android - should I attach mouse event listeners to the stage or to individual sprites?

In AS3 on Android is it bad from a performance perspective to attach mouse event listeners to individual sprites rather than to the stage? I am writing an app for an Android phone using AS3 in Flash Builder. The app has multiple screens that…
leafcutter
  • 747
  • 7
  • 14
2
votes
1 answer

Create new window in Air Application

how to create new window(same application duplicate) in Air Project. Any one Help thanks.
Rajkamal
  • 425
  • 1
  • 7
  • 19
1
2 3
11 12