setup.js - Functions for setting up a player without
user interaction based on the data-setup attribute of the video tag.
Methods
- 
    
        inner autoSetup()
- 
    
    Set up any tags that have a data-setup attributewhen the player is started.
- 
    
        inner autoSetupTimeout(wait, vjsopt)
- 
    
    Wait until the page is loaded before running autoSetup. This will be called in autoSetup if hasLoadedreturns false.Parameters:Name Type Attributes Description waitnumber How long to wait in ms vjsmodule:videojs <optional> 
 The videojs library function 
- 
    
        inner hasLoaded()
- 
    
    check if the document has been loaded