Quote:
Originally Posted by chrisjchrisj
Can you recomend a web page video player that can be viewable on a web page via desktop and mobile web page? Currently my the video player on my web page doesn't work on iphone or ipad. Thanks
|
Try Quicktime?
Code:
<EMBED SRC="postermovie.mov" WIDTH=240 HEIGHT = 180 AUTOPLAY=true CONTROLLER=false LOOP=false HREF="mymovie.mov" TARGET="myself" PLUGINSPAGE=h t t p : / / www dot apple dot com /quicktime/">
'postermovie.mov' is a thumbnail which would start the .mov if clicked. More detailed instructions here: stager.org/imovie/qtweb.html