Test

Modified on Wed, 02 Nov 2022 at 08:18 AM

<script type="text/javascript" src="https://xp.shieldbanking.com/external_stepdemo_player.js"></script>
<div id="player" style="width:100%; height:400px;"></div>
<script type="text/javascript">
    Lemonade.DemoPlayer.play({
        demo: 'aba21cf6-4777-4553-b116-dbe4e453ab38',
        container: $('#player'),
        locale: 'en_US',
        disableAutoScroll: false,
        finishButtonText: 'Continue',
        horizontalPadding: 25,
        onFinish: function () {
            // you can do anything when the game ends!
        },
        onStepChange: function (previousStep, currentStep, currentHotspot, totalSteps) {
            // every time the scene changes, this event is called
        },
    });
</script>


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article