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

HIde Flex Video Player's controls

I have skinned the controls of the video player through VidoePlayerSkin. I need to play the video always in full screen and show / hide the controls on tap. i can't access the VideoPlayerSkin class's controls group element in action script. What is…
Abhishek
  • 157
  • 1
  • 4
  • 13
0
votes
1 answer

AS3 filter function not working when there is 1 item in collection

I've got a list of room objects which is bound to an array collection (in the model) called roomsGroup. I have functions which add or delete rooms from the list, by calling the respective services from the server. Everything works fine -- until…
David
  • 703
  • 1
  • 15
  • 31
0
votes
0 answers

FlashBuilder 4.6/Adobe Air - TextInput duplicating letters

I am using FB 4.6 to develop an App for both Android and iOS. I have run into a situation with text input fields where on some occasions, when pressing a single letter will actually add multiple characters of the same letter to the text input field.…
azsl1326
  • 1,410
  • 2
  • 13
  • 23
0
votes
1 answer

Application icons for Flex mobile app targeting Android and iOS

The Adobe doc Developing AIR applications for mobile devices lists quite a few icons to be declared in an application descriptor file. But when I try Export Release Build with the following myApp-app.xml:
0
votes
1 answer

can we catch Packet Of HTTPservice of flex

Here i use Charles web debugger Proxy to catch all packet which send/receive by HTTP Protocol and here, i declare, Charles is HTTP monitor. after opening Charles i got all the packet which send from my browser. so i made a new application which call…
0
votes
1 answer

How select an item from drop-down of com-box with Enter Key in Flex?

I want to select item from a combo-box with enter key, is that any built in combo-box event not key-down event. Thanks
0
votes
1 answer

Is there any tutorials on how to drag a file form a flex application to windows explorer?

I can't seem to find a tutorial on how to create a drag event that allows you to drag a file form a flex air application into windows explorer file system. Is this possible? I have a icon that i would like to be able to click on and drag from my…
Justin
  • 1,249
  • 1
  • 15
  • 37
0
votes
1 answer

Resolving imports not found errors in Flex/Adobe Flash Builder

I am very new to Flex/Adobe FlashBuilder and I am running into an "import not found" error. Coming from a Java background, I understand this is more of a question of importing the equivalent of *.jar files in Flex/Flash. But how exactly I should go…
user1020069
  • 1,540
  • 7
  • 24
  • 41
0
votes
1 answer

Flex PMD not Working anytime?

i am surprising after seeing the result of FlexPMD. i installed FlexPMD as zoltanb said me. I have a Project with 2500 Files approximately and as I remember, i had a lots of duplicate code and not commented code means that a line is commented which…
0
votes
1 answer

1180: Call to a possibly undefined method BlurFilter. in flex 4.5

I am trying to apply filter to BitmapData, but one error is 1180: Call to a possibly undefined method BlurFilter. this is my code:- bmpData.applyFilter(bmpData,cropRect,new Point(),new BlurFilter( 10, 10, 1 )); i am using flash.filters any one…
Rajkamal
  • 425
  • 1
  • 7
  • 19
0
votes
1 answer

Component shows in Design view but not when the application is launched

This is what's happening: I have a Tabnavigator with the following tab: When I change the state to "loggedin"…
user1315134
  • 23
  • 1
  • 6
0
votes
1 answer

Want a Animation

My project is based on Adobe AIR/Actionscript Project and it's a small desktop application. I opened a popup using PopupManager Class. So here is code. var _dataviewPopup = new dataviewPopup(); /* PopUpManager.addPopUp(_dataviewPopup ,…
JK Patel
  • 858
  • 8
  • 22
0
votes
1 answer

want to display custome sort indicator in spark DataGrid?

i have data-grid in my application and i want to customize my data-grid so i made a renderer for column and header, but now a problem is that i want to make custom indicator which indicate a sorted column.? Thanks in advance!
JK Patel
  • 858
  • 8
  • 22
0
votes
1 answer

can I use javascript libraries such as turn.js inside a Adobe Flex project meant for desktop AIR app?

I want to have a turn effect for several images in an Adobe Flex 4.6 project meant for desktop AIR app. I have come across http://pageflip.hu/ and http://www.megazine3.de/home.html but I am looking for something I can use in a commercial application…
Kim Stacks
  • 10,202
  • 35
  • 151
  • 282
0
votes
2 answers

How to tell when OSMF player has finished Playing the video

I have built a OSMF player info my mobile flex application but I can't find a way to tell when the video is done playing. Can I somehow tell when the video is completed? Thanks in advance! import mx.core.UIComponent; import…
Justin
  • 1,249
  • 1
  • 15
  • 37
1 2 3
11
12