See below:

--- António_Godinho <[EMAIL PROTECTED]> wrote:
> 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?

You would have to listen for the onframestop event and
then restart the slide show.

> 
> 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 =        {
>       oversrc:'imgs/mouse_on.gif',
>       downsrc:' imgs/mouse_on.gif '
> }
> 
> var myImage =
>
dynapi.functions.getImage('imgs/mouse_off.gif',32,32,p);
> 
> var menu = 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...

menu.setHTML(myImage.getHTML());

--
Raymond Irving
 
> 
> Thanx
> 
>       António Godinho
> 
> 
> 
> Thanx
> 
>    Tó
> 
> 
> 
>
-------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/dynapi-help


__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to