Last Updated: August 11, 2000

Shockwave Flash
It is easy to include Shockwave Flash multimedia presentations on your web site. You can use Flash content to add high-impact graphics, animation, and interactivity to your web site.

Serving Shockwave Flash Content
You may need to add the following MIME types to your ~/www/conf/mime.types file:

application/x-shockwave-flash  swf cab
application/futuresplash       spl

NOTE: After you make changes to the mime.types file, you need to Restart your web server.

Embedding Flash Content in a Web Page
In order to embed your filename.swf Flash content in a web page, include at least the following HTML code:

OBJECT WIDTH="550" HEIGHT="400"
 PARAM NAME="MOVIE" VALUE="filename.swf"
 EMBED SRC="filename.swf"
 /EMBED
/OBJECT

The OBJECT tags are for Microsoft Internet Explorer and the EMBED tags are for Netscape Navigator. Substitute the filename of your Flash content for filename.swf. You can adjust and add other paramaters as you like.

More Information
A great Intro to Flash tutorial is available at the Webmonkey: A How-to Guide for Web Developers site.



Copyright © 1996-2000, Last Modified: 11 August 2000A Little Technology Shoppe, LLC (ALTS.NET)®. All rights reserved. All brand names and product names used on these web pages are trademarks, or trade names of their respective holders.