ActionScript 3 (AS3) is the open source object oriented programming (OOP) language of the Adobe Flash and AIR Platforms. AS3 is widely used for RIAs, mobile apps, and desktop applications. (ActionScript 3 is a dialect of ECMAScript.)
9
votes
3answers
6k views
Vsync in Flex/Flash/AS3?
I work on a 2D shooter game with lots of moving objects on the screen (bullets etc).
I use BitmapData.copyPixels(...) to render entire screen to a buffer:BitmapData.
Then I "copyPixels" from "buffer" ...
8
votes
7answers
11k views
Timer vs setTimeout
The docs for flash.utils.setTimeout() state:
Instead of using this method, consider
creating a Timer object, with the
specified interval, using 1 as the
repeatCount parameter (which sets the
...
7
votes
4answers
2k views
Output filename in Flash Builder
I am trying Flash Builder for the first time and I'm stuck in a simple task.
How can I change the output filename?
By default, Flash Builder gives the SWF the same name of the entry point class and I ...
7
votes
2answers
1k views
filling in (…rest) parameters with an array?
Some as3 functions handle overloading by allowing for an arbitrary number of parameters using the convention:
public function doSomething( ... rest ):void;
I am in a situation where I need to pass ...
7
votes
2answers
10k views
dimensions of loaded swf's stage
Here's the situation - I've got a shell that loads an external .swf. Now, that .swf is 800x600, but it's an animation piece, and there are elements that extends off the stage. When I load the .swf ...
6
votes
2answers
2k views
Can all flash games be readily ported to adobe air for deployment on ios?
Can all flash games be readily ported to adobe air for deployment on ios? For example, if I develop a 2D platform game in AS3, can I simply re-package that for deployment on iOS using Adobe AIR, ...
5
votes
1answer
720 views
Flex: How to detect if user has blocked shared object from writing
Simple question is, how do i detect in actionscript if user have blocked from writing data to shared object?
sharedObj = SharedObject.getLocal("rememberme");
This return always shared object but ...
4
votes
4answers
4k views
5000: The class '..' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type
Here is the title error with complete paths:
\\psf\Home\Dropbox\Development\Repositories\GIT\i-cc\Powerhouse\Notes\master\flash\lib\libnote\NotesCore.as:1: 5000: The class 'lib.libnote.NotesCore' ...
4
votes
2answers
1k views
Flex: Impossible to resize the external loaded SWF's content
I have an application where I try to load an external SWF. So, we have:
My application: The Stage's dimensions are 768x1280. ScaleMode = EXACT_FIT.
External SWF: It's another application where its ...
4
votes
1answer
3k views
Actionscript's ExternalInterface.addCallback only working locally, not in production
In my Flex app, I need a Javascript control to call one of my Actionscript methods. Simple enough, according to the Flex/Actionscript documentation, I wrote this in my Actionscript code:
if ...
4
votes
4answers
3k views
Is it possible to store images in the SharedObject of Flash?
Is it possible to store a Image in a SharedObject in Flash? It would be nice if it would work. I need to "store" Images locally but it seems not to be supported by Flash... So I 'ld like to put those ...
4
votes
7answers
13k views
Get URL of current page from Flex 3?
How do I determine the URL of the current page from within Flex?
4
votes
4answers
5k views
Solution to skew bitmaps in flash
I'm looking for a solution to skew images. Flash only allows skewing of vector-based objects. I tried to use matrices but could not get a propriate solution. The goal is to do something like a ...
4
votes
7answers
15k views
ExternalInterface.call() not getting return value
I have a Javascript function that returns the innerHTML of a div. I am attempting to call this function from Actionscript and store the return value. I know that the Javascript function is being ...
4
votes
5answers
2k views
Any way to have an ActionScript 3 (Flex/AIR) project print to standard output?
Is there any way to have a binary compiled from an ActionScript 3 project print stuff to stdout when executed?
From what I've gathered, people have been going around this limitation by writing hacks ...
3
votes
2answers
3k views
Debugging iOS/AIR content on the device
I've created some flash content in FlashDevelop (v 4.0) that I've turned into an .ipa and put on the device. I would like to debug the content while it is running on the device because it is giving me ...
3
votes
1answer
2k views
Help with Cross-Domain file for ActionScript 3 Socket
Here is My ActionScript Code:
var S:Socket=new Socket("127.0.0.1",2222);
Here is My CrossDomain.XML File (Located at http://127.0.0.1/crossdomain.xml)
<?xml version="1.0"?>
...
3
votes
3answers
2k views
Relative URLs in Actionscript 3
I have a flash movie using Actionscript 3 with some buttons that open links to new pages. Here is the code I have for redirecting to the new page:
myButton.addEventListener(MouseEvent.CLICK, ...
3
votes
2answers
8k views
Flash & Flex SDK/AS3 - How to keep keyboard focus?
I'm writing a flash application in Flex/AS3, and I can't seem to assign keyboard focus to it. I was mindful of this problem early on in development and added a splash screen with a "play now" button, ...
3
votes
6answers
5k views
Can you have “ByRef” arguments in AS3 functions?
Any idea how to return multiple variables from a function in ActionScript 3?
Anything like VB.NET where you can have the input argument's variable modified (ByRef arguments)?
Sub do (ByRef inout As ...
3
votes
4answers
12k views
Security Sandbox in AS3
What is a security sandbox violation, and how do I override it? I'm making a project in FlashDevelop, and today, it will not load external files, even though it had been previously. It gives the ...
2
votes
1answer
11k views
flash as3 - how do I find an object's index in an array
how do you find an object's index / position within an array in flash actionscript 3? I am trying to set a conditional up in a loop where, if an object's id is equal to the current_item variable, I ...
2
votes
1answer
2k views
ActionScript - Creating Square, Triangle, Sawtooth Waves From Math.sin()?
is there common code available that produces square, triangle, sawtooth or any other custom waveforms using the math class?
below is a basic function that handles a SampleDataEvent and plays a ...
2
votes
3answers
2k views
Is there a way to get the actual bounding box of a glyph in ActionScript?
I'm learning ActionScript/Flash. I love to play with text, and have done a lot of that kind of thing with the superb Java2D API.
One of the things I like to know is "where, exactly, are you drawing ...
2
votes
3answers
9k views
How to call a function in a Class from another Class?
Update: Modified title to better reflect my question
Hi everybody :)
My question today revolves around a CustomEvent I'm trying to send from one sub Class to another.
I've used my CustomEvent class ...
2
votes
1answer
4k views
Close webcam usage via actionscript
Is there way, how to close webcam connection in actionscript. I am opening stream through Camera.getCamera(). Problem is, that after freeing webcam instance (i tried many ways) LIGHT on webcam is ...
2
votes
1answer
754 views
Can I get vector data back out out of a Graphics object?
In the Flash 10 player, suppose I've loaded a Sprite that's just a dozen random lines. Is there any way to inspect that Sprite's graphics object and find out the positions of those lines?
Currently ...
2
votes
3answers
2k views
object-reference as string?
In java, you can get a unique string for an object.
How can you do this in as3?
2
votes
2answers
2k views
What data types does a SharedObject support?
I know it is a simple matter to store Strings and Numbers with a SharedObject, and I am also familiar with this sort of thing:
var sharedObject:SharedObject = SharedObject.getLocal("userData");
var ...
1
vote
2answers
181 views
AS3/AIR: If phone use portrait, if tablet use landscape?
Ok, I've written myself a simple DeviceCapabilites class to be able to check if the device is a phone or tablet etc.
But I need to be able to say that if the user is on a phone, it should be in ...
1
vote
4answers
241 views
Trying to use BindingUtils in Flash AS3.0
I am not able to make this code work in AS3.0 ( Flash ) with Flex SDK 4.0 included.
import mx.binding.utils.*;
[Bindable]
var myValue:int = 0;
var cw:ChangeWatcher = ...
1
vote
1answer
287 views
Flex : Is it possible to stop a remote call?
I search for a long time, but I still not found the answer.
In common case, we keep the token of a remote method call, Flex -> Java for example.
But, if the client know that the current call is not ...
1
vote
4answers
1k views
Is there a way to read local files in ActionScript 3 “silently”'?
I'm developing an application and because of certain design restrictions I have to do it in Flash. This application communicates with another one done in c++, but just because I need a couple strings, ...
1
vote
2answers
445 views
flex tree gets chopped even after using scroll bar
when i use the following tree renderer class the the informtions in the tree gets chopped. Is there any solution to fix this bug. please help me.
The PLTree class is as follows:
import ...
1
vote
2answers
458 views
How to pass a String from a SWF into another SWF
hoping this is an easy enough question :)
Some details:
I am using Flash CS5, never touched Flex. Also the SWF that is doing the loading will be a client SWF, so hoping for a solution that could work ...
1
vote
2answers
1k views
UI Component life cycle in Flex
In UI component life cycle, I heard validation and invalidation events. Please explain me about these events in short. What does updateDisplayList() method do in that life cycle. Please explain me in ...
1
vote
2answers
1k views
Box2D: How to get the position of a static body?
I have a Box2D world with a mixture of static and dynamic bodies. On collisions, I can only get the positions of the dynamic ones.
Is it possible to get the positions of static objects?
N.b., this ...
1
vote
5answers
1k views
implementing singleton class for Actionscript
I know actionscript does not allowed private contstructor at any time and But if i want to write a sinlgleton class in action script So how to implement it in actionscript.
Can anyone provide an ...
1
vote
4answers
3k views
ActionScript Comparing Arrays
how can i evaluate whether my test array is equal to my static constant DEFAULT_ARRAY? shouldn't my output be returning true?
public class myClass extends Sprite
{
private static const ...
1
vote
3answers
4k views
Flex Datagrid - how to obtain item for mouse x/y coordinates?
my mission is to select an item in a DataGrid instance with nothing but the coordinates on screen.
We are implementing right-click functionality in our Flash application, with the goal of being able ...
1
vote
2answers
2k views
Thumbnails for mxml components in Flex
Is it possible to make some kind of 'dynamic' thumbnails for mxml components which I'm using in my application? By 'dynamic' I mean if I change some layout in mxml component, my thumbnail refreshes ...
1
vote
5answers
859 views
Flash ActionScript 3 capabilities lacking in ActionScript 2
Ever since Adobe introduced ActionScript 3 with Flash Player 9, many of us have been slow to switch over. In short I'd like to know what AS3 as a framework can do, that is simply impossible or ...
1
vote
3answers
5k views
AS3 arguments
Why do you think the code below does not work?
What would you change/add to make it work?
Any help is appreciated..
function TraceIt(message:String, num:int)
{
trace(message, num);
}
function ...
1
vote
3answers
3k views
AS3 Event Bubbling outside of the Scenegraph/DisplayList
Hi just wondering if it is possible to take advantage of event bubbling in non display list classes in AS3.
For example in the model of an application where there is a City class that contains many ...
1
vote
4answers
13k views
flash AS3 how do I remove stage event listeners
I'm building an animation in flash and as3, I have a function in which I add a stage
eventListener, stage.addEventListener(Event.ENTER_FRAME, setScrollPercent, false, 0, true);
Since this event is ...
1
vote
4answers
15k views
Displaying data points in Flex Line chart
I have a flex line chart. Instead of the default behavior of having to hover over parts of the line to see the data points, is there a way to change the rendering of each point and have them always ...
0
votes
1answer
871 views
as3 android saving remote sounds on sdcard - accessing later?
This code is way cool! Try it. It creates a folder in your user called .007 and saves an mp3 called yahoo.mp3.
It will also do it on an android device if permissions are set correctly.
Once it ...
0
votes
3answers
947 views
Facebook AS3 api log in box did work, a day later it does not
Yesterday I successfully got my flash project to log in with the facebook as3 api.
Today I tried using the application again, and now its not working. I didn't change any code... Does anyone know how ...
0
votes
3answers
2k views
Writing Flash crossdomain.xml for Amazon S3
I have two servers. Server A is an internal server that has access from the outside world set up here in my office. It has a Rails server running on it. I have a second server, Server B, that contains ...
0
votes
5answers
6k views
How to call flash actionscript callback method from javascript?
I tried to call a flash callback method from JavaScript.
But it seems not working.
The flash action script example code is like below [Simplified]:
import flash.events.ActivityEvent;
import ...

