Friday, June 17, 2011

Flash in HTML File

Crate a Folder Called Flash,then
open a notpad and paste this below code and save it as html like
"flash.html", and save it Flash folder,then add your flash file into Flash folder again.
<html>
<body>
<object width="400" height="100">
    <param name="movie" value="YourFlashFileName.swf">
    <embed src="YourFlashFileName.swf" width="400" height="400">
    </embed>
</object>
</body>
</html>