• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Background Videos Not Loading on Live Site

Community Beginner ,
Oct 23, 2017 Oct 23, 2017

Copy link to clipboard

Copied

I made a new website for my stand up comedy and acting.

When I uploaded the site to the Adobe Catalyst for preview, everything was fine:

http://nieker03.businesscatalyst.com

But now I exported the files to HTML and then manually upload them via FileZilla to my actual hosting site and the videos will not load:

http://www.theinternetiswastingmytime.com

can someone help me get the vids to load on the published site? THANK YOU

I didn't use the background widget. Instead I created a master page for each page and used used this code in the header:

<style>

.vid {

position: relative;

width: 100%;

height: 100vh;

}

.vid video {

position: absolute;

left: 0%;

top: 0%;

transform: translate (-50%, -50%);

-webkit-transform: translate (-50%, -50%);

-ms-transform: translate (-50%, -50%);

min-height: 100%;

min-width:100%;

}

</style>

and placed  html like this on each master page (pointing to a different file each time)

<div class="vid">

<video autoplay muted loop>

<source src="assets/NoCutsHR17.mp4" type="video/mp4">

Sorry Your Browser Doesn't Support Video.

</video>

</div>

Views

244

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Oct 23, 2017 Oct 23, 2017

Copy link to clipboard

Copied

Hey popcopy,

After checking the codes of your site it looks like the issue is with a file name.

It is always a good practice to keep the filename all in lower caps for and no spaces for the web.

Please try to keep the file name all in lower case and re-upload, I hope it should work.

Let me know how it goes.

Regards,

Ankush

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 23, 2017 Oct 23, 2017

Copy link to clipboard

Copied

Hi Ankush,

Yes it turned out to be the file names. Interestingly I named the files mixed-case and put mixed case in the HTML on the page(s) but when Muse exported to HTML it exported the file names all lowercase. I simply changed the file names back to mixed case on the hosting server, and then the files were recognized and it works. I guess the better solution is to change the file names and html to all lowercase and reupload, as you suggest. I will do that now. Thank you!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 23, 2017 Oct 23, 2017

Copy link to clipboard

Copied

You should really better follow Ankushs advice and the kind of rule for html which normally prefers lower case instead of uppercase.

Lower and upper case mixed needs some coding, watching W3school-tutorials, for example.

Have no idea why you don`t change your file names to lower case and re upload. What`s the reason for this?

Best Regards,
Uwe

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 23, 2017 Oct 23, 2017

Copy link to clipboard

Copied

I said I would and I did. Thanks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Oct 23, 2017 Oct 23, 2017

Copy link to clipboard

Copied

Glad it helped.

Cheers,

Ankush

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 24, 2017 Oct 24, 2017

Copy link to clipboard

Copied

LATEST

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines