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

Premiere Pro CC2017 and Dreamweaver CC2017

Explorer ,
Jan 18, 2017 Jan 18, 2017

6 jpegs with fade in/out exported from Premiere Pro CC2017 as media

converted in Bigasoft Total Converter into 3 formats

inserted into Dreamweaver CC2017

<td colspan="2" align="center"><video width="400" height="300" poster="slideshow_wyndridge_2017/debra.jpg" preload="metadata" autoplay="true" loop="true" >

      <source src="slideshow_wyndridge_2017/Wyndridge.mp4" type="video/mp4">

      <source src="slideshow_wyndridge_2017/Wyndridge.ogv" type="video/ogg">

      <source src="slideshow_wyndridge_2017/slideshow_wyndridge_2017.webm" type="video/webm">

    </video></td>

video plays and loops on desktop but not on phone or ipad

web url:Wyndridge Hair and Make-Up Studio

444
Translate
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

correct answers 1 Correct answer

Community Expert , Jan 18, 2017 Jan 18, 2017

If all you are doing is fade-in/fade-out as a slideshow, you really should look into a javascript or css animation solution instead.

It will be a much, much smaller download and function correctly on a much larger number of devices (including mobile).

Something like  Cycle 2 (using jQuery) would likely do the trick...http://jquery.malsup.com/cycle2/

Cycle2

Translate
LEGEND ,
Jan 18, 2017 Jan 18, 2017

Mobile devices do not support the autoplay feature. This is done to save battery life, bandwidth speed and to let users decide what to download, many of whom are often on limited download plans.

Translate
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 ,
Jan 18, 2017 Jan 18, 2017

If all you are doing is fade-in/fade-out as a slideshow, you really should look into a javascript or css animation solution instead.

It will be a much, much smaller download and function correctly on a much larger number of devices (including mobile).

Something like  Cycle 2 (using jQuery) would likely do the trick...http://jquery.malsup.com/cycle2/

Cycle2

Translate
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 ,
Jan 18, 2017 Jan 18, 2017
LATEST

I used your suggestion of Cycle2. The slideshow is working properly in all formats. So thank you! The only problem was that it created the width of my tables to change drastically. I sorted it out.

Translate
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