Quicktime movies not autoplaying on iphone
  • In the prettyPhoto.js file I set the autoplay to true but you still have to click play for the movie to play in on the iphone. Any idea why the autoplay is not working?


    autoplay: true, /* Automatically start videos: True/False */
  • Hi,

    I'm having the same problem -- any ideas on how to get around this?

    Prettyphoto seems to display the video placeholder first. Is there a way to skip this?
  • Hi there,

    Since the iPhone launches a second application (quicktime) to run the movie, I don't think it can take the same parameters as the desktop version.

    I'll look into it.
  • Gentleman, figured out the small problem with movies not auto playing on iphone and ipad. When you call pretty photo or click on whatever posters call the movie you need to
    call $('.videPlayer')[0].load(); then $('.videPlayer')[0].play();

    This is the same as using auto play.

    $('.videoPlayer').attr("src", "video/name_of_movie.mov");
    $('.videPlayer')[0].load();
    $('.videPlayer')[0].play();
  • Gentleman, figured out the small problem with movies not auto playing on iphone and ipad.ipad 2 Soft case ipad2 Chargers ipad2 folio cases

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!