Results 1 to 3 of 3

Thread: image slider

  1. #1
    Join Date
    Feb 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default image slider

    Hello,

    I have been taking a close look at the the image slider script.

    http://www.dynamicdrive.com/dynamici...dhtmlslide.htm

    I more a less understand it. In fact what I can't work out, is where on earth does the "photoslider" object comes from.

    I understand "document" and or "image" are built-in objects. But looking for javascript specs and references, I can't find anything about "photoslider" and it's properties or methods.

    I would like to fond out where I can find some reference about this piece of code in order to work out really what methods and properties are available for photslider, and above all, a description of how they work.

    photoslider.filters.revealTrans.Transition=Math.floor(Math.random()*23)
    photoslider.filters.revealTrans.stop()
    photoslider.filters.revealTrans.apply()

    Roaming the web, I have seen that this piece of code is used extensively, but how can I reallyunderstand it and find all other methods and properties for photoslider?

    Cheers
    Last edited by Kcirtap; 02-25-2005 at 01:32 PM.

  2. #2
    Join Date
    Jan 2005
    Location
    Seattle
    Posts
    53
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    i think "photoslider" is a name attribute

    found here:

    <img src="'+photos[0]+'" name="photoslider"

  3. #3
    Join Date
    Feb 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Changing the effect from random

    How in the world do I change this from a random effect to just Fade?

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
  •