Luca, It's hard to tell without looking at the live site. One problem I've occasionally had in the past that might be relevant here: If any of your local files got saved with encoding UTF-8 (or utf-16) with BOM. An invisible character, the 'byte-order-mark,' is inserted at the top of the file. This has caused me trouble in the past, but usually with json data files.
If you can give us a live URL, maybe someone can offer something more to the point. Jon 2010/12/1 Luca Gianotti <[email protected]>: > Dear manager of the simile project, > > my name is Luca Gianotti and I’ve been trying to adapt the timeline > project to describe the history of an application. > > The timeline works fine in Internet Explorer v. 7.0, but when I change > to Firefox (v. 3.6.12), the page is loaded but the timeline is not > shown. So I’ve tried to launch it using the debugger called “Firebug > v. 1.6.0” and the error shown is: > > ” illegal character“ in the first line of the file “timeline_api.js” > > Let me add some other details that help define the issue: > > - the problem arises when I use local libraries, i.e. those downloaded > on my webserver from the simile site. If I use the libraries on the > simile site everything works fine > > - if I create an array with two timeline elements everything works fine as > well > > In any case, please find attached my html file (called “timeline.html”). > > > > Have you had any similar reports from other users? I hope that the > above details are enough to pinpoint the problem and to find a > solution. > > > > Another minor issue is related to the bubble that pops-up when I click > on an event and the bubble contains an image: if the image is > large-ish IE resizes the bubble for the image to fit in properly, > while Firefox shows a fixed-size bubble and trims the image. > > > > Thank you for your attention > > -luca- > > -- > 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. > > -- 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.
