Video not loading on site

Status
Not open for further replies.

listylis

New Member
Messages
1
Reaction score
0
Points
1
I uploaded 3 videos to my page. 2 videos load fine, but the 3rd one doesn't. I thought this had something to do with space, so I deleted a few files, and now have 2 MB to spare, but the video will not load! Can someone please help me out? MAMA2016.mp4 is the one that doesn't load. It's 194.7 MB


This is my code for this specific page:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html>
<head>
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Pacifico" rel="stylesheet"><title>video archive</title>
<style type="text/css">body {background-color: #75baff;color:black;text-align:center; font-family:'Open Sans', sans-serif;}th {padding:25px;}td{padding:10px;}table {width:100%; border-collapse:collapse;}</style>
</head>
<body>
<table align="center"style="font-family: 'Open Sans', serif;font-size:24px;font-weight:bold;width:800px;">
<caption style="font-size:40px;font-family:pacifico">Celeste's Video Archive</caption>
<tr>
<td>BTS in Japan<br>
<video width="320" height="240" controls>
<source src="japan.mp4" type="video/mp4">
</video></td><td>3J Dance at Festa 2017 <br>
<video width="320" height="240" controls> <source src="3j.mp4" type="video/mp4"> </video>
</td><td>MAMA 2016 Performance<br><video width="320" height="240" controls>
<source src="MAMA2016.mp4" type="video/mp4"> </video></td></tr></table>
<a href="http://listylists.x10host.com/Secret/index.html"><img src="kumamon.png"style="width:680px;height:680px;align:left;"title="home"/></a>






























</body></html>
 

kenny9

Active Member
Messages
362
Reaction score
30
Points
28
From the 'Terms Of Service':

Personal Image and Video Galleries
Personal galleries are limited to 500MB of disk space for images and videos.

File Storage
Hosting accounts may not be used to store backups, personal files, or non-web accessible files. Any files hosted on the account must be directly related to the website the account is intended for. Files over 10MB in size will be automatically removed from non-upgraded accounts.

The TOS is found at the bottom right of each page under the 'LEGAL' tab.
 
Status
Not open for further replies.
Top