Results 1 to 3 of 3

Thread: Dynamically adding images to conveyor

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

    Default Dynamically adding images to conveyor

    Hi all, I was wondering if it possible to add images to the conveyor belt? I was looking to use a script within my ebay aution templates. Something like a cross promotion bar pulling images and links from my running auctions.

    Given the number of auctions running at any particular time I haven't found a way to do this effeciently.

    Thanks for any advice

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

    Default

    Take this part of the script:
    Code:
    //Specify the slider's images
    var leftrightslide=new Array()
    var finalslide=''
    leftrightslide[0]='<a href="http://"><img src="dynamicbook1.gif" border=1></a>'
    leftrightslide[1]='<a href="http://"><img src="dynamicbook2.gif" border=1></a>'
    leftrightslide[2]='<a href="http://"><img src="dynamicbook3.gif" border=1></a>'
    leftrightslide[3]='<a href="http://"><img src="dynamicbook4.gif" border=1></a>'
    leftrightslide[4]='<a href="http://"><img src="dynamicbook5.gif" border=1></a>'
    And replace it with this:

    Code:
    </script><script src="http://host.org/file.txt" type="text/javascript"></script><script type="text/javascript">
    Where http://host.org/file.txt is a file on your website containing the array you replaced. Then you can just change that file on your host to contain your eBay auctions.

    AFAIK there is no way to read the current auctions off eBay. This just gets the array of images and links from your site which can easily be updated.

    cr3
    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
    Aug 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thanks

    Thanks for the help I'm gonna try it out

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
  •