Hi all,

Some time ago I was playing with the nice Simile software and now I am 
trying to be back here. Thanks for all the great work done!

I am using Monet example trying to discover how to move the monet.xml 
events file from the /monet directory to a remote server. As far as I 
can see, it must be so simple as to changing...

            tl.loadXML("monet.xml", function(xml, url) {
                eventSource.loadXML(xml, url);

with, for instance...

            tl.loadXML("http://xen.net/docs/xml/monet.xml";, 
function(xml, url) {
                eventSource.loadXML(xml, url);

But this doesn't work even though http://xen.net/docs/xml/monet.xml is 
available.

Please, could you help me with this isse? What am I missing? Thanks!

Ricardo

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