How Embed Flash File

Embed Flash File In Your Web Page

In this tutorial you learn the major step for embedded flash file in you own webpage. The major code for adding flash file in you page is:

<embed src="learninghints.swf" width="700" height="500"> </embed>

But only this code is not enough. you must have some ore attribute to run the flash file correctly. The simple way to get all attribute which are require to run the flash file is given below:

  1. Open the flash program.

  2. Click on File and then Publish. This will create the <object> and <embed> tags . With this option also create the classid and pluginspage attributes for you flash file.

  3. Now Open the HTML document which is created in previous step.

  4. Copy all the code.

  5.  Now open your own webpage and Past the code where you want to place your Flash movie.

  6. Done.