Play media content defined by a remote service.
TOP supports playing content from the following services:
mediaIdcontent.xml fileUse playByMediaJson API for playing content from a mediaId (see Media Json for more details):
player.playByMediaJson({
mediaId: 'b481d427055fdce823fa30b39abf07a931a67e44'
});Use playByContentXml API for playing content from a content xml file (see Content Xml for more details):
player.playByContentXml({
url : "content.xml"
});