Two things here. It looks like you are following the freebase.com way of displaying a scaled image with
http://www21.brinkster.com/deam/actorgozalo/images/pic_1.png?mode=fillcrop&maxheight=200&maxwidth=200<http://www21.brinkster.com/deam/actorgozalo/images/%0Apic_1.png?mode=fillcrop&maxheight=200&maxwidth=200> Your server is not doing anything with the mode=fillcrop&maxheight=200&maxwidth=200<http://www21.brinkster.com/deam/actorgozalo/images/%0Apic_1.png?mode=fillcrop&maxheight=200&maxwidth=200>portion of this URL You will want to scale the image first to a height of 200 pixels and upload it. Second the documentation states that the crossdomain.xml file needs to be at the root of the server. In your case the file should be at http://www21.brinkster.com/crossdomain.xml<http://www21.brinkster.com/deam/actorgozalo/images/%0Apic_1.png?mode=fillcrop&maxheight=200&maxwidth=200> I'm not sure but if your runway.html file is also on http://www21.brinkster.com/<http://www21.brinkster.com/deam/actorgozalo/images/%0Apic_1.png?mode=fillcrop&maxheight=200&maxwidth=200>I don't think the crossdomain.xml file is needed if it is on this server. George On Thu, Mar 26, 2009 at 2:09 PM, deam31 <[email protected]> wrote: > > Hi, my data.js file looks like this: > > var records = [ > { image: "http://www21.brinkster.com/deam/actorgozalo/images/ > pic_1.png?mode=fillcrop&maxheight=200&maxwidth=200<http://www21.brinkster.com/deam/actorgozalo/images/%0Apic_1.png?mode=fillcrop&maxheight=200&maxwidth=200> > ", > title: "Anatomy for the Artist", > subtitle: "Sarah Simblet" > } > ]; > > but the image doesn't show, it put "Loading" at the image area, but > never get to see it. > I alredy got the file crossdomain.xml at (http://www21.brinkster.com/ > deam/actorgozalo/images/<http://www21.brinkster.com/%0Adeam/actorgozalo/images/>) > as the documentation order. > > What could be the problem? > > Danilo. > Dominican Republic. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en -~----------~----~----~----~------~----~------~--~---
