I want to know if I have a lot of games in swf format and I want them to be embedded in html, what is the tag for doing it?
<object width="100%" height="100%">
<param name="movie" value="file.swf">
..
<embed src="intro.swf" width="100%" height="100%" />
</object>
Below is the sample code if you have sample.swf file
you also need to include below JavaScript file http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js