Why does this code not work for Flash 10?: onClipEvent(load){ //Import the classes needed to transform the color
I receive the following message when i start writing something inside a textField: *** Security Sandbox Violation ***
I want to populate the stage with a list of dynamic 开发者_JAVA技巧text fields with individual names, something like pg4_txt1, pg4_txt2, pg4_txt3. I\'m a novice at flash, I tried creating variables wi
I have a application developed in ActionScript 2 which has dragging/dropping activity. which works fine. I used following to test dropping
I am very new to action script, and using action script 2.0, I am having a problem getting an input 开发者_开发百科textbox to read in mathematical formulas. To enter 5x^2, the key sequence to be used
I\'m working on a banner ad using based on a computer keyboard in flash. I am using pre-made keyboard code (bought from activeden) wri开发者_JAVA百科tten in AS2. It has a function that riggers an anim
In AS2, I can certainly do this: var instance = new MyClass(); But is there a way to do something like this?
I am having a similar iss开发者_开发问答ue to this post except that I am using only AS2 at the moment.
I have the strangest problem I can\'t seem to figure out. I have created a simple flash image gallery. Like every other gallery it gets photo information from an XML file. It works fine, I have had n
I would like to create my own events. In action script 3 I can just extend the event class and create my own Event Class.