|
Path problems using Cut & Paste Full Screen Image Slideshow
Hi everybody,
I was looking for a script to diplay images from a folder and came across this in this website Cut & Paste Full Screen Image Slideshow
When I use the demo it works fine, but when I change the path to my folders it does not. Line highlighted
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="http://www.javascriptkit.com/script/script2/fpslideshow/fpslideshowvar.php" type="text/javascript"></script>
<script type="text/javascript" src="fpslideshow.js">
My path
<script src="http://localhost/gallery/images/fpslideshowvar.php" type="text/javascript"></script>
I have tried it locally on my pc with xampp and on test folder on my server.
server does not like you linking with URL so need to use localhost.
Is there somewhere else in the accompanying files i need to change or have i made a basic error in the line above.
Thanks for your time
Dwain
|