Hi Ricardo,

Welcome back to Timeline.

The "Same origin policy" may be biting you:

http://en.wikipedia.org/wiki/Same_origin_policy

To use http://xen.net/docs/xml/monet.xml, your html file containing the 
Timeline must also be on http://xen.net/

Hope this helps,

Larry



________________________________
From: Ricardo Rodriguez <[email protected]>
To: [email protected]
Sent: Sunday, December 21, 2008 5:06:05 AM
Subject: entry level question


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