thanks for the quick reply!
i think if you bind with flex, binding get set automatically.
but i want to bind with flash9. in flash 8, you creating binding by:
mx.data.binding.Bind(bindObj0, bindObj1);
i have tried:
import mx.binding.utils.*;
but im getting this error:
**Error** D:\Production\PPE\New VMS\AS3\Samples\MyStage.as : Line 7, Column 26 : [Compiler] Error #1172: Definition mx.binding.utils could not be found.
import mx.binding.utils.*;
do you know where the library is stored at?
i tried looking in: C:\Program Files\Adobe\Flash 9 Public Alpha\en\First Run\Classes\mx
and
C:\Documents and Settings\<username>\Local Settings\Application Data\Adobe\Flash 9 Public Alpha\en\Configuration\Classes\mx
but i can't find binding...
please advice
Thanks again!
|