search for: swfdec_shape_

Displaying 1 result from an estimated 1 matches for "swfdec_shape_".

Did you mean: swfdec_shape
2007 Jul 01
1
implementing MovieClip drawing API
Hi, I would like to implement MovieClip.{moveTo,lineTo,lineStyle}. I initially thought I could place an SwfdecShape inside an SwfdecSpriteMovie created by createEmptyMovieClip then call swfdec_shape_ counterparts when MovieClip.{moveTo,lineTo,lineStyle} were called. It wasn't as easy as I had thought. All the functions are highly tied to swf bitstream, even adding an SwfdecShapeMovie to SwfdecSpriteMovie. Do you have any suggestion? Should I just use ming to generate swf bitstream and feed...