I'm trying to export a png sequence with a command with the following code
fl.getDocumentDOM().exportPNG("document.pathURI/layer.name.png", true, false);
as that code shows, I have no idea how to code, I searched the actionscript data base and tried to piece together what I want, to render out a PNG sequence to the FLA location (instead of the last location a png sequence was rendered to) and have the PNG's named after the layer selected. Is this possible? Even when I gave this code a legit location and name, I got an error back saying the maximum size bitmap that can be created is 8000x8000?