How to Run As(Flash Action Script File) file in Flash.
Create a new AS file Flash 8 and Type your Program.
Example:
_root.createTextField("text",this.getNextHighestDepth(),0,0,100,50);
_root.text.text="Test";
Save as "Script-1.as".
Come to Flash, Select the first...