Rate this script:  I Love it  /   I Hate it

Load a page after video finishes playing


Code


<SCRIPT LANGUAGE="JScript"  FOR="Player" EVENT="playStateChange(NewState)">

// Test for the player current state, display a message for each.
switch (NewState){
    case 1:
        window.href="xxx.htm";
        break;
}
</SCRIPT>
 

 

 
Load a page after video finishes playing scripts | Load a page after video finishes playing snippet | Load a page after video finishes playing example | Load a page after video finishes playing tutorial | Load a page after video finishes playing code