Open main menu
Ace Stream Wiki
β
Search
Changes
← Older edit
Newer edit →
JavaScript Library
96 bytes removed
,
17:27, 15 September 2017
→
Example of using Ace Stream Javascript API to embed player on the page.
Then you can create the player with this code:
<tt><nowiki>
var playerContext = null;
AceStream.createPlayer("#player", {
onLoad: function (player) {
playerContext = player;
playerContext.loadContentId("94c2fd8fb9bc8f2fc71a2cbe9d4b866f227a0209");
},
onError: function(err) {console.log("init: error: " + err);}
});
</nowiki></tt>
Player is created in the HTML-container with id "player".
Ffx
Administrators
117
edits