Thursday, April 11, 2013

Embedded a SWF file in an HTML page


<object width="100" height="100">
    <param name="movie" value="file.swf">
    <embed src="file.swf" width="100" height="100">
    </embed>
</object>

No comments:

Post a Comment