Is there any way to use videos from dam in the component other than foundation component? | Community
Skip to main content
Employee
January 19, 2022
Solved

Is there any way to use videos from dam in the component other than foundation component?

  • January 19, 2022
  • 2 replies
  • 981 views

Our client wants the video to be used from dam instead of external video. Since the video component is deprecated is there a way for customising the component using the video component as resource type?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Anish-Sinha

Hi @keerthana_h_n ,

Please refer to this thread:
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-put-videos-stored-in-content-dam-on-a-page-without-using/td-p/413484

You can create a simple HTML 5 Video Component. Or you can leverage Embed component from Core components which is supported in AEM 6.4, 6.5 and AEMasCS. You may have to do some customization in order to use this component to render videos from /content/dam

2 replies

Anny0505
New Participant
January 20, 2022

@keerthana_h_n ,

 

To implement video component you can follow the below link 

https://experienceleague.adobe.com/docs/experience-manager-core-components/using/components/embed.html?lang=en

 

or

 

you can create a custom component with html5 code and input the video URL as a dialog field and display the input value in the html.

 

Let us know if you have any questions.

Anish-Sinha
Anish-SinhaAccepted solution
Employee
January 19, 2022

Hi @keerthana_h_n ,

Please refer to this thread:
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-put-videos-stored-in-content-dam-on-a-page-without-using/td-p/413484

You can create a simple HTML 5 Video Component. Or you can leverage Embed component from Core components which is supported in AEM 6.4, 6.5 and AEMasCS. You may have to do some customization in order to use this component to render videos from /content/dam