cancel
Showing results for 
Search instead for 
Did you mean: 

Show video in xml file SAPUI5

Former Member
0 Kudos

Hi experts,

I´m developing an application with SAPUI5 and I want to show a video in a carousel´s page. I don´t know how to do this, and the SAPUI5 Explored doesn't tell me any hint. I was trying to use an HTML video but it does not work. Could someone give me an idea how to display a video in the carousel?

My code:

<Carousel loop="true" id="carousel">
   <pages id="carouselPages">
      <Image src="https://www.w3schools.com/css/img_fjords.jpg"/>
		 
      <Image src="https://www.w3schools.com/css/img_lights.jpg"/>
					
      <html:video>
         <html:source src='https://www.w3schools.com/html/mov_bbb.mp4' type='video/mp4'/>
      </html:video>
   </pages>
</Carousel>

Accepted Solutions (1)

Accepted Solutions (1)

SergioG_TX
Active Contributor
Former Member

Thanks a lot for your answer, I´ll use it.

Former Member

It works perfectly, thank´s a lot friend.

Answers (0)