With "bundle=false", it doesn't work in any browser; I get an empty div. The firefox error console gives me this:
Error: Timeline.strings is undefined Source File: http://auvac-staging.auvac.org/libs/simile/timeline/timeline_js/scripts/l10n/en/timeline.js Line: 7 Error: Timeline.GregorianDateLabeller is undefined Source File: http://auvac-staging.auvac.org/libs/simile/timeline/timeline_js/scripts/l10n/en/labellers.js Line: 6 Error: Timeline.DefaultEventSource is not a constructor Source File: http://auvac-staging.auvac.org/resources/infographic/timeline/timeline.js.php Line: 3 Let me know if you need to see this in action, and I'll set up a user/password for you on our preview site. (I'd rather have a half-functioning timeline than a non-functioning timeline) As for the xml file (http://auvac.org/resources/infographic/xml/auv_system_timeline.xml.php), I'm not sure what could be wrong with it. The content-type is "text/xml" and firefox doesn't complain about the syntax. What else should I be looking for? -Ian On Wed, Nov 5, 2008 at 4:09 PM, LarryK <[EMAIL PROTECTED]> wrote: > @ Ian, > I'm interested to see why you're having the problem. I tried to debug > it but you're using the mini-fied bundle files. For development and > debugging, you need to use the full source and no bundling. > > Currently your timeline-init.js file is > Timeline_ajax_url="/libs/simile/timeline/timeline_ajax/simile-ajax- > api.js"; > Timeline_urlPrefix='/libs/simile/timeline/timeline_js/'; > Timeline_parameters='bundle=true'; > > Please change it to > Timeline_ajax_url="/libs/simile/timeline/timeline_ajax/simile-ajax- > api.js?bundle=false"; > Timeline_urlPrefix='/libs/simile/timeline/timeline_js/'; > Timeline_parameters='bundle=false'; > > That should make the system use the individual files for both Timeline > and the Simile Ajax lib. > It should work exactly the same as it does now, on all the browsers. > Then send another note to this list and I'll have another look at it. > > My guess is that the IE Ajax lib is not happy about some aspect of > your data file's transmission format or xml content. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
