How to insert your Flash movies into your website?

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Glendixon
    replied
    ohhh ... great, the post is old but solved my problem. Thank you very much, bro.

    Leave a comment:


  • How to insert your Flash movies into your website?

    Below are the standard steps to insert Flash movies in to your website:

    1. Create a Flash movie.
    2. Go to File -> Save As and save your movie. For example, the file name as "flashmovie.fla".

    Now, to embed the Flash movie into an HTML page, you need to go back to your Flash program and follow below steps:

    1. File -> Open the Flash movie.
    2. File -> Export Movie
    3. Name the file "flashmovie.swf".
    4. Choose the location where the file is to be stored in your Web folder.
    5. Click OK.
    6. Open the HTML page where you want to insert the Flash movie.
    7. Insert following code:

    <object width="550" height="400">
    <param name="movie" value="flashmovie.swf">
    <embed src="flashmovie.swf" width="550" height="400">
    </embed>
    </object>

    This is the minimum code you need to insert to embed a Flash movie in a browser.

    Thanks!
Working...
X