Assuming this is phpBB-related (which currently I doubt): which videoplayer extension are you using?, which version?
I am using BBcode:
[video]{URL}[/video]
HTML replacement:
<video width="405" height="720" controls="controls">
<source src="{URL}"/>
<object width="405" height="720" src="">
<embed width="405" height="720" src="">
Your browser does not support video
</embed>
</object>
</video>
Statistics: Posted by VED036 — Tue Mar 26, 2024 6:49 am