Thread: Image Loop
View Single Post
Old 08-28-2006, 06:02 PM   #5 (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
I should have read the rest of your code, looks like the loop init should actually read
Code:
for (var i = 0; i < numImages; i++){
    images[i]='<a href="'+path+filename+'.wmv"</a><imgsrc="'+path+filename+'.jpg">'
    document.getElementById('pictures').innerHTML=images;
  filename++;
}
__________________
Stop intellectual property from infringing on me
teknomage1 is offline   Reply With Quote