In my previous tutorial I showed how can we use html5 video tags for all major browsers.Here in this tutorial I will show how can we show our videos on all through only one html5 tag.
You can embed your .swf file in the html5 embed tags. So use following line of code to accomplish your task.
<!DOCTYPE HTML>
<html>
<body>
<embed src="How_to_make_Graphs_Charts.swf"/>
</body>
</html>