Shape shape = new Shape();
shape.defineLineStyle((stroke_.getLineWidth()), line_color);
shape.setLineStyle(1);
shape.move( line_.getX1(), line_.getY1());
shape.line( line_.getX2(), line_.getY2());
Instance instance = frame.placeSymbol(shape, 0, 0);
// sleep in flash...
for (int count = 0; count < 5; count++ )