How do I embed a Vimeo File into adapt?
Am trying this:-
{
"_id":"c-1121",
"_parentId":"b-1120",
"_type":"component",
"_component":"media",
"_classes":"",
"_layout":"full",
"title":"Hi Coach!",
"displayTitle":"Hey coach!",
"body": "Good to have you here. What exactly is coaching after school activities all about? ",
"instruction":"",
"_setCompletionOn":"play",
"_media": {
"mp4": "https://vimeo.com/118634375",
"poster": "course/en/video/V001.jpg"
},
"_pageLevelProgress": {
"_isEnabled": true
}
},
But it's no working?
Please help!
Stephen