Tagged Questions
2
votes
1answer
712 views
Adding an as2 swf to the stage in an as3 swf
I have a menu control (as2), that is completely self-contained and doesn't rely on any interaction with the parent (as3). The menu control does load an external xml file that is in the same directory ...
0
votes
1answer
40 views
How to generate a Flash animation programatically
My flash asset file contains seven poses of a cute character. On the other hand, a C++ application (OpenCV), detects my gestures on the webcam. Each gesture is mapped to one of the seven poses. How to ...
0
votes
1answer
156 views
How to edit swf file link without fla file?
How to edit flash file (.swf) without .fla file ? I got banner in swf file and a need to make something like that:
when user click on that banner he will be redirected to an url (for example ...
0
votes
2answers
56 views
Iterating through movieclips that are not in the first frame
I need to loop through all the child inside a .fla file, and I can reach only the first frame movieclips when I loop through the childs, I found a "solution" that consists in copy all the movieclips ...
0
votes
2answers
50 views
what is this line doing
I have this page and I am trying to link to the /our-other-brands page and i have this actionscript code. All the links are working but the our other brands in the top nav...here is the line i cant ...
0
votes
1answer
347 views
How to compile .Fla and .as files
I have downloaded a program called "Piecemaker". Its a flash based image/album slider. Package came with a .fla file and some .as files. I want to make couple of small changes (change the hard coded ...
0
votes
2answers
788 views
flash import class from another directory
Originally my classes(.as) and project (.fla) were stored in the same directory. But I would like to refactor them. I've created a subdirectory "classes", and moved my classes into this subdirectory ...