|
|
|
|
Determines what happens when the video is finished playing.
Technical
Variable Name |
Options |
Description |
oc |
0 |
Do Nothing |
|
1 |
Load Clip |
|
2 |
Go to URL - Open a new web page
- Uses ou to set the URL
- Uses ow to set target browser window |
|
|
|
Example Usage
HTML:
wasp.swf?oc=2
&ou=http://www.yoursite.com/path/to/file.html
&ou=_self
XML:
<oc>2</oc>
<ou>http://www.yoursite.com/path/to/file.html</ou>
<ou>_self</ou>
JavaScript
waspConfigsXXXXXX.oc="2";
waspConfigsXXXXXX.ou="http://www.yoursite.com/path/to/file.html";
waspConfigsXXXXXX.ow="_self";
See also
- On Track Complete
- On Track Complete URL
- Window Target
On Track Complete |
|
|
|