@mmcheimech wrote:
Greetings,
We're using the Javascript SDK to set the related data content.
The following function is working just fine on the initial player load:kdp.kBind("relatedData", function (callback) { callback(json); });
When a new video is loaded inside the player, we're trying to set new related content using the same method, but it's not working, we also tried calling the following method with no luck:
kdp.setKDPAttribute("related", "entries", jsonData);
Please advise.
Best regards,
McHeimech
Posts: 1
Participants: 1