Flash animation loop control
December 8, 2005 12:00 AM
OK here is how to do it.After publishing, look at the code you have in lectoraedit the code by adding a parameter for the loopsuch as
anim40.addParm( "" )
Now the trick is to work out how to get that into the code from an external object, but worst case a post publish edit of the page.Neilhere is one I did earlierif( is.min ){anim40 = new ObjInline('anim40','flash.swf',0,0,550,400,1,0,'div')anim40.addParm( "" )anim40.addParm( "" )anim40.addParm( "" )anim40.addParm( "" )anim40.addParm( "" )anim40.addParm( " " )anim40.build()
Discussions have been disabled for this post