Player Implementation Guide

There are two options for integrating our player into your web page. You can customize the player with Assignment Parameters and the Load Parameter.

Help Topics:

  1. Add a Player Link
  2. Add the Player
  3. Using Assignment Parameters
  4. Using the Load Parameter
  5. Troubleshooting
  1. Add a player link to your web page.

    Copy the Link and paste it into the HTML of your web page
    Link
  2. Add the player to your web page.

    Copy the iFrame Tag or Object Tag and paste it into the HTML of your web page.
    iFrame Tag
    • The FullScreen icon is enabled by allowfullscreen="true" allow="fullscreen".
    • If removed, the FullScreen icon will open the player in a new, resizable window.
    • Ajust the size using the height and width style elements.


    Object Tag
    • The FullScreen icon will open the player in a new, resizable window.
    • Ajust the size using the height and width attributes (or use style elements).
  3. Assignment Parameters

    Parameter List

    Assignment Parameter Examples:

        https://www.speche.com/sbload2.aspx?Searchbar=0&EventID=25E9D359-69CB-4A30-A103-D02E0B986042
        https://www.speche.com/sbload2.aspx?EventID=25E9D359-69CB-4A30-A103-D02E0B986042&Toolbar=0
        https://www.speche.com/sbload2.aspx?FontSize=20&EventID=5ebeed36-cf78-424a-be18-a69f8e394999
        https://www.speche.com/sbload2.aspx?Font=Monospace&EPC=CVDEMO10
        https://www.speche.com/sbload2.aspx?EPC=CVDEMO10&SaveOption=0&Transcript=0
        https://www.speche.com/sbload2.aspx?EPC=CVDEMO10&Buttonbar=1    
  4. Load Parameter

    Load Value Options

    Load Load Parameter Examples

        https://www.speche.com/sbload2.aspx?Load=All&Font=Helvetica&EventID=25E9D359-69CB-4A30-A103-D02E0B986042
        https://www.speche.com/sbload2.aspx?Load=SpecheBox&Toolbar=1&SaveOption=0&Height=90%&Width=100%&FontSize=16&EventID=5ebeed36-cf78-424a-be18-a69f8e394999
        https://www.speche.com/sbload2.aspx?Load=Title,SpecheBox&Font=Monospaced&EPC=CVDEMO10
        https://www.speche.com/sbload2.aspx?Load=SpecheBox&Toolbar=1&Transcript=0&EPC=CVDEMO10    
  5. Troubleshooting and Requirements