|
|
| |
| |
|
|
| |
|
PKL_Pause() |
|
Description
Pauses the player.
Usage
PKL_Pause(PlayerID:String) :Void
Parameters
PlayerID:String - The name of the player you wish to control. If only one player is on the webpage, the PlayerID argument is not needed.
Returns
Nothing
Example Code
If only one player exists on the page:
<script language="javascript">
PKL_Pause();
</script>
Multiple players require including "player" to specify which player
<script language="javascript">
PKL_Pause("MyPlayer1");
</script>
|
|
|
|
 |
 |
 |
|
| |
|
|
|