View Single Post
Old 10-20-2012, 09:24 AM   PM User | #1
Dwain
New to the CF scene

 
Join Date: Oct 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Dwain is an unknown quantity at this point
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
Dwain is offline   Reply With Quote