On 2012-06-25 01:54 , celano wrote:
> Hy,
> 
> it's being quite difficult to understand my file.xml
> 
> How is it possible to organise the events? I mean: is it possible to
> make more files.xml which are loaded in the same timeline.html? How
> does it work?

Given you've got it working with file1.xml, you should be able to split
that file in half (keeping both well formed XML) and in your script,
duplicate your call to loadXML for file1.xml with file2.xml as well.

 timeline.loadXML("file1.xml", function ... );
 timeline.loadXML("file2.xml", function ... );

-- 
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.

Reply via email to