내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
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

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
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.