|
|
Tag Browser: aspose.flash
< 1 second(s)
-
DefineShape(1-3) contains depth and shapeId.However it is missing in defineshape4. How do i set it. The swf i am reading returns a DefineShape4 object and i would like to set its depth and shapeId.
-
I am facing an issue with some of the flash that i am recreating by because of the unit of measurement used.I can convert pixels to twips by multiplying by 20 in the code. Is there property or method in the aspose.flash library that can do this job. The problem is if i dont multiply by 20 ,the flash that i am recreating becomes miniscule.I ...
-
Okay.. i managed to solve this....here is the code: FlashContainer flash = new FlashContainer(); flash.FrameRate = 12.0f; flash.FrameSize = new Rect(0, ...
-
I would like to set the gradient of a rectangular shape which has some colour filled into it.any idea how to use the gradientfill class?
-
i am trying to add swf's one after the other so that they all play in one go. But i get an exceptio |