sws.shapeRecords = shape.shapeRecords;
sws.linestyles = new ArrayList();
sws.fillstyles = new ArrayList();
sws.fillstyles.add(new FillStyle(SwfUtils.colorToInt(0, 0, 200, 255)));
DefineShape tag = new DefineShape(Tag.stagDefineShape3);
tag.bounds = new Rect(250 * 20, 250 * 20);
tag.shapeWithStyle = sws;
//Create a SWF Movie shell
Movie m = getMovie(1);
Frame frame1 = (Frame)m.frames.get(0);