Yah, that sounds like a CORS issue. If the HTML and JSON are from different "origins" (scheme/host/port tuple), you get an error. IIRC, also loading the HTML from the filesystem should resolve that problem in Chrome, though implementations may vary. See;
http://tools.ietf.org/html/rfc6454#section-4 http://www.w3.org/TR/cors/ -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/simile-widgets. For more options, visit https://groups.google.com/groups/opt_out.
