rhaluska
Junior Member
Posts: 4
Registered: 8/22/2005
Member Is Offline
|
| posted on 8/24/2005 at 02:07 PM |
|
|
Problem with HTML files in scroll.tpl?.js file
Hello All!
I have looked through these files and they have been helpful but I am having problems with getting an HTML file to "scroll" in this file.
I can get the an image to come up no problem...
I have included the following code from your website, changing the path to the html file
ITEMS = [
{
// external file
'file': '../s0_data/cont2.html',
'content': '',
// pause in seconds before the item
'pause_b': 2,
// pause in seconds after the item
'pause_a': 1
},
and the file does not scroll. I know this can be done because I have seen some others and their demo of this. What am I doing wrong?
|
|
|
tigra
Administrator
Posts: 1920
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 8/24/2005 at 09:15 PM |
|
|
what "doesn't srocroll" mean?
doesn't stand still or you don't see the file in the scroller?
|
|
|
rhaluska
Junior Member
Posts: 4
Registered: 8/22/2005
Member Is Offline
|
| posted on 8/24/2005 at 09:40 PM |
|
|
Two things happen...
Either the page does not come up or an error message "file not found..."
|
|
|
rhaluska
Junior Member
Posts: 4
Registered: 8/22/2005
Member Is Offline
|
| posted on 8/24/2005 at 10:05 PM |
|
|
Can you post...
I am looking at your demo http://www.softcomplex.com/products/tigra_scroller/demo1.html and wondered if you could send/post the code that you used in the
scroll.tpl?.js file to display the two html documents that are used in the "autoscroll" example. This would be helpful.
THANKS!
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 9/6/2005 at 12:17 PM |
|
|
Please mention location of the scroller files relative to the page with the scroller.
Note:
at the demo1 directory structure is following:
index.html
ts_files\
ts_files\scroll.html
ts_files\scroll.js
...
s0_data\
s0_data\cont1.html
s0_data\cont1.html
Also set correct path to Tigra Scroller files (scroll.js)
var Tscroll_path_to_files = 'ts_files/'
|
|
|