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?
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();