Skip to main content
Announcements
You can succeed best and quickest by helping others to succeed. Join the conversation.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Embed videos in the mashup

Is it possible to embeb videos into our mashups without the video being hosted external?

I tried it and it didn't work

<video width="400" controls>

      <source src="mov_bbb.mp4" type="video/mp4">

</video>

only worked with host external

<video width="400" controls>

      <source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">

</video>

0 Replies