That's my story: Unfortunately the new/migrated documentation at http://simile-widgets.org/wiki didn't help much.
The only how-to-page I can find (http://simile-widgets.org/wiki/ Timeline_Releases_and_Access) says: Download either the minimal set of Timeline libraries or the complete Timeline source and host it on your own web server. You will need to set some Javascript global variables to the location of your web server. See the comments in the timeline- api.js file for more information. So I downloaded the "library" from http://code.google.com/p/simile-widgets/downloads/list, installed, and read the comments in the timeline-api.js file: * To host the Timeline files on your own server: * 1) Install the Timeline and Simile-Ajax files onto your webserver using * timeline_libraries.zip or timeline_source.zip * * 2) Set global js variables used to send parameters to this script: * Timeline_ajax_url -- url for simile-ajax-api.js * Timeline_urlPrefix -- url for the *directory* that contains timeline-api.js * Include trailing slash * Timeline_parameters='bundle=true'; I try to use the bundled files (timeline-bundle.js and simile-ajax- bundle.js) as: <script src="./2.3.0/timeline_js/timeline-bundle.js?bundle=true" type="text/javascript"></script> etc. But I get the FF error: anonymous function does not always return a value (timeline_js/timeline-bundle.js, line 1141) Any help? Another (rather silly) question: Timeline_parameters='bundle=true' or ...timeline-bundle.js?bundle=true or both? Also, I think the above note (2) would be better changed to declare the variables as: var Timeline_ajax_url=... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
