WebMathematica question for displaying a sequence of images
- To: mathgroup at smc.vnet.net
- Subject: [mg63419] WebMathematica question for displaying a sequence of images
- From: Namrata Khemka <namrata.khemka at gmail.com>
- Date: Fri, 30 Dec 2005 02:32:35 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi Everyone, I have a procedure called "create" that returns a list of graphic objects in my .m file. I want to animate this sequence of images and display it on the webMathematica site. Any ideas as to do it? I tried the following: <msp:allocateKernel> <msp:evaluate> MSPBlock[{ $$iteration}, create [$$iteration]; ] </msp:evaluate> </msp:allocateKernel> Thanks very much.