Pat tries out InkPlayer and wonders how to get an InkPlayer-generated Flash animation to render only once in a browser. There needs to be a switch in the program, but until then, here's how I do it:
To display the animation only once, I set the "loop" parameter to false in the HTML code that loads the Flash animation:
<object width="250" height="250" align="center" valign="top"><param name="movie" value="http://YOUR-PATHNAME.swf"><param name="loop" value="false"><embed src="http://YOUR-PATHNAME.swf" width="250" height="250" align="center" valign="top" loop="false"></embed></object>
If you copy-paste this code into your HTML page you'll need to replace YOUR-PATHNAME with the name of your Flash file as well as set the width and height parameters as desired.
Posted by Loren at July 24, 2003 01:15 PMI had to remove the InkPlayer blog entry because it screwed up Radio Userland so that I could not post any new entries. It probably has something to do with the way I was using RU but it will have to wait for now.
Posted by: Pat on July 25, 2003 08:26 PMLet me know if you figure it out.
Posted by: Loren on July 31, 2003 12:22 AM