Embedded Player interaction API documentation
Adobe Learning Manager provides a library, which can be integrated into an app. This library provides various APIs to listen to events and trigger actions in the embedded player.
Using the APIs provided, you can play, pause, and perform other actions on the player.
Load the library
The library is available at this location.
To load the library, follow the steps below:
- Load the js file in the consumer application.
- On loading the library, window.cpPlayerLib will be populated.
The default values are:
- window.cpPlayerLib.env = https://learningmanager.adobe.com/app/player;
- window.cpPlayerLib.sourceOrigin = “https://cpcontents.adobe.com”;
Methods available
The cpPlayerLib library consists of the following functions:
startPlayer
-
loId : The Learning Object ID.
-
accountId : The Account ID of the ALM account.
-
userId : The User ID.
-
accessToken : The access token.
-
domRefId: The ID of the div container in which the player must be rendered.
-
onModuleLoaded: This function will be invoked when the modules with the below details are loaded.
-
contentType
-
loId
-
moduleId
-
completed
-
currentLanguage
-
availableLanguages
-
isCCAvailable
-
ccEnabled
getAllPlayers
getPlayer
- loId : The Learning Object ID.
navigateToModule
- moduleId: The module ID.
next
- None
previous
- None
toggleTOC
- None
toggleNotes
- None
toggleClosedCaption
- None
changeLanguage
- language: The language code to be specified.
closePlayer
- None
togglePlayPause
- None
setVolume
- volume: The value of the volume. The valid range is 0-1.
setPlayBackSpeed
- speed: The value of the speed to be specified. Valid values are .25, .5, .75, 1, 1.25, 1.5, 1.75, 2.
seek
- time: The time to jump to. The time is in seconds.
forward
- None
backward
- None
navigateToPage
- pageNumber: The page number to jump to.
nextPage
- None
previousPage
- None
zoomIn
- None
zoomOut
- None
downloadJobAid
- None
toggleJobAidPullout
- None
fullScreen
- None
List of events
onPlayerEvents(callBack)
On registering the callback function will be invoked on all player events. The event names are as follows:
- PLAY (Video/ Audio/ CP)
- PAUSE (Video/ Audio/ CP)
- TIMEUPDATE (Video/ Audio/ CP)
- PAGECHANGE (PPT/ PDF)
- NOTEADDED (All contents)
- LAUNCHED (All contents)
- STARTED (All contents)
- COMPLETED (All contents)
- PASSED (All contents)
- FAILED (All contents)
onStreamingEvents(callBack)
On registering the callback function will be invoked on all player statements that are sent for tracking user activity.