IE5.5 Windows ME

I'm having various problems related to animated gifs and DynAPI. for
example, trying to have my gif follow a path using <a
href="javascript:path.playAnimation(circlepath,true)">Play</a> freezes the
gif animation.

trying the same method using a button - ie

 var playbutton = new Button("Play)");
 playbutton.moveTo(5,5);
 DynAPI.document.addChild(playbutton);

 var l = new EventListener(playbutton);
 l.onclick = function(e) {
  var o = e.getTarget();
  path.playAnimation(circlepath,true)
 }
 playbutton.addEventListener(l);

works perfectly. Why does it not work from a link?

Same thing happens with viewports. if you use a <a href> to control
scrolling it stops any gif animations contained in the viewport.



_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to