Tagged Questions

Actionscript 2.0 is a scripting language used by the Adobe Flash software, introduced in Flash MX.

learn more… | top users | synonyms (1)

93
votes
14answers
13k views

What is the best way to stop people hacking the PHP-based highscore table of a Flash game

I'm talking about an action game with no upper score limit and no way to verify the score on the server by replaying moves etc. What I really need is the strongest encryption possible in Flash/PHP, ...
11
votes
4answers
12k views

Test if an object is defined in actionscript

In actionscript, how can you test if an object is defined, i.e., not null?
10
votes
6answers
25k views

Cross Domain ExternalInterface “Error calling method on NPObject”

I am trying to enable communication between Javascript and Flash via ExternalInterface across domains. The Javascript works great when it is located on the same domain as the SWF. But in one case, the ...
7
votes
5answers
320 views

My computer got stupid. 0 + 20 = 19.921875!!! Help me!

You know it's bugger-all when your computer can't get a sum right! I have not the slightest idea why this is happening: _root.attachMovie("clippy","aClip",_root.getNextHighestDepth()); trace("alpha ...
6
votes
4answers
156 views

actionscript: what means com/ or net/?

I wanted to get this off my mind while I was thinking of hierarchical structuring again. it seems, that adobe doesn't provides information about this. Why are popular actionscript add-on libraries ...
6
votes
3answers
5k views

Best practice for ActionScript 2 events - is there a way to simulate ActionScript 3-style events?

I love the AS3 event model - it helps keep my code clean and lossely coupled. When I used to work on AS2 projects, my code was not so neat and classes were more reliant on one another. Due to AS2's ...
5
votes
6answers
214 views

Why are animations sometimes done using steps based on the amount of time that's passed?

I've noticed that some programmers animate objects based on the difference in time. I am not sure why or even if this is logical. Does anyone know the significance? Below is a snippet of code that ...
5
votes
8answers
5k views

can an actionscript function find out its own name?

given the following function A(b:Function) { } If function A(), can we determine the name of the function being passed in as parameter 'b' ? Does the answer differ for AS2 and AS3 ?
4
votes
1answer
117 views

How to show tooltips inside a ScrollPane without letting Flash 8 hide the tooltip?

I have the content of a scrollpane that, when clicked, show a tooltip movieclip with attachMovieClip; the problem is that the attached movie clip, for the first rows, goes under the border of the ...
4
votes
1answer
127 views

How do I wait for flash (as2) to load child elements before running some code?

On the stage, I have seven buttons. I want to add events on these buttons, however most of them are "undefined"/null. How do I wait for the stage or _root in as2 to finish loading the child elements ...
4
votes
3answers
538 views

How to control a flash film with JS/jQuery

i have a project where i have a movie.swf (AS2) and some buttons with js/jQuery in the html part. Now i want the buttons to control the flash. For Example pressing Button1 would do a gotoAndPlay(1) ...
4
votes
2answers
635 views

Where's the HXML docs?

I've looked all over the HAXE Flash Command-line compiler website but was unable to find any detailed documentation of the HXML files (scroll down to the "Changing SWF properties" section) which ...
4
votes
3answers
3k views

MouseWheel not working when published movie has wmode=“transparent”?

I'm experiencing a bug with a published flash movie. When I embed the movie in an HTML page (with SWFObject 2.1), and assing it the wmode param value of 'transparent', all my functions based on the ...
3
votes
1answer
38 views

Why would a function state “myVariable = myVariable;”?

In the course of working with some as2 code from our dev team, I came across a baffling handful of statements where variables were set to themselves. Is there some reason for such a redundancy that ...
3
votes
2answers
110 views

Flash player doesn't allow script

I am a little new to flash and ActionScript and I have this persistent problem with security I think. The problem is that. I try to use code for a button in ActionScript 2.0 (i must use 2.0) ...
3
votes
1answer
344 views

Can Flash detect missing embedded fonts and/or replace with available fonts?

Edited Short Version: The Adobe Flash docs list a property embedFonts on TextAreas: A Boolean value that indicates whether the font specified in fontFamily is an embedded font. This style ...
3
votes
3answers
609 views

AS2 Inventory System

I'm attempting to create an Inventory System written in action script 2 (flash as2) I'm trying to create one that has inventory spots dynamically created and a movie clip remotely loaded into the mc ...
3
votes
1answer
618 views

JSON vs. XML parsing speed in Flash AS2

All, I'm working on a Flash AS2 project in which I have a choice of receiving a dataset in either XML or JSON. The dataset is probably about 100-1,000 rows of data; each row has roughly 50 fields; ...
3
votes
9answers
476 views

What are the pros and cons of migrating an application from AS2 to AS3?

I have a client asking me "What are the pros and cons with upgrading from AS2/Flash to AS3/Flex?" He is having performance and maintainability issues with his app. I sorta hate these questions ...
3
votes
2answers
2k views

Zipping and Unzipping tool for Flash

Are you aware of any zip/unzip component or script for flash / actionscript 2 ? I'm aware of this library for flex / AS3, but is there one for AS2 that will save me a long conversion attempt? Is ...
3
votes
4answers
3k views

How can I make cookies in my Flash application?

How can I make cookies in my Flash application using ActionScript 2.0?
3
votes
4answers
2k views

Loading an xml file from outside the swf file in Flash

A website I'm working on (using AS2 because it's oldschool) has a larger index .swf file that loads sub-swfs using loadMovie("foo1.swf", placeToShowSwf). There's foo1.swf through 4, which is silly ...
3
votes
4answers
450 views

What's the best way to port an application from ActionScript2 to ActionScript3?

Our application is written in ActionScript2 and has about 50.000+ lines of code. We want to port it to ActionScript3 and we're trying to find out what our options are. Do we have to do it manually or ...
2
votes
3answers
99 views

Comma format a number

I need to format numbers with commas as thousand seperators, for example: 1234 = 1,234 1234.50 = 1,234.50 12345.60 = 12,345.60 123456.70 = 123,456.70 1234567.80 = 1,234,567.80 etc etc This needs to ...
2
votes
1answer
74 views

as2 class code removed long ago (sometimes) gets executed with log traces

I have an issue in which outdated code removed long ago code in an actionscript 2 class sometimes gets executed. I can tell this in that the application fails and trace statements removed long ago ...
2
votes
1answer
66 views

Is my class-less AS2 programming close to OOP in spirit?

So I'm a flash game developer trying to make the transition from AS2 to AS3+OOP, only 3 years or so after everybody else did. There's a plethora of free, very helpful material to go through and I've ...
2
votes
1answer
27 views

How to attach a number to a movie clip

This is what I am trying to achieve but I do not remember the syntax in AS2 if someone could please help. public function highlightCan() { var glowId = String(this); var newId = ...
2
votes
2answers
51 views

Noob question on how to adapt a code in as2 to flash 5

I have this code in as2, it works great, but I need to adapt it to flash5 myName is the variable asociated to a dinamic text on the flash, it shows the hello but never the good bye even if I comment ...
2
votes
2answers
464 views

Flash Actionscript 2 List Component and selecting multiple items without having to hold CTRL while clicking

I am wondering if there is a way to allow users to select multiple items from my AS2 List component without having to hold CTRL while clicking. So they would be able to select/deselect individual ...
2
votes
1answer
101 views

Flash/AS2: Application gets slower the further you scroll down

I have built an application in flash, it is rather a large application that runs pretty smoothly, however it is a long list of graphs that run further than the application window so I use a vertical ...
2
votes
1answer
272 views

How can i on button press execute a command in the command prompt and get back the output in ActionScript?

I have a GUI using Flex. I have a condition like i need to execute some command line arguments in the local machine and get the results back or output back to a textbox area. How can i do a button on ...
2
votes
0answers
301 views

UDK HUD problem

hello im trying to add a new element to the hud its spoused to be a compass that should function like the minimap Ive add this code to the main hud.swf var DcompassContainer:MovieClip = ...
2
votes
2answers
256 views

Passing arrays from Flash to PHP

I am having a problem passing an array variable from Flash (AS2) to PHP. In action script I have several arrays defined like this output["px1"] output["px2"] output["px3"] and then I use the ...
2
votes
1answer
168 views

Broken toggle-comment in Textmate

I'm having a problem with the Toggle Comment command ("Comment Line / Selection") in TextMate for Actionscript 2 (I know, I know). I've tried completely stripping the language set down to isolate the ...
2
votes
1answer
112 views

Calling JS from a flash video

I need to create a really basic flash video (actionscript 2) where I click on a bit of text which will call a javascript function. I'm really new to actionscript so please forgive me if this is a ...
2
votes
1answer
195 views

Two Webcam At Same Time AS3?

Dear guys , Is this possible to stream two webcam at same time in flash !? I want to use one to track a person from top and one for face detection ?! I just wonder am i able to use two webcam at ...
2
votes
2answers
238 views

Architecture recommendations for Facebook integration?

I'm planning to create a web application that will basically allow a user to sign up, then sign in, do something on the site, and then the app will save some user-action data to the database and log ...
2
votes
1answer
303 views

Adding another XML field to AS2 script

AS2 newbie here, and I want to know if anybody can help me with the following code. Basically what I want to do is add another field to an XML file that is already being used to populate a AS2 news ...
2
votes
2answers
1k views

Loader.load and Loader.loadBytes differences

I'm loading as2 swf into AIR application. It works properly when loaded from file. But when loaded from bytes, it is broken in some way (it reacts to mouse, but some elements are inactive) var ...
2
votes
1answer
196 views

How do I include a SWC in an AS2 Flash project?

In AS3, I know how to accomplish this. One needs only to click "ActionScript Settings", and navigate to the SWC file under "SWC Files or Folders Containing SWC Files". However, when the project is ...
2
votes
1answer
238 views

KEY_UP event of ctrl key blocks KEY_UP event of 'c' key

I am trying to capture ctrl-c. I have noticed that many times, there is no KEY_UP event for 'c' key. I believe it happens in cases KEY_UP event for 'c' key should be thrown just before or after ...
2
votes
2answers
348 views

How to count time securely in a Flash game?

I'm developing a Flash game in ActionScript 2, and the issue if that this game has to count the time securely. It can't count the time from the Date class because the Flash Player takes the time from ...
2
votes
3answers
751 views

Loading external pngs into an AS2 swf that is loaded into an AS3 swf wrapper

I have a Wrapper SWF that loads a series of AS2 movies. Each AS2 movie loads a series of .png files. AS3_wrapper.swf |-> AS2_1.swf |-> image_1.png |-> image_2.png |-> ...
2
votes
3answers
344 views

ActionScript : Applying frame to a image / background?

I am editing a custom calendar application in flash. The purpose of this app is to let you select your own images, and create a calendar out of it. You can basically, drag and drop images of your ...
2
votes
1answer
1k views

AS3 - Loader class: Resize external swf to it's original stage size

Here is my problem (unfortunatelly didn't find solution @google): I'm loading external swf[AS2] into main swf[AS3] using Loader class. The main swf is 800 x 600 and the external swf is 300 x 200. ...
2
votes
1answer
251 views

Flash Lite 2 Split Image

Can flash lite 2(as2) split an image in to multiple movie clips? For example, get an image and split it in half to to mc's.
2
votes
2answers
2k views

How to draw a triangle in a math graph?

How to draw a triangle in a math graph which displays X and Y axis.
2
votes
2answers
731 views

Macromedia Flash 8 - Ireland Map, on mouseover dublin, dublin expands

Macromedia Flash 8 Question: I have a map of Ireland, just a gif, and there are several small buttons representing various point of interest around Ireland, which are scattered across the map. This ...
2
votes
1answer
815 views

communication between as2 and as3

I have this code under a button in 'as2.swf' on (release) { unloadMovie(this); } and this swf is being loaded into as3 container called 'main.swf', but when i press it nothing happens and the ...
2
votes
1answer
300 views

ActionScript 2: How do I determine the number of keys in an associative array without iterating?

Is there a function that allows me to determine the number of keys in an ActionScript 2 associative array without iterating over that array? // ascertain the length/size of an associative array var ...

1 2 3 4 5 22