Jump to content

video not playing


mindapolis

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.