0

I'm working on a website and I want to display video on the home page. Although I have achieved this using embed tag and .swf format.

But the problem is as soon as the page is loaded the video begins. I want the video to show play, pause and full screen features. I'm not able to display video controls any other format (using google chrome). Can anyone guide me, I have gone through a number of websites providing code for this but hadn't achieve the above features.

Kris van der Mast
  • 16,343
  • 8
  • 39
  • 61
Wadhawan994
  • 49
  • 1
  • 8

2 Answers2

1

Try http://flowplayer.org/

It's a cool flash player plugin, with all the features you want.

Jorge Fuentes González
  • 11,568
  • 4
  • 44
  • 64
1

In Html-5 we have an video tag. for further details see here

But the Full Screen mode view option is not supported by all browsers. The reason for this is explained in this post Is there a way to make HTML5 video full screen?

Community
  • 1
  • 1
mani
  • 1,012
  • 7
  • 26
  • 47