Jump to content

Video Insert in IE.


thibo1025

Recommended Posts

my problem is that I am trying to insert a video in a HTML page and the video will not play.my type of code is:

<img src="../video.mpg" controls>

(my video's adress really exists)tell me if there is a more efficient way to insert a video. I have trying to look around how it was made on other sites but most of them were inserted by a php protocol wich I didn't understand.the editor I am using is Microsoft frontpage(but I fix some codes when I find them useless)

Link to comment
Share on other sites

replace "yourmovie.avi" with the URL you are going to use. you can adjust the width and height accordingly too.

<EMBED type="application/x-mplayer2" src="yourmovie.avi"pluginspage="http://microsoft.com/windows/mediaplayer/en/download/" id="mediaPlayer" name="mediaPlayer" bgcolor="#000000" showcontrols="true" showdisplay="0" showstatusbar="0" width="310" height="213" autostart="true" loop="false"></EMBED>
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...