Thread: Image Loop
View Single Post
Old 08-28-2006, 05:18 PM   #4 (permalink)
teknomage1
Jack of all trades
 
teknomage1's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 598
teknomage1 is on a distinguished road
Send a message via AIM to teknomage1
Code:
function show()
{
  for( var i = 0; i < images.length; i++ ){
    images[i]='<a href="'+path+filename+'.wmv"</a><imgsrc="'+path+filename+'.jpg">'
    document.getElementById('pictures').innerHTML=images
  }
}
__________________
Stop intellectual property from infringing on me
teknomage1 is offline   Reply With Quote