0
votes
0answers
10 views
ActionScript 2 FileReference problem on Mac OS
Hi There,
I'm working on an AS2 application. One of the functions is upload a file to server (PHP) and grab raw text (XML) from response by listening to OnUploadCompleteData event …
0
votes
1answer
36 views
Flash AS2 Quiz with individual points for each answer.
Hi guys!
I'm making a quiz in Actionscript 2.0.
The quiz has 8 questions. Each question has four answers and each answer gives different points. On every frame their is two questi …
0
votes
1answer
9 views
as2 simple for loop not populating textbox.
hi,
I have got an xml file that brings text into a flash movie in the form of an array,
I need to population some textboxes and want to do this using a for loop.
My loop look like …
0
votes
2answers
172 views
Flash + AS2.0 = Load XML file in constructor
How do you load an XML using a constructor, I need to parse it into an array and I use a custom class Menu.
Here is my code:
class Menu {
// XML file's filename
private v …
0
votes
2answers
36 views
Flash MovieClipLoader instance behaves incorrect
Hi there
I currently have a few movieclips that I load into another movieclip container. I use the MovieClipLoader class to load them and make use of the onLoadProgress, onLoadSta …
0
votes
4answers
58 views
Flash parsing XML without loading an external file (as2)
Hi,
In my flash, the socket server returns some xml data that I need to parse, but it seems that the only way to start the XML object is with the XML.Load() which loads an external …
0
votes
3answers
57 views
Merge multiple MovieClips into a single MovieClip
Hi,
I've multiple videos stored as MovieClip objects and would like to merge them into a single MovieClip video object in order to play all of them in sequence (so that a user thi …
1
vote
3answers
42 views
IE7, page refresh not re loading flash vars
I have a site the runs in flash. IE7 will not reload the vars in flash, the vars set by flash in the swf. when the page is reloaded. The thing that bugs me out is refreshing the pa …
0
votes
0answers
36 views
Actionscript 2 Problem with Buttons not working from Dynamically AttachMovie
Hi guys,
I'm trying to populate a list of buttons with results from a xml picture list in AS2. These buttons will load the resulting image from the xml. I'm populating the buttons …
0
votes
1answer
95 views
Flash AS2 fullscreen problem
Hi, i have my code to make the stage go to fullscreen but it doesn't seem to work if I use the .swf version of the file, if i export it as a .exe file though it will work, heres my …
0
votes
1answer
16 views
preloader for external as2 swf
all i need is a preloader to run and when it detects the swf is loaded it will stop and the map.swf will start to run. I have trawled the net for weeks with no luck. I have a mas …
0
votes
3answers
375 views
External SWF to External SWF Timeline Communication, Flash, AS2
Flash CS4, AS2
I have made an interactive tour. It can be seen here:
http://www.92YTribeca.org/Tour click on the bottom image
Each of the 4 sections are external swf and loaded …
0
votes
2answers
117 views
maximum value of _x on AS2 MovieClip object
Using Flash 8, and ActionScript 2, what is the max value that an _x property on a MovieClip can be? For instance, is it okay to position a movieclip at _x = 60000?
0
votes
5answers
605 views
AS2 String Replace for Array of Characters?
I have a function that works great in Actionscript 2, except it can only replace one character. I need it to behave more like str_replace in PHP and replace an array of characters. …
1
vote
1answer
21 views
UnitTest frameworks for AS2?
I have just tried out ASUnit and it wasn't a success,
so I'm looking for something simpler, no need for fancy UI.
trace output is fine.
ASUnit was not a success because it for som …
