Results 1 to 3 of 3

Thread: Pixelating Slideshow

  1. #1
    Join Date
    May 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Pixelating Slideshow

    Script: Pixelating Slideshow
    http://www.dynamicdrive.com/dynamicindex14/pixelate.htm

    Hi, i'm interesting in using this code, however there are a couple of ways i would like to 'tweak it'.

    Firstly - I will not be linking the images so that array can be removed.

    Secondly - I would like to be able to specify a directory for the slideshow images, so i don't have to add them manually.

    Any help would be greatly appreciated, and if it's not something that can be done here, any idea where i can find out how to do it?

    Thank you

    Phil

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    To remove the linking, erase the text marked in bold:
    Code:
    <a href="javascript:gotoshow()"><img src="photo1.jpg" name="slide" border=0 style="filter:progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=15,Duration=1)"></a>
    Unfortunately as far as I know there is no way around creating the array by hand.
    For another poster, I made a small application to scan a directory for images and create an array code block. I could do that again if you wish.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    May 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    So that would mean that any images that were in the directory would get added to the array?

    If you could do that it would be very much appreciated, as long as it's not too much time/effort for you of course.

    Thanks (again!)

    EDIT: i've just checked your website out and discovered your a fellow b3tan, huzzah!
    Last edited by Phil-b; 05-05-2005 at 05:33 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
  •