Tagged Questions
0
votes
0answers
23 views
Flash builder for iOS: esri ArcGISDynamicMapServiceLayer and time slider
0
Hi,
I am using Flash builder with Air technology to build an app for iPad which displays a map with time layer.
I am using esri:ArcGISDynamicMapServiceLayer for my rest map service. And also ...
2
votes
1answer
110 views
Buffering while pausing netStream.pause() actionscript
I have a video player and I would like to implement a pause button. I want the video to pause, buffer, and then restart from the point when the user pressed pause.
I red here ...
0
votes
0answers
91 views
import non-Adobe swf files into flash builder - actionscript
I am doing a ActionScript mobile project.
is there a way to import non-Adobe swf files into Flash Builder?
I tried this:
A an external swf in Flash builder
but I get error:
"Type was not found or ...
1
vote
2answers
1k views
Starting new actionscript project in Flash Builder 4.7: no SDK selection available
I'm using Flash Builder 4.7. When starting a new Actionscript Project, the first popup box where you define the project name etc doesn't show any SDK's. So under "This project will use" there is just ...
0
votes
0answers
160 views
Flex 4.6 click event handler function executes twice
I am stumped on this one. I have googled with no luck in finding an answer to my issue.
I am sure it is my validation function but I just don't see it.
I am trying to validate all of the validators ...
0
votes
1answer
4k views
Flash builder 4.7 trial expired [closed]
Hi everyone and happy new year :)
My trial period expired and i'm using a premium version downloaded from official adobe page. Now Flash builder just kill the app. process :(
Anybody faced this issue, ...
0
votes
0answers
109 views
FB Profile says “it is a gc root”, but it seems wrong?
People like flash builder profile tool very much.But recently, a problem came to me when I tried to find a memory leak. Here is the simplified sample.
package
{
import flash.display.Sprite;
...
0
votes
1answer
208 views
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 ...
0
votes
0answers
147 views
VerifyError: Error #1014: flexunit.framework::Assert when running unit test in FlashBuilder
Whenever I try to run my tests in FlashBuilder 4.6 I got the following error:
VerifyError: Error #1014: class flexunit.framework::Assert cannot be found
I checked my Build Path properties, I have ...
1
vote
1answer
206 views
Flex - How To Pass Multiple 'Datas' To A View?
I know that you can pass data to a view using:
navigator.pushView(views.LoadoutView, list.selectedItem)
But what if I pass that data, and then want to pass another piece of data to the same view ...
0
votes
1answer
137 views
FlashBuilder: How to get file location from FileReference object?
How can I browse to a file and send file location to the backend using FileReference object?
I am using flex 3.6.
0
votes
1answer
106 views
How to insert a LinkElement into a paragraph in Flex mobile project?
Hi, everyone.
I'm working on a mobile project on Flex.
Once I get a paragraph from the internet, I need to recognize a specific string(may not appear just once)from that paragraph and make it ...
0
votes
1answer
325 views
Keyboard shortcut in Flash Builder to insert ASDoc comment
Is there a keyboard command to insert ASDoc comment in ActionScript?
Before:
|
public var width:Number;
After:
/**
* |
* */
public var width:Number;
The pipe character representing the cursor ...
0
votes
1answer
47 views
can i use the text from a pastie to extract some values
i am a newbie to flash builder! i am trying to create an app for IOS, on my school project. the problem that i faced is: can i select a few items value from a text input field and to implement them in ...
5
votes
1answer
836 views
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 ...
2
votes
3answers
227 views
Can I develop an Adobe AIR application without Flash Builder?
Can i develop an Adobe AIR application without Flash Builder?
I want to run it from command line. If you have any example please share with me.
0
votes
1answer
146 views
I get 91.199999 instead of 91.2 when multiplying 15.2 * 6 [duplicate]
Possible Duplicate:
Is JavaScript's Math broken?
Round Number problem flex
I am having a problem with flex 4.5. I want to multiply 15.2*6, but instead of getting 91.2, I am getting ...
0
votes
2answers
426 views
Event is not being triggered for Geolocation in Flex
I created a button that looks up the coordinates of the device. There is no errors in the code but for some reason which is eluding me, the event is not being triggered.
Here is my code:
protected ...
0
votes
2answers
666 views
Populating a dropdown list in Flash Builder
I'm currently using the following code in Flash Builder to return a list of variables from an XML file:
[Bindable] private var I_Authors:ArrayCollection = new ArrayCollection ();
...
0
votes
1answer
145 views
Interactive console in the middle of flash debugging(flash builder 4)
I tried to search, but couldn't find anything on the topic.
In many languages in eclipse you can execute code in the middle of debug session.
Usually it's done through the console.
Is there a way to ...
1
vote
1answer
777 views
Create Image Slider Like Nivo Slider With Flash Builder
I'd like to build image slider like Nivo slider with Adobe Flash Builder.
i'd like to have image controls, image titles displayed above the image(like layers in flash).
i'd like to read the data ...
0
votes
1answer
775 views
Flash builder 4.6 will not launch a browser for debugging
I just upgraded from Flash Builder 4.5 to Flash Builder 4.6. Now when I want to run/debug, it does not launch a browser, it will only launch the "adobe flash player 11" window.
I tried setting the ...
0
votes
1answer
883 views
[Flash Builder] Disable security sandbox warnings (not fix them)
I am building a project where I use an external API loaded from the web, and I also load files locally. As I understand it, I cannot load both local and external files without causing a security ...
3
votes
2answers
3k views
Flex 4.5.1 runtime ReferenceError: Error #1065: Variable … is not defined
Ok, I need some help on this one. I upgraded from Flash Builder 4 to Flash Builder 4.5 and have switched my project to the 4.5.1 sdk. I use an ant script to build my project, so I modified it to use ...
0
votes
1answer
702 views
How to import FLA and include Flex into it using Flash Builder to get it to compile with getEnhancedMicrophone()?
I am trying to do the following, can you please guide/help me do it:
I have a video chat application that is done on Adobe Flash CS5.5. I had the problem of "echo" so I wanted to use ...
0
votes
1answer
267 views
Code Templates in Flash Builder 4.5 don't work?
I would like to customize the way FB generates new classes, interfaces, code snippets... Nothing major, white space, indentation, things like that, to match my coding style. I follow the instructions ...
2
votes
1answer
578 views
Flash Builder as AS3 Editor for Flash IDE Question
I have been using Flash Builder 4.5.1 as as Editor for my Flash IDE projects. This works great, mostly. I love that I can compile into the Flash IDE from Flash Builder. However, it is very annoying ...
0
votes
1answer
563 views
Is there a way to get IBM Ilog Elixir 3.0 working in Flash Builder 4.5
I've installed IBM ILOG Elixir 3.0 on my Flash Builder 4.5 installation.
I'm trying to use the IBM ILOG components inside a Flex 4.5 project, but I get;
C:\Program Files (x86)\IBM\ILOG\Elixir ...
0
votes
2answers
661 views
Global Search and Replace throughout Flex Project files?
Is there a way to do a search and replace across multiple files in a single project?
thanks,
Mark
0
votes
1answer
218 views
Flashbuilder: changing id of a dataProvider
I'm using Flashbuilder for this. I have a button that changes the id of a dataProvider like this:
result.datagrid.dataProvider="lineup_1";
However, i have another button which should also change the ...
0
votes
2answers
627 views
Can't export apk files in flash builder
I'm developping a mobile application in Flash builder. So in Flash Builder Burrito , I was using the Flex Hero SDK 4.5.0 but they currently realesed the Flex4.5.0.20967.
I downloaded the zip file ( ...
0
votes
2answers
282 views
Flash Builder 4 no longer… Building!
Flash Builder 4 has stopped building my apps. I was working on a couple of projects. When I debugged the app, none of my changes were reflected in the debug version. I tried manually building, ...
2
votes
1answer
3k views
flash builder crashes at startup
I have the following problem
WHen lunching FlashBuilder.exe (BURRITO): it crashes and creates an error log file such us:
hs_err_pid7084.log and following
But when I munch FlashBuilderC.exe : it ...
0
votes
0answers
1k views
AdvancedDataGrid - Expand and scroll to specific row?
First, thanks for taking a look.
I'm working on an application with an AdvancedDataGrid. This data grid's root hierarchy folders correspond to different types of characters called "Persons". Below ...
2
votes
5answers
1k views
How do you stop Flash Builder 4 Actionscript project launching Flash IDE?
I am trying to create an Actionscript project in Flash Builder 4. However when I debug or run it always runs in the Flash IDE. I want it to run in the standalone flash debugger without the Flash IDE!
...
0
votes
1answer
1k views
Autocomplete in Flex 4.0 not displaying items in dropdown list
I am new to flex, actionscript and flash builder (having to do an upgrade to an existing project).
One of the problems I seem to have is that the Autocomplete component that seems to be part of flex ...
3
votes
2answers
2k views
How can I use URL parameters while debugging in Flash Builder 4?
How can I use URL parameters while debugging in Flash Builder 4?
0
votes
2answers
736 views
The height and width properties on my Flex 4 app are not working?
In the opening application tag of my Flex 4 app, I set the width and height properties as follows:
<?xml version="1.0" encoding="utf-8"?>
<s:Application ...
