From: <to...@ma...> - 2003-10-07 10:41:27
|
Hya, I'm writing this email cause I need help about 2 things. 1. I'm trying build an ImageClip Slide Show but allways changing the images without any other option. I can onload call the function to make the slide show one time, but how can I make it an infinite cicle? 2. The other problem I had was on other page that I havei n dynapi 2.5.7 where I use an external js script for a mouseover effect ( just to change an imagem on mouse on and mouse off ). // Roll defined ( like it's on the manual var p =3D { oversrc:'imgs/mouse_on.gif', downsrc:' imgs/mouse_on.gif ' } var myImage =3D dynapi.functions.getImage('imgs/mouse_off.gif',32,32,p); var menu =3D principal.addChild(new DynLayer(null,0,164,149,326,'black',true,1)); menu.setHTML(document.write(myImage.getHTML());); // NOT WORKING HERE's the problem how to I set the rollovers on the layer html? Or how to I pass the code to that layer, I'm open to sugestions... Thanx Ant=F3nio Godinho Thanx T=F3 |