May I embed 'screencast' video in Axure iframe?

technical-troubleshooting
advanced-prototyping

#1

Hello,
May I please ask if anyone could advise how to add a video to Axure file.
Preview
video.rp (152.7 KB)

The link to my screencast video is: https://www.screencast.com/t/cmQQL1GGhqdy


Imbedded code is:
<!-- copy and paste. Modify height and width if desired. -->

<iframe class=“embeddedObject shadow resizable” name=“embedded_content” scrolling=“no” frameborder=“0” type=“text/html”

style=“overflow:hidden;” src=“https://www.screencast.com/users/BermanNatalie/folders/Snagit/media/680f6ab9-e47e-4b71-b7bc-e9e2b4f16a36/embed” height=“768” width=“1024” webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>


I tried, but it is not working on my end :frowning:
Thank you in advance,
Natalie


#2

In preview I put sample link, which is working. But if I put screencast link, it stop working.


#3

Check the console.

You’ll see an error because www.screencast.com won’t allow that URL to be displayed in an iframe from an origin other than its own domain. Contact the site to get a URL that will work or see if they have a URL meant for embedding that is allowed to be shown in an iframe on other sites.

This isn’t an Axure-related issue, you’ll have to sort it out with screencast.com or host the video elsewhere.


#4

Thank you so much, nkrisc! I will sort it out with screencast.com


closed #5

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.