as3swf icon indicating copy to clipboard operation
as3swf copied to clipboard

Low level Actionscript 3 library to parse, create, modify and publish SWF files.

Results 15 as3swf issues
Sort by recently updated
recently updated
newest added

How to create Shape from Bitmap?

When creating this package you should've committed to supporting this open source package till death do you part. If you don't continue to develop this package you will ruin the...

It incorrectly claims that 32 BPP bitmaps are 24 BPP encoded.

Is it possible to embed TTF font while creating new SWF using this lib ? If so, can you please give an example. Thanks :)

The g tag should have a transform attribute to specify the position of the path. Currently the path always starts at 0, 0. I noticed all TagDefineShape in the SWF,...

I am loading external SWFs and they are playing Video on the stage. I want to access the NetStream object itself in order to find out the URL of the...

import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.events.Event; import com.codeazur.as3swf.SWF; import flash.net.URLRequest; import flash.filesystem.File; import flash.utils.ByteArray; import flash.filesystem.FileStream; import flash.filesystem.FileMode; import com.codeazur.as3swf.tags.TagFileAttributes; import com.codeazur.as3swf.tags.TagEnd; import com.codeazur.as3swf.tags.TagDefineSprite; import com.codeazur.as3swf.tags.TagShowFrame; import com.codeazur.as3swf.data.SWFMatrix; import com.codeazur.as3swf.tags.TagPlaceObject;...

Can i use this lib if the target SWF to edit are built with AS2?

I thought it would be nice to cancel asynchronous processes.