Got it... this is needed..
private function initVars():void{
req1 = Application.application.parameters.req1;
req2 = Application.application.parameters.req2;
}
and initVars() is called on the application creationComplete.
works like a charm...
here is the link in liveDocs
http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.
htm?context=LiveDocs_Parts&file=00001003.html
Jayson

