<?xml version="1.0" encoding="utf-8"?>
<mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" width="400" height="300">
<mx:Script>
<![CDATA[
override public function validateDisplayList():void {
super.validateDisplayList();
for (var i:Number=0; i<rawChildren.numChildren; i++) {
if ((rawChildren.getChildAt( i ) as DisplayObject).name == "whiteBox" ) {
((rawChildren.getChildAt( i ) as DisplayObject) as Shape).graphics.clear();
}
}
}
]]>
</mx:Script>
<mx:Text text="1221sdfsdfssdfs
sdfsdf
sdfs
fs
fsd
fsd
fsd
fsd
fsd
fsd
fsd
fs
df
sdf
sdfdfs d
|sdfsdfsdfsdfsdf sdf sdf sd fsdfsdfsdsdfsfsdfsfdsfdffsdf sdf sdf sdf sdfsdsdfsfsdf
sdfsdfsdfsdfs
sdf
sdfsd
fsd
f
sdfsd
f
sfd fsdfdsfsdfsdffsd sdf sdffs dfdf"/>
</mx:Canvas>
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns:local="*">
<local:myCanvas>
</local:myCanvas>
</mx:Application>