I have this BBCode for playing mp4 videos:
<video src="{URL}" style="max-width:720px;max-height:600px" controls> Your browser does not support the video tag. </video>
Works fine if I upload the file directly to my server and use the original filename. However, if the user attaches the video to a post, phpbb would change real_filename to physical_filename and then this BBCode no longer works. How do I modify it to call for a physical_filename by using real_filename?
Thanks.