(PHP 4)
swf_defineline — Define a line
$objid
   , float $x1
   , float $y1
   , float $x2
   , float $y2
   , float $width
   )Defines a line.
objidThe object id.
x1x-coordinate of start point.
y1y-coordinate of start point.
x2x-coordinate of end point.
y2y-coordinate of end point.
widthThe line width.
No value is returned.