Skip navigation
MattiasPaludi
Currently Being Moderated

Can you make a video cycle through a loop with no play/pause option?

Aug 29, 2012 6:14 AM

Hi,

I am trying to have a video play as a background  on a page behind some text without any option of starting and stopping it manually. Like moving wallpaper--no more than that. The play/pause funtion interferes a bit with swiping to the next page and I would like to turn it off if poss.

Thanks in advance.

 
Replies
  • Currently Being Moderated
    Aug 29, 2012 6:45 AM   in reply to MattiasPaludi

    How long is it? You might do better to turn it into an image sequence if it’s short enough.

     

     

     

    Bob

     
    |
    Mark as:
  • Currently Being Moderated
    Aug 29, 2012 8:28 AM   in reply to MattiasPaludi

    Bob is right...an image sequence might be better. But the direct answer to your question is "no". A video can auto-play, but cannot loop repeatedly.

     
    |
    Mark as:
  • Currently Being Moderated
    Aug 29, 2012 9:42 AM   in reply to KeithGilbert

    In release 23 you'll be able to disable playback controls on auto-play inline videos.

     

    Neil

     
    |
    Mark as:
  • Currently Being Moderated
    Nov 28, 2012 2:57 AM   in reply to Neil Enns - Adobe

    Any idea if loop of video will be possible? Video is better solution than 800 images in sequence...

     
    |
    Mark as:
  • Currently Being Moderated
    Nov 28, 2012 9:01 AM   in reply to Martin Lér

    I believe you have to embed the video in HTML and use JavaScript to loop it. We don't currently expose a repeat option via our authoring tools.

     

    Neil

     
    |
    Mark as:
  • Currently Being Moderated
    Feb 25, 2013 2:57 AM   in reply to Neil Enns - Adobe

    looping through js doesn't work anymore since, i believe, 4.2 and only a "bug" in iOS 6.0 made it work, "fixed" in iOS 6.1.

     

    BUT.

     

    Why don't you allow us to choose? Apple disabled autoplay inside their native safari app. It's not disable in the whole iOS.

     

    As you say, you don't expose the repeat option. Which means, at least you are aware that the options inside iOS exists. YAY

    Why you don' expose it, is another question. I mean, you need to add one checkbox inside the overlay creator ... NOT that hard ... but it's work - ok.

     

    for html5 videos it's even easier to enable and i'm clueless why you guys don't allow it and even blame apple that it doesn't work...

     

    Using the webOverlay in dps, adobe utilises a UIWebView (behind the scenes/in code) from Apple to display the html content. These UIWebViews have an option to enable autoplay for videos - adobe simply did NOT choose to enable it. The option is called "mediaPlaybackRequiresUserAction" and is YES by default. By that, ignoring a provided autoplay tag and requiring a real User tap. Adobe could have set it to "no" and we could use the autoplay tag inside video elements to enable it ourselves.

     

    It's  ONE line of code. ;( No UI change, super simple, 2 seconds to "code" ...

     

    cheers,

     

    masterchief

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points