Geooge, even with crossdomain.xml at the root nothing happend. Now I
tried this, but still no luck.

var records = [
    {   image: "http://localhost:8084/runway/DSC00036.jpg";,
        title: "Anatomy for the Artist",
        subtitle: "Sarah Simblet"
    }
];

everything is running at localhost/runway/ (the data.js and the
index.html)

the images area keep with the loading message.

any idea?

Danilo




On 26 mar, 22:23, George Adams <[email protected]> wrote:
> 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=fil...<http://www21.brinkster.com/deam/actorgozalo/images/%0Apic_1.png?mode=...>
> 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=...>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 
> athttp://www21.brinkster.com/crossdomain.xml<http://www21.brinkster.com/deam/actorgozalo/images/%0Apic_1.png?mode=...>
>
> I'm not sure but if your runway.html file is also 
> onhttp://www21.brinkster.com/<http://www21.brinkster.com/deam/actorgozalo/images/%0Apic_1.png?mode=...>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=...>
> > ",
> >        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
-~----------~----~----~----~------~----~------~--~---

Reply via email to