Hi David, Thank you for responding. I get the following js error (using Firefox 2.0.2 on a mac): "Timeline is not defined" var eventSource = new Timeline.DefaultEventSource(0);
I am calling the timeline like this: <link rel='stylesheet' href='/Users/snott/dev/trunk/hq/web/js/ timeline/styles.css' type='text/css'/> <script src="/Users/snott/dev/trunk/hq/web/js/timeline/api/timeline- api.js" type="text/javascript"></script> I'm running an Apache server and an application using jboss. I've also tried to call it directly via : <script src="http://localhost:7080/web/js/timeline/api/timeline- api.js" type="text/javascript"></script> Is there a way to circumvent the code that is trying to parse the URL and just give it the strings it wants? Thank you. I'm a javascript novice so just learning to do this stuff. -Heather On Jul 10, 2007, at 9:00 AM, [EMAIL PROTECTED] wrote: > Send General mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://simile.mit.edu/mailman/listinfo/general > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of General digest..." > > > Today's Topics: > > 1. trying to use a local copy of Timeline? (Heather Tumey) > 2. Re: trying to use a local copy of Timeline? (David Huynh) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 9 Jul 2007 18:00:59 -0700 > From: Heather Tumey <[EMAIL PROTECTED]> > Subject: trying to use a local copy of Timeline? > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > Hi, > How do you set up Timeline to work with local files? I couldn't find > anything in the documentation and the bundle files are a bit > confusing.. you are calling timeline-bundle.js in some places and > timeline-api.js in others.. I've downloaded the files via svn. > It's a really nice application. Thanks for your hard work! > Thanks for your help. > -Heather > > > ------------------------------ > > Message: 2 > Date: Tue, 10 Jul 2007 06:55:05 -0400 > From: David Huynh <[EMAIL PROTECTED]> > Subject: Re: trying to use a local copy of Timeline? > To: General List <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Heather, > > Once you have downloaded Timeline's source code, you can include it in > your HTML file like so: > > <script > src="file:///C:/the/directory/where/you/put/timeline/src/webapp/api/ > timeline-api.js"></script> > > Does that work for you? > > David > > Heather Tumey wrote: >> Hi, >> How do you set up Timeline to work with local files? I couldn't find >> anything in the documentation and the bundle files are a bit >> confusing.. you are calling timeline-bundle.js in some places and >> timeline-api.js in others.. I've downloaded the files via svn. >> It's a really nice application. Thanks for your hard work! >> Thanks for your help. >> -Heather >> _______________________________________________ >> General mailing list >> [email protected] >> http://simile.mit.edu/mailman/listinfo/general >> > > > > ------------------------------ > > _______________________________________________ > General mailing list > [email protected] > http://simile.mit.edu/mailman/listinfo/general > > > End of General Digest, Vol 15, Issue 10 > *************************************** _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
