|
The Bender effect applies a Pixel Bender filter to underlying video and effect
tracks. The filter is loaded from a precompiled PBJ file, which can be read by Flash 10 and higher.
Several freely available examples are included with the distribution, along with corresponding PBK
source files.
In addition to the properties listed above, particular Pixel Bender filters may support
custom parameters. These are described in the PBK file, and can be used like other properties.
Each also has a corresponding fade property which can be used to change the parameter over
the duration of the clip. In the event of name clashes with existing properties, the parameters
can also be referenced by zero-based index, as in parameter0, parameter0fade,
parameter1 and parameter1fade.
Attributes editable: comma delimited list of property names
fade: comma delimited pairs of percentages
id: single word string identifier, starting with a letter
ignorescale: zero false or 1 (true)
length: floating point number (frames)
positions: comma delimited positive integers (indices)
shader: valid URL to a PBJ file
scales: comma delimited positive integers (indices)
symbol: a valid SWF URL, followed by an ampersand and class name
type: the string 'effect'
|