hi, I am developing a application using adobe air and flex .....i have a block of code which should not execute for sometime for example.
private function filewrite():void
{
//some code 1
//STOP EXECUTION
//some code 2
}
something like this should happen...is there any Thread concept in adobe air?....how do i do it using adobe air 2.........