> Hi Jon, > > It seems that a recent change to the flash policy file on Freebase.com > might have broken the sample on the Runway home page. If you're using > your own picture files, you'd need the crossdomain policy file as > mentioned here > > http://code.google.com/p/simile-widgets/wiki/Runway > > Thanks for bringing this up! I'll try to fix the sample ASAP! > > David
Thanks David, The link to the Freebase cross-domain policy doc is currently reporting: > This page contains the following errors: > > error on line 1 at column 1: Document is empty > Below is a rendering of the page up to the first error. As to my setup, I've got the cross-domain policy file as described in the wiki. I've placed it in all the likely places, but still all the image panels just say 'loading' The standard Apache installation on my mac has /Library/WebServer/Document as root, and that seems to be the most likely place for the cross-domain policy file. That directory has a symlink to /Users/jjc/Sites, and that's where I have runwayTesting/index.html I'm using the example page locally unchanged. It's pointed at <script type="text/javascript" src="http://api.simile-widgets.org/runway/1.0/runway-api.js"></script> and the data file is local at <script type="text/javascript" src="data.js"></script> data.js looks like this: records = [ { 'image': 'images/avila2-8x6_thumb.jpg', 'title': 'foobar'}, { 'image': 'images/avila2-1024_thumb.jpg', 'title': 'foobar'}, . . .etc... ] I've tried http:// and file:/// urls as well, but no joy Firebug shows that the 'records' array is available, and runway shows foobar as the title of each image, but the flash player is not rendering the images. Something obvious I'm missing I'm sure. Jon -- 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.
