loaderIndo is a property of the DisplayObject class -
add
public var loaderInfo:LoaderInfo;
and in constructor -
loaderInfo = LoaderInfo.create(null);
this will atleast create an empty LoaderInfo object. If you want to reduce
objects being created, dont add one.. and leave it null - atleast then we can
check if the property is null.
Original issue reported on code.google.com by tonypoli...@gmail.com on 16 Mar 2012 at 6:03
Original issue reported on code.google.com by
tonypoli...@gmail.com
on 16 Mar 2012 at 6:03