From: Robert R. <rra...@ya...> - 2000-12-10 22:49:43
|
I believe you say: alayer.doc.images["imagename"].src = anotherimage.src -- // Robert Rainwater On 12/10/2000, 6:30:00 AM EST, Tal wrote about "[Dynapi-Help] Manipulating Images on layer": > Hi, > I'm new to DynAPI 2, so I hope my question is not that stupid: > I'm building a slideshow application > I need to load an Image on screen and then, start preloading all the others in its category. > But I want to refered to it with-in a Div. > from what I've understand, I need to : > 1. Create a parent DynLayer > 2. using setHTML( > 2.1- insert the DIV using DynInline > 2.2- insert with <IMG> with in the DIV > 3. Display the new Layer > But how do I change the img.src within this DIV? > Thx > Tal |