Last edited by jscheuer1; 01-09-2008 at 03:48 PM. Reason: add a better link reference
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Hi,
I'm having a similar problem with the motion gallery scripts:
Scripts: http://www.dynamicdrive.com/dynamici...iongallery.htm
Basically the first time I set it up it worked fine. But then I tried to add it to pages in my website and although the gallery would come up it would'nt move. I have also tried adding another motion gallery to the page that works and although the original works the other doesn't:
Original working version plus unworking duplicate:
http://www.blackstonerovers.co.uk/Br...ex_copy(1).htm
Adding to exisiting page: http://www.blackstonerovers.co.uk/Br...comodation.htm
I have been able to start of with a blank page and get the script working but have never been able to get it working on any of my existing pages.
Any help would be greatly appreciated - it's driving me nuts!
Thanks
I think I may have given the wrong reference in my previous post. This thread contains information on and a link to multiple use cmotion code:
http://www.dynamicdrive.com/forums/s...ad.php?p=53998
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Thanks for that John but my main problem is no matter what I do I can not get the motion gallery to scroll unless - I start totally from scratch with a blank page. Below is a page I have been working with.
http://www.blackstonerovers.co.uk/Br...on_copy(1).htm
If you have time I'd really appreciate it if you could have a quick look at the code and see what I might be doing wrong.
Here is another page where I got the script working first and build the content around it and it works fine.
http://www.blackstonerovers.co.uk/Br...ex_copy(2).htm
Many Thanks
You have an onload conflict. My multi-use script will solve that, as it has no onload event - even if you are only using it for one gallery on a page.
Your 'non-working' example works in Opera 9.24 which sees window.onload as different from an onload event in the body tag (all other browsers I am aware of see that as a conflict). This suggests that even it will work if you remove:
from the motiongallery.js file and add it to your body onload like so:Code:window.onload=fillup;
One thing though, the many instances of:Code:<body topmargin="0" marginwidth="0" marginheight="0" onload="fillup();FP_preloadImgs(/*url*/'buttonB.jpg', /*url*/'buttonC.jp . . .
/*url*/
in that statement will be seen as comments, most likely and at best. At worst, there is a slight chance that they may cause a problem.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Many Thanks John,
That has solved the problem. Now working brilliantly.
Hi,
Just wondering is it possible to have a caption/text below each images? If so, how can I add one? Please let me know, thank you and great script.
Regards
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks