ActionScript: Difference between revisions

Content deleted Content added
bring wording up to date (in light of Flash player's deprecation) and link SWF
Danjp6791 (talk | contribs)
m typo
Line 141:
var txtHello: TextField = new TextField();
txtHello.text = "Hello World";
addParent3addParent(txtHello);
}
}