Internet explorer is not supporting for thumbnail generation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jlackyashdya
    New Member
    • Jan 2008
    • 1

    Internet explorer is not supporting for thumbnail generation

    hi,
    i m developing a xml based image gallery. i wrote code for generating thumbnails using loader component.
    its working fine locally. but when i upload it , In Mozilla firefox browser its working fine. but Internet explorer is not supporting it. its showing large images
    as thumbnails. but when i refresh the page , then its showing thumbnails perfect. ( i m using latest Internet explorer version ie IE7)


    code for creating thumbnails using loader component :


    for (var i:Number = 0; i < thumbs.firstChi ld.childNodes[0].childNodes.len gth; i++)
    {
    _root.emptymc_m c.scrollmc_mc.n ewmc_mc.createC lassObject(mx.c ontrols.Loader, "clip" + i , i, {contentPath:
    thumbs.firstChi ld.childNodes[0].childNodes[i].childNodes[0].nodeValue, scaleContent: true, _width: 40, _height: 40, _xi*55), _y:5});


    }

    please give me any solution......w hat to do ???

    please reply....please please help........

    thanks a lot
    jlackyashdya
Working...