Toggling specific compiler warnings in Flash CS3

by Peter deHaan on December 2, 2008

in General

The following question came up today, so I thought I’d post the answer here in case it helps a few other people out there.
In Flex, the following code generates a couple warnings:

<mx:Script>
<![CDATA[
private var i;
 
private function [...]

{ 0 comments }

The following example shows how you can dynamically create an input TextField object in ActionScript 3.0 by setting the text field object’s type property to the TextFieldType.INPUT constant.
Full code after the jump.

{ 8 comments }