mukesh11
Member
Posts: 19
Registered: 7/6/2004
Member Is Offline
|
| posted on 7/9/2004 at 04:28 PM |
|
|
Help with the path to Tscroll_path_to_files
Hi,
I am trying to get the scroller on many of my web pages. I have a directory called 'html' where I keep my html files. Then, I have created
another directory 'scroller' which has all the scroller files I downloaded. In this I have subdirectories named 's0_data' ,
's1_data' and
'ts_files' etc. which were downloaded for the scroller.
I tried putting everything for Tscroll_path_to_files variable but can't get it to work. In my html file I have included the following in the
<head> section:
<script language="javascript" src="../scroller/ts_files/scroll.js"></script>
In the <body> section of my html page I have included the following:
<script language="JavaScript">
Tscroll_init(0);
Tscroll_init(1);
</script>
This finds the file scroll.js when I load the html page in the browser but it doesn't create the two scrollers. Could you please tell me how to
set the Tscroll_path_to_files variable and get it to work?
Thank you,
MK
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 7/12/2004 at 08:20 AM |
|
|
If you set var Tscroll_path_to_files = '../scroller/ts_files/' that will be correct. Use original demo to verify your scrollers works.
|
|
|