Hi. How can I make the component go to the middle thumbnails after all thumbnail are completely loaded? I just want the same effect you are using in the main page.
Thank you,
George
grid3d.addEventListener(Grid3DEvent.ITEMS_LOAD_COMPLETE, itemsLoadCompleteHandler);
function itemsLoadCompleteHandler(event:Grid3DEvent):void
{
if (grid3d.currentPosition == 0)
{
grid3d.currentPosition = 0.5;
}
}Users browsing this forum: No registered users and 1 guest