You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi All,
I'm very new to writing html but have given it a go and have had some good results so far, however, I have a page that I would like to display a video file that I have saved as an mp4 file.
The code I have written is as follows;
<video width="1440" height="640" controls="controls">
<source src=".\Assign an Owner_files\movie.mp4" type="video/mp4">
</video>
The problem is that the video displays as a black window in the page.
Any help offered is Greatly Appreciated.
Hey @Neil Markham
Welcome to the BitBucket forum.
From your code snippet, my first recommendation would be to replace `\` with `/`.
My second recommendation would be to use the developer tools within the browser to see the actual error.
My third recommendation would be to raise this question in a more html oriented forum as they probably could give you better pointers on how to debug the issue.
Thank You for your answer Erez.
I've still had no luck trying to resolve the issue, however, I've noticed that the video file plays from my local repository,
file:///C:/source/repos/cp-otrs-docs.bitbucket.io/Assign%20an%20Owner.htm
but fails to play from the online document,
https://cp-otrs-docs.bitbucket.io/Assign%20an%20Owner.htm
Any thoughts on that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.