The lineStyle element defines a line style for different movie elements.
<lineStyle id="styleId" color="lineColor" width="lineWidth"
[alpha="lineOpacity"]
/>
Name |
Description |
Value type |
Optional |
Default Value |
| id |
Object identifier |
no |
- |
|
| color |
Color of the line |
yes |
#FFFFFF |
|
| width |
Line width (in pixels or twips) |
yes |
1px |
|
| alpha |
Sets the transparancy of the line objects. It is the same for all pixels. This attribute can take values from 0 to 255. 0 - completely transparent. 255 - completely opaque. |
yes |
255 |