Step-by-Step Tutorial to Developing an HTML Flash Website Using Dreamweaver MX

Dreamweaver is a web development application developed by Macromedia and later purchased by Adobe and then added to the Creative Suite. Dreamweaver MX was the last version to be produced by Macromedia before the purchase. Dreamweaver offers a variety of web development tools, including a what-you-see-is-what-you-get (WYSIWYG) Web editor and tools for developing in multiple Web languages such as HTML, PHP and ASP. Flash, also created by Macromedia and purchased by Adobe, is an application for developing animated files for use in websites and other media. Dreamweaver MX is unable to create Flash files, but it can be used with HTML to embed Flash objects into a website.

Things You'll Need

  • Flash SWF file
  • Web server
  • Dreamweaver MX
Show More

Instructions

    • 1

      Open your Flash movie application, such as Adobe Flash.

    • 2

      Click the "File" menu and select "Export Movie." This will create a SWF file for use on a website.

    • 3

      Move the SWF file to the directory or Web server where your website files are located.

    • 4

      Open Dreamweaver MX. Create a new HTML file.

    • 5

      Click the "Code Editor" button. This will switch to the HTML code view. The file should contain the standard HTML, title and body tags.

    • 6

      After the <body> tag, press "Enter" to start a new line and type <object width="350" height="200">. Change the width and height attributes to match the size of the SWF file.

    • 7

      Press "Enter" and type <param name="movie" value="filename.swf">. Change the filename to the name of the exported SWF file. The param tag allows Internet Explorer to recognize the Flash file.

    • 8

      Press "Enter" and type <embed src="somefilename.swf" width="550" height="400">. The embed tag allows Netscape to recognize the Flash file.

    • 9

      Type </embed> and </object> to close both tags.

    • 10

      Save the HTML file in the same directory as the SWF file.

Tips & Warnings

  • This information is only the minimum code required for Flash functionality on a website. Additional functionality can be obtained by using Javascript programming in your website or Actionscript programming in your Flash file.

Related Searches:

References

Comments

You May Also Like

Related Ads

Featured