Why is the video not showing up?

Hi!

For some reason the video is not showing up on this page:

http://www.best-websolutions.com/TAR/indexV2.html

Can you tell why/ how to fix it?

Thank you!

There doesn’t appear to be any link to a video in your code. Looks like the video code is missing—<object>/<embed> and all that.

I agree i don’t see any video code, what do you use, flowplayer or youtube. I would recommend you to use youtube it is more simpler.

Embed video on your page in to particular div:

<video src=“Your video URL” controls=“Control name”>
</video>

This code may help you.