iframe video embed code not working UNLESS you refresh the iframe

Permalink
<iframe width="560" height="340" src="http://cdn.livestream.com/embed/trc_cvr?layout=4&clip=pla_65a31726-a66f-4c6a-b5c7-d9f5a64b24bc&height=340&width=560&autoplay=false" style="border:0;outline:0" frameborder="0" scrolling="no"></iframe><div style="font-size: 11px;padding-top:10px;text-align:center;width:560px"><a href="http://www.livestream.com/trc_cvr?utm_source=lsplayer&utm_medium=embed&utm_campaign=footerlinks" title="Watch trc_cvr">trc_cvr</a> on livestream.com. <a href="http://www.livestream.com/?utm_source=lsplayer&utm_medium=embed&utm_campaign=footerlinks" title="Broadcast Live Free">Broadcast Live Free</a></div>


The above code does not working either in a content block OR an HTML block. I get this javascript error:

Unable to post message to http://cdn.livestream.com. Recipient has origin null.


However when I make a regular html page (no concrete5) the video loads without having to refresh the iframe.

I also tried using an iframe addon but I had the same issue?

 
planist1 replied on at Permalink Reply
planist1
Try this:
<iframe width="560" height="340" src="http://cdn.livestream.com/embed/trc_cvr?layout=4&clip=pla_65a31726-a66f-4c6a-b5c7-d9f5a64b24bc&height=340&width=560&autoplay=false" style="border:0;outline:0" frameborder="0" scrolling="no"><div style="font-size: 11px;padding-top:10px;text-align:center;width:560px"><a href="http://www.livestream.com/trc_cvr?utm_source=lsplayer&utm_medium=embed&utm_campaign=footerlinks" title="Watch trc_cvr">trc_cvr</a> on livestream.com. <a href="http://www.livestream.com/?utm_source=lsplayer&utm_medium=embed&utm_campaign=footerlinks" title="Broadcast Live Free">Broadcast Live Free</a></div></iframe>


I tested and it works on my local machine.
nicolechung replied on at Permalink Reply
What's different with your code?
planist1 replied on at Permalink Reply
planist1
I moved your div inside the iframe tags.