Embedding error

Jul 23, 2013

Hi guys,

I have a new video from our website to embed in Storyline... it replaces the previous embedded video which worked perfectly with the code below:

----------------------------------------------------------------------------------------------------------------

<script type="text/javascript"

src="http://www.brighttalk.com/clients/js/embed/embed.js"></script>

<object class="BrightTALKEmbed" width="400" height="225">

<param name="player" value="chromeless_player"/>

<param name="domain" value="http://www.brighttalk.com"/>

<param name="channelid" value="7973"/>

<param name="communicationid" value="48461"/>

<param name="showTitleInClickToPlay" value="true"/>

</object>

----------------------------------------------------------------------------------------------------------------

The new code to embed the new video (which is hosted by a different site) is below...

----------------------------------------------------------------------------------------------------------------

<script src="http://aberdeen-asset.kulu.net/widgets/1/application.js"></script>

<script>

  KV.widget({

  "guid": "EwVh8DVIGzh",

  "type": "playback",

  "width": 400,

  "height": 225,

  "playerType": "light",

  "playIcon": {

    "largeWidth": 50,

    "largeHeight": 50,

    "position": "bottom",

    "padding": 45

  },

  "infoLabels": false,

  "showFirstInfoLabel": false,

  "showInfoPanel": false

});

</script>

----------------------------------------------------------------------------------------------------------------

Unfortunately, this doesnt work at all - and I now get the following message:

 

Can anyone help?

Thanks in advance

Gordon

4 Replies

This discussion is closed. You can start a new discussion or contact Articulate Support.