Hi, I am getting this error:
Event Type 'flash.event:event' is unavailable
I have this function in my "Services.mxml" file:
private function loginUser_result( event:ResultEvent ) : void {
dispatchEvent( new Event("userAuthenticated") );
}
Then in my main MXML file I have:
<ds:SupportService id="svc"
userAuthenticated="mx.controls.Alert.show('Your are now Logged
In');"
/>
Any idea on why I may get this error?
Thanks
Malik

