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> Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.