콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다

Hi all,

I have video files in external folder for eample in /tmp/ folder. and i need display external video file on odoo website page.

Thanks


아바타
취소
베스트 답변

I think HTML5 Video would work for you. Just try that on your own.

Sudhir Arya
ERP Harbor Consulting Services
Skype:sudhir@erpharbor.com
Website: http://www.erpharbor.com
아바타
취소
작성자

Hi Sudhir,

I tried HTML5 Video Tag

<video width="400" controls>

<source src="mov_bbb.mp4" type="video/mp4">

<source src="mov_bbb.ogg" type="video/ogg">

Your browser does not support HTML5 video.

</video>

Here controls parameter of video tag creates issue in xml file.

Thanks

you should try to give the source src as path. give path with web/content/id

관련 게시물 답글 화면 활동
1
9월 21
5084
0
5월 16
3481
1
5월 25
859
1
4월 25
677
1
11월 24
2546