benny
unread,Sep 15, 2009, 3:12:12 PM9/15/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BulkLoader users
Hi all,
I just downloaded the newest version of BulkLoader via svn this
morning and the behavior of BulkLoader.hasItem() seems inconsistent
with my previous version (rev 196). It seems to always be returning
true when I use the new class files, whereas it used to return false
for images not yet loaded. I've also tried passing in the string of
the image url, and it still indicates that all images are loaded, even
though other props/methods indicate that all items aren't loaded
(itemsLoaded, getNotLoadedItems() )
for (var i:int = 0; i < imageLoader.itemsTotal; i++)
{
if (imageLoader.hasItem(String(i)))
{
}
}
Any ideas?
thanks,
Ben