Quote:
Originally Posted by Birute
where is the js and swf to copy?
|
That doesn't matter. Anywhere in your public_html or forum directory. You just need to point to it from the script line. For example if you put it in your forums directory, it would look like this:
Code:
<SCRIPT SRC="http://gheos.net/js/clock.js"></SCRIPT>
must be changed to:
Code:
<SCRIPT SRC="http://www.yourdomain.com/forums/clock.js"></SCRIPT>
Don't forget to edit the clock.js so it points correctly to your swf file.