mindapolis Posted October 30, 2013 Share Posted October 30, 2013 Hi, could someone please help me get the video working on http://anothermileministries.net/homeTest.php <div id="mainContent"> <video width="640" height="360" controls> <source src="assets/barbie.mp4" type="video/mp4" /> <source src="assets/barbie.OGV" type="video/ogg" /> <object width="640" height="360" type="application/x-shockwave-flash" data="assets/barbie.SWF"> <param name="movie" value="assets/barbie.SWF" /> <param name="flashvars" value="controlbar=over&image=__POSTER__.JPG&file=_barbie_.mp4" /> <img src="assets/barbie.JPG" width="640" height="360" alt="__TITLE__" title="No video playback capabilities, please download the video below" /> </object> </video> </div> Link to comment https://forums.phpfreaks.com/topic/283436-video-not-playing/ Share on other sites More sharing options...
QuickOldCar Posted November 4, 2013 Share Posted November 4, 2013 If those locations are correct, then I would make sure that the server you are on supports both those file mime types. AddType video/mp4 .mp4 AddType video/ogg .ogv Link to comment https://forums.phpfreaks.com/topic/283436-video-not-playing/#findComment-1456824 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.