|
|
| |
| |
|
|
| |
|
PKL_Play() |
|
Description
Plays the track.
Usage
PKL_Play(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_Play();
</script>
Multiple players require including "player" to specify which player
<script language="javascript">
PKL_Play("MyPlayer1");
</script>
|
|
|
|
 |
 |
 |
|
| |
|
|
|