Is there any way to use videos from dam in the component other than foundation component? | Community
Skip to main content
Adobe 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
  • 985 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

Anish-Sinha
Adobe Employee
Anish-SinhaAdobe EmployeeAccepted solution
Adobe 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

Anny0505
Community Advisor
Community Advisor
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.