Jump to content

adding video to website confusion


sweetysweety

Recommended Posts

hi everyone.my website is:http://www.terranartworks.com/testsite/tsv1/index.htmlthe video at the main page is seems ok in chrome,opera and safari well.but in ff and ie not working.i know about ie is not accepting video tag.the video begins automatically,when page is loaded.when i click one of buttons at the bottom of page,the video that is working will paused.i wrote a script for this but while this script is active,ff is not open video.when i move the script that i mentioned into the head tag,the video is begin to work in ff.i do not understand why.does anyone help me to solve my brain confuse?i also wondered how can i embed video for ie.besides can i change the images of video controls programmatically?

Link to comment
Share on other sites

There's a description about the video element and supported formats here:

 

https://developer.mozilla.org/en-US/docs/HTML/Supported_media_formats

 

Firefox is showing an error message, you should be checking for error messages. It looks like Firefox says it is an unsupported format. It looks like the web server is using a content type of text/plain for the video, which is not correct. It's not plain text, it's a video.

Link to comment
Share on other sites

Firefox does show a Javascript error. I'm not sure which script you're referring to though, you have quite a lot of code, some of it commented out, in addition to the 4 versions of jQuery you're including (1.8, 1.9.1, 1.7.1, and 1.3.2).

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...