hello i am rebecca and my skills are typing and my hobbies are
skateboarding,racing and typing.and i don't smoke or do drugs i am
single my hair color is brown i belive in god my favorite movie is
the eye. my fave food is tocos this is a little bit about me bye MyHotComments
public class A{ private var _str:String;
[Bindable] public function get str():String{ trace("get
Invoked."); return _str; } public function set
str(value:String):void{ trace("set Invoked"); _str =
value; }