Re: [Dynapi-Help] Help with DynAPI.include needed

2001-02-19 Thread Michael Pemberton
it is probably overkill but here's that the dynapi.include file is doing: /dir1/dir2/htmlfile.html <-- this is your html file /dir1/dir2/slider.js <-- this is your html file /dynapi/src/lib/ <-- this is where the dynapi files are /dynapi/src/dynapi.js <-- this is where

Re: [Dynapi-Help] Help with DynAPI.include needed

2001-02-19 Thread Jeff
Robert is, of course, correct, but it seems to me that you already understand what he mentioned. So, if you are still having problems, take a deep breath, relax and... 1) Start from scratch (in terms of the lib path and the path to the slider.js file). Put them where YOU want them and then chang

Re: [Dynapi-Help] Help with DynAPI.include needed

2001-02-19 Thread Robert Rainwater
If you include a simple .js file it does not use the library path. For instance: DynAPI.include('slider.js','./'); Assumes that slider.js is in the same directory as the html file that is including it. Where as: DynAPI.include('dynapi.api.*'); uses the librarypath. -- // Robert Rainwater On