コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
6892 ビュー

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
5017
0
5月 16
3438
1
5月 25
711
1
4月 25
615
1
11月 24
2439