NOTE: To use these examples, you must run a simple local webserver. They WILL NOT work if you simply open them in a browser from the file system.
If you have python installed, here are simple steps to do this.
- Open a terminal shell
- Change to the examples directory (.../TimelineJS/examples)
- Type
python -m SimpleHTTPServer 8000 - in your web browser, open
http://localhost:8000/example_json.html(or whatever other file you want to see )