Results 1 to 3 of 3

Thread: Beginners Question- Pixelating Slideshow Script

  1. #1
    Join Date
    Apr 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Beginners Question- Pixelating Slideshow Script

    Hi, I'm a complete beginner at website building and I wanted to add a Pixelating Slideshow Script( http://www.dynamicdrive.com/dynamicindex14/pixelate.htm) to my site. I followed instructions and placed the code in the Head section, and then another code on the source page of the page I want my sildshow.

    Following this, a yellow <javascript> came up on the page. I'm sorry if I'm missing something really obvious, but how do I get the slide show to appear on my page and then modify it with my own pictures etc.
    Thanks

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Please post a link to the page on your site that contains the problematic script so we can check it out.
    DD Admin

  3. #3
    Join Date
    Jan 2011
    Posts
    51
    Thanks
    6
    Thanked 2 Times in 2 Posts

    Default

    Hi!

    It is a condition sine quae non: The slideshow will only appear if everything written is correct and if all elements are at hand.

    First: Copy all the main javascript code between <head></head> tags of source data and change "photo1.jpg","photo2.jpg","photo3.jpg" to your images names with the correct path (for testing purposes place all files on same directory as html page). Also you can modify the links ( "http://www.domain.com", etc ) or not to use them ( "","","" ). Accuracy: the links can be, I believe, absolute as in the example, or relative.
    If you add more images to template slideshow (with formula ,"name.jpg" I insist with the correct path ) you must also add corresponding links although are empty (with formula ,"" ). Add as many links as images.

    Second: Between the <body></body> tags of source data, where you wish the slideshow to appear in the visual page, add the code of next step AND change "photo1.jpg" to "myfirstimagename.jpg", again with the correct path . ;-)

    If you want, you can customize slidespeed=3000 (3 seconds on example) and the valors of template slideshow MaxSquare=15,Duration=1 .

    That's all. Goog luck!

    Luys
    Last edited by Luys; 04-30-2011 at 09:53 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •