Embed video in web page (HTML)

后端 未结 6 507
一生所求
一生所求 2021-01-02 16:54

I want embed a video in a webpage.
I don\'t want to use flash because it\'s unavailable for a huge number of platforms.
I\'m reluctant to use HTML5 becase it\'s not

6条回答
  •  太阳男子
    2021-01-02 17:30

    I've just come across Cortado. It's a Java applet that plays an OGG. I actualy have to thank David Dorward for this, since checking up HTML5's status made me come across it. Firefox suggests using something like:

       
    

    Java is available to FAR MORE platforms than flash, and, in this case, if just a fallback to HTML5.

    (source)

提交回复
热议问题