When i load like:
asset(imageSrc)
from frame load i get Bitmap
when is load in lazy its Container in the begin
I want to know if it Bitmap or Container , i try typeOf but didnt get the type.
How i can get the asset type?
found if(displayObject instanceof Bitmap)
Also ask for type.
2 Likes