|
|
|
|
Displays only a segment of your track. Enter the desired duration (in seconds).
Technical
Variable Name |
Options |
Description |
tl |
number |
Maximum number of seconds the track is allowed to play. |
|
|
|
Example Usage
HTML:
wasp.swf?tl=60
XML:
<tl>60</tl>
JavaScript
waspConfigsXXXXXX.tl="60";
See also
Limit Playtime |
|
|
|