Embedding Video into MindTouch
Although Mindtouch doesn't support actual HTML embed code it does support a media extension that can be used for embedding various media types. Take a look at the documentation on the mindtouch site for more info.
Create Media Tag
To embed video in a ScreenSteps step for export to Mindtouch you need to use a media tag rather than embed code. I'm going to use a url to a Viddler video as an example. The url to my video is:
http://www.viddler.com/explore/bluemango/videos/15/
The media tag for this video would look like this:
{{ media("http://www.viddler.com/explore/bluemango/videos/15/", 437, 370) }}
Copy the media tag code to your system clipboard.
0 Comments
Add your comment