First off to be able to implement a flash presentation into your website you need to have a program called Flash Macromedia. Then you need to learn how to use it. For those who don't know, Flash enables you to create animations and interactive presentations that you can implement into your site. You may not have realized that some sites are made purely from Flash.
So if you have Flash and know how to use it then this is what you need to do to implement a flash presentation in your site:
The < OBJECT> Tag
The < OBJECT> tag is used in HTML to embed things inside the webpage. Most commonly it is used for the purpose of embedding flash presentations and Java applets (small programs). We show that we want to embed an object by writing:
< OBJECT>
</OBJECT>
      The < OBJECT> tag is also used in conjunction with the PARAM tag. This tag sets the paramaters of the object being embedded. For Flash Presentations the most