Hi

 

I'm using svg2swf to collate a number of svg outputs into an swf file.  I've
got this working (mainly.) except that I can't control the looping behaviour
of the swf file.  In other words, when it's loaded into html it loops
continuously.  Is there any way to stop the animation looping, so it just
plays through once when loaded?  The code I use is (broadly):

 

               svg("testplot%d.svg",onefile = FALSE)

               for(j in 1:360){

                              print(cloud(x~y*z, groups=tail,
data=norm_dots_chart, screen=list(z=0,x=0,y=j)))

               }

               dev.off()

               output = svg2swf(sprintf("testplot%d.svg", 1:360), interval =
0.04)

               swf2html(output) 

 

Thank you!


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to