0
edits
Changes
→Button to start the player
== Button to start the player ==
After pasting all scripts and styles create a button or link that will launch the player. Previously declared function <tt>'''showPlayer()'''</tt> must be called when pressing by clicking this button. This function takes one parameter: content identifier (content id). Example:
<tt><input type="button" value="open" onclick="showPlayer('fa8ddccad4aea0a41d000a4f243c11dee99c4087');" /> </tt>