Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
6864 Visualizzazioni

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


Avatar
Abbandona
Risposta migliore

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
Avatar
Abbandona
Autore

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

Post correlati Risposte Visualizzazioni Attività
1
set 21
4998
0
mag 16
3415
1
mag 25
690
1
apr 25
579
1
nov 24
2406