NativeApplication.nativeApplication.icon.bitmaps = bitmapData();
I wrote coding in my project for sysTrayIcon display but got error like
NativeApplication.nativeApplicationSeverity and Description
Path Resource
Implicit coercion of a value of type flash.display:BitmapData to an unrelated type Array. toy/src toy.mxml .icon.bitmaps = bitmapData();
What mistake did I make, or could you tell me the meaning of this error?