Saturday 14 May 2011

Tuesday 3 May 2011

Embedding Flash File in Website


<html>
<h1>
Embedding Flash File in Website 
</h1>

<body>
<object height="400" width="600">
<param name="movie" value="FlashFileName.swf">
<embed src="FlashFileName.swf" height="400" width="600"></embed>
</object>
</body>
</html>