Expand my Community achievements bar.

SOLVED

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

Avatar

Employee

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?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi @Keerthana_H_N ,

Please refer to this thread:
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-put-videos-stored-i...

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

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

Hi @Keerthana_H_N ,

Please refer to this thread:
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-put-videos-stored-i...

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

Avatar

Community Advisor

@Keerthana_H_N ,

 

To implement video component you can follow the below link 

ArunaSurukunta_0-1642650245846.png

https://experienceleague.adobe.com/docs/experience-manager-core-components/using/components/embed.ht...

 

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.