Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,560,232
Community Members
 
Community Events
185
Community Groups

File not found (mp4)

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.

1 answer

0 votes
Erez Maadani
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Nov 10, 2022

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?

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events