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

slideshows in dreamweaver 2015 not working in website on web for phone or iPad

Explorer ,
Nov 21, 2016 Nov 21, 2016

Copy link to clipboard

Copied

slideshows in dreamweaver 2015 not working in website on web for phone or iPad

www.dollsforafrica.org

code used for slideshow in dreamweaver CC2015

<video width="720" height="480" poster="../Little Doll Factory/Little Doll Factory.jpg" controls="controls" >

      <source src="../Little Doll Factory/Little Doll Factory fade.mp4" type="video/mp4" />

      <source src="../Little Doll Factory/Little Doll Factory fade.ogv" type="video/ogg" />

    </video></td>

also www.wyndridgesalon.com

code used for slideshow in dreamweaver CC2015

<video width="375" height="250" preload="auto" autoplay loop >

      <source src="html5_video/Wyndridge slide show with bckgrd_text.mp4" type="video/mp4">

      <source src="html5_video/Wyndridge slide show with bckgrd_text(1).ogv" type="video/ogg">

      <source src="html5_video/Wyndridge slide show with bckgrd_text(1).mp4" type="video/mp4">

    </video></td>

Views

723
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 Expert ,
Nov 21, 2016 Nov 21, 2016

Copy link to clipboard

Copied

The code from your first site shows a link to your hard drive...

<script src="file:///Supreme/Users/archee/Websites/Dolls for Africa "scripts/AC_RunActiveContent.js"  type="text/javascript">


As well as a fair number of other html errors. Run your page through the validator at http://validator.w3.org/nu for a listing.

Re-linking your script to the actual file used online may get you up and running. Make sure that file exists in your local Site Definition and that it's uploaded to the correct location online.


You also have a good number of errors on the second site, including a missing doctype declaration (you are using html5 in a file that browsers won't necessarily understand as html5).

You should normalize your file names, use all lowercase alpha numeric names, no special characters and no spaces (use hyphens or underscores instead). You can change the names from within DW's Files window on a Defined Site and the program will fix the links site-wide for you.

If it's still not working after all of the errors are fixed, post back and we can take a closer look.

Votes

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
Explorer ,
Nov 21, 2016 Nov 21, 2016

Copy link to clipboard

Copied

I upload all files from my computer through Dreamweaver to my GoDaddy account. I rely on Dreamweaver to write the code, I do not know how to. I will normalize file names. I ran page through validator, but since I do not write code it's overwhelming.

Votes

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
Explorer ,
Nov 22, 2016 Nov 22, 2016

Copy link to clipboard

Copied

Slideshows to run correctly on the web when viewing from a desktop or iMac.

Votes

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
Explorer ,
Nov 22, 2016 Nov 22, 2016

Copy link to clipboard

Copied

Meant to say slideshows do run correctly when viewing on the web from iMac.

Votes

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 Expert ,
Nov 22, 2016 Nov 22, 2016

Copy link to clipboard

Copied

pianoforte school wrote:

Meant to say slideshows do run correctly when viewing on the web from iMac.

That makes perfect sense because the link you are using to the javascript file is pointing to a location on your local machine (file:/// is a local link) rather than on online file. So as far as your Mac is concerned, nothing is missing from the site. Some files just happen to be on the local machine while others are online. However, for every other computer on the internet, that file:/// script link is pointing to a location on their personal machine that doesn't exist, so the slideshow breaks.

Votes

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
Explorer ,
Nov 22, 2016 Nov 22, 2016

Copy link to clipboard

Copied

Actually I have a few Macs that do not have these files on them and I can view the slideshows of these websites perfectly. Sometimes the slideshows do show on the phone and iPad but only about 50% of the time. When they do not show properly  the screen of the slideshow is black or the poster for the slideshow shows but the controls do not function. I have had slide shows on other sites before that worked fine so I don't understand what has happened now. If all the files are uploaded to GoDaddy isn't that where the links are?

Votes

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 Expert ,
Nov 22, 2016 Nov 22, 2016

Copy link to clipboard

Copied

LATEST

Code errors are very likely the reason your pages aren't working correctly.

If you can't repair the errors listed by the validator yourself, it may be best to either start over with a fresh error-free page or hire someone who can repair the html errors that have been introduced in your page.

Votes

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