Tagged Questions
0
votes
0answers
12 views
Nativeprocess - Hide window
I launch an executable with NativeProcess (MyExe).
if(NativeApplication.supportsMenu){// mac
var pathEV:String = "Applications/MyAppOSX.app";
}
else{
}
var ...
0
votes
0answers
18 views
How can I use JSON mobile application in flash builder 4.6
mi código es el siguiente :
"my code is the following:"
<fx:Script>
protected function view1_creationCompleteHandler(event:FlexEvent):void
{
refreshBO = new RefreshBO();
...
0
votes
0answers
8 views
AS3 FDT How to instantiate an fla asset with a custom class?
I jsut started working at a company that uses flash builder, but I am using fdt at the moment. I am hvaing trouble getting FDT to instantiate the sprite in an fla project along with the custom class ...
2
votes
2answers
37 views
super() in Flash Builder. WHY?
Every time I start a new actionscript class in Flash Builder it starts off the constructor with a line
super()
I have never seen this before, and it seems to have no purpose. Deleting it results in ...
0
votes
1answer
18 views
Away3D Camera undefined properties
I am trying to get the examples from the Away3d tutorials working.
view = new View3D();
var cont:UIComponent = new UIComponent();
cont.addChild(view);
addElement(cont);
//setup the camera
...
0
votes
1answer
36 views
Flex popup window not covered the entire application after changing height of swf
In my Flex application I need to increase height of swf through javascript:
FlexGlobals.topLevelApplication.height += 50;
...
0
votes
0answers
21 views
Binding issues when migrating from Flex 3 to 4.6
Just migrated my application from Flex 3 to Flex 4.6 and found issues with Bindings and ChangeWatchers.
Snippet of code:
[Bindable]
public class Thing
{
private Boolean aVar = false;
public ...
0
votes
1answer
35 views
as3 MVC Using Arrays as Model Get/Set Variables
I am relatively familiar with the model-view-controller framework for actionscript 3. I have only used numbers and strings as variables in the model class. Now I am at a project that is basically an ...
1
vote
1answer
37 views
Get the XY position of the caret in TextArea
I need to get the XY position of the caret in textArea.
I already found a way to get the Y, but i dont know how to get X, can anyone help?
If any1 want to know, this is how i get Y:
var ...
0
votes
1answer
58 views
Accessing native function and class names
Does anyone know how to access the names of all classes and their functions and variables available in the Action script (String, Array, Math...).
I am building some kind of code editor and i want to ...
1
vote
2answers
29 views
AS3 Multiple Webcams not showing 3rd webcam
Hi I'm trying to create a simple AIR 3 application that displays 3 Webcams on the stage. For some reason the 3rd webcam doesn't want to show, it doesn't even turn on the LED indicator on the webcam.
...
0
votes
1answer
28 views
Flex - drop down list stuck down if it opens alert dialog
I need to show a warning dialog after the users picks a certain choice in a drop down list.
It is a simple drop down list in flex (flash builder 4.6), that opens an alert dialog. When I do this, ...
0
votes
0answers
57 views
Fill picture with color
I'm asking about ActionScript 3 code to fill attached picture with red color, then giving me message trace("100% painted"); when totally filled, and adding button to clear it again.
0
votes
1answer
33 views
How to get only the parent of the parent of the component
I am trying to apply the glow filter to the parent container of the parent container of the child, the event comes from the child.
so: [parent] has [another parent] which has [child]
Event is ...
0
votes
1answer
23 views
how to fullscreen with keyboard input enable on flex 3.6a sdk? theres no class on StageDisplayState.FULL_SCREEN_INTERACTIVE?
i tried using fullscreen interactive using 4.6a sdk but i need to run my application on 3.6a sdk ..can somebody tell how can i solve this..i cannot change my flex application because some class are ...
0
votes
1answer
44 views
Adobe Flex/Air Project Importing an .as Class
I've just started looking at basic adobe air apps, however I feel im stuck at the first hurdle.
I've found a action script library for use from ...
2
votes
2answers
74 views
Detecting Orientation Change with Event Listener
I'am work on ActionScript mobile project , i'am using starling with AS3 , i try to add event listener to detect ORIENTATION_CHANGE event in starling class but it will not detect the change , if i add ...
0
votes
1answer
22 views
Zoom inside of a container with HSlider component
Is there any way to use a HSlider to zoom (with percentage value) inside of a component?
I actually have a container:
<s:BorderContainer id="suppCont" x="238" y="10" width="710" height="514"
...
0
votes
1answer
45 views
Flex titledborderbox drag and drop disable dragging children of titledborderbox
So I have this titledborderbox in flex 4 with custom skin, I am working on drag and drop application and I have run into some problems.
When I initiate drag and drop on that component I am able to ...
0
votes
1answer
32 views
Netstream() progressive download of internal file
Hello All I have been working on a project for a while:
I have a non standard MP4 video file I want to play off a server in a IPhone App (I am using Flash builder to create it).
Due to a combination ...
0
votes
0answers
23 views
FlashBuilder 4.7 I am looking to get the Cairngorm.SWC file from a Maven-Repository
I have no clue what Maven is. I am looking to recode very fast a Flex 3 project in Flex 4.7. I used the Cairngorm.swc before and now I am looking for it for the new SDK 4.6 so I can adapt very fast ...
0
votes
1answer
49 views
Flash Builder 4.7 I want the spark TextInput to have an background text like Username. Is there anything ready?
I would like my spark TextInput to have a background text. It just sounds like something that should be easily in the component and so I wouldn't want to program it in an ugly way. Something like, ...
0
votes
1answer
66 views
Workers in Apache Flex 4.7
has anyone been able to use Workers in AIR Application built with Flex 4.9.1 and AIR 3.7?
I wanted to give it a try for a project, but as soon as I include/setup the worker like in the tutorial made ...
-6
votes
1answer
88 views
Load external pictures without interfering in the work the user is doing [closed]
I want to load external pictures (that will end up changing periodically) without interfering with the end-user's work in Adobe Flash. What I want would be similar to Multi-Threading technology in the ...
1
vote
1answer
46 views
How to enable orientation change for some views in Flex Mobile?
I have some views in my mobile app (for both ios and android) whose orientation was fixed to PORTRAIT using <aspectRatio>portrait</aspectRatio><autoOrients>false</autoOrients> ...
0
votes
2answers
31 views
Flex - Use id that's stocked on a variable
I'm new at working with Flex, and I can't figure out how to reuse a specific ID.
So I'm doing an application where you can customize a product. First you choose the product, and then you can add ...
0
votes
0answers
45 views
Complex custom drag and drop in Flex for non-list components
I am currently working on the custom drag and drop functionality in Flex, I am quite a beginner in flex and AS3 and therefore I am having problems which might be trivial for more experienced ...
0
votes
2answers
15 views
Attempted access of inaccessible method for interface function?
I can't see what is wrong with this. I have a class MyConnectionManager that has this code:
public class MyConnectionManager {
private var _delegate:NetworkConnectionDelegate;
public ...
0
votes
2answers
71 views
How to release memory after flex application is closed
How to release memory when browser is closed.
The problem is when I run my flex application in browser.
After closing the browser the memory is not released.
When re-open the application in browser ...
0
votes
2answers
48 views
Where is console in Flash Builder 4.7
I'm new to ActionScript development and am trying to create a simple Hello World program. Here is the code:
package
{
import flash.display.Sprite;
public class HelloWorld extends Sprite
{
...
0
votes
2answers
57 views
How to draw a star in AS3
i this my code this way but is not coming out the right way. I don't know what i missing, i can't figure out. if some want want to help!!
private var _color:uint;
private var _radius:int;
public ...
2
votes
1answer
78 views
Crossdomain policy behaviour on 302 redirects in AS3
I have crawled the web quite a lot these days, but couldn't get any accurate information on how crossdomain.xml files behave in case of 302 redirects; especially with the sandboxes having changed ...
0
votes
1answer
94 views
Drag and Drop custom titled border box in Flex 4 problems
hope that someone flex experienced will be able to give the advice on that:
So I have the little flex 4 application which has custom titled border containers, I want to be able to drag and drop them ...
0
votes
0answers
57 views
flex mobile: remove custom components from memory
I'm profiling a flex mobile application and I notice that custom MXML elements are never removed from memory while I push and pop views.
On views remove event i call removeAllElement() and ...
-1
votes
1answer
104 views
How to use starling with Flex, mixed MXML and AS3 code [closed]
i need to build a mobile application using starling by FlexMobileApplication project not ActionScriptMobileApplication project, can i do that , did starling supported with flex and MXML ?
0
votes
1answer
48 views
easiest way to add a swf animation in a flash builder project
I have a very simple flash aimation (frame based) thatI just have to run once. What is the quickest and easiest way to embed this into flash builder 4.6.
I have tried about 5 or 6 different ways but ...
0
votes
1answer
37 views
Why do I Get an 'Implicit Coercion of Value; error when exporting a swc from Flash Pro CS6 into Flash Builder?
I create my symbol with a class name
I publish as an SWC, and in flash buildr it looks like this
I import MyRect and try and use it
var redRect:MyRect = new MyRect;
addChild(redRect);
I ...
0
votes
2answers
51 views
Keeping watermark at the top most layer - as3/flash builder
I have a set up that looks something like:
<mx:Canvas>
<mx:Image id="mayimage"/>
</mx:Canvas>
<mx:Button id="watermark"/>
Where the button is the watermark that I want to ...
0
votes
0answers
48 views
Flashbuilder 4, Desktop Air Application - Embed and play Sound
I am a complete newbie to Flashbuilder, and I need to learn how to 1.) Embed a sound file (mp3) and 2.) be able to play said file.
I looked it up using Google and all the examples seem to be for AS3, ...
-1
votes
0answers
71 views
Decompile SWF and edit Constants
I have decompiled an SWF file with Sothink SWF decompiler. The file has some function, which have built from CONSTANTS. Is there any option to edit those constants, save the SWF file and load it?
...
1
vote
0answers
70 views
ios video playback using flash builder / flex
Hi I am trying to create an iphone app that streams a video from a remote server (that automatically creates video files) , I'm using flash builder 4.7, mobile flex.
My expertise with fb / flex is ...
0
votes
1answer
37 views
Making a teeter totter/ chopping motion in Flash AS3 with away 3D
I am trying to make a choppping motion based on the accelerometer of my tablet and showing it using away3D box. Essentially what I want to do it every time the user shakes the device on accelerationY ...
1
vote
2answers
73 views
How to calculate angle between two intersecting lines in Flex
If there is two lines line1 and line2 . How to calculate angle between these 2 lines.
If line1 has points {(x1,y1),(x2,y2)} and line2 has points {(x3,y3),(x4,y4)}
I know how to calculate the slopes ...
1
vote
0answers
75 views
Is there a way to generate true random numbers in Flash Builder?
I have a project that generates strings of random numbers that are used to select items from a test bank. I noticed that some of the items were being selected at disproportionately high rates so I ...
0
votes
1answer
76 views
NetStream.seek error Seeking videos
i try to do seek function in NetStream class using Action Script language , The seek is not work correctly . I read about KeyFrames in NetStream , what is the relationship between KeyFrames and seek ...
0
votes
1answer
71 views
Display Hindi language in flex mobile application
I want to display Hindi language as a Label text in flex mobile application. I am using adobe flash builder 4.5
0
votes
0answers
58 views
how change mxml property completion in flashBuilder 4.7
I'm looking for advanced modification of the mxml code completion.
for example:
completion on the property scrollSnappingMode on a List is managed by the metatag :
[Inspectable(category="General", ...
0
votes
2answers
43 views
How to know for sure something was made in Flash?
If you right-click on a game of movie in a website and see a box with the bottoim line "About Adobe Flash Player..." does that necessarily mean that the content was made with Flash (Either Flash Pro, ...
0
votes
1answer
41 views
how flash builder whitelist cross domain security sandbox
I am writing a program to send out a HTTP GET request to a server that I don't have privilege access to.
If the program is running inside my flash builder workspace, then everything is working fine.
...
0
votes
3answers
69 views
How to draw an angle in flex using graphics tool
How to draw angle in flex There are tools for drawing rectangle,ellipse etc in flex
Didn't find anything to draw an angle



