Web Whiz Bang: The Pros and Cons of Adding FLASH to your site

Summary


Review of hands-on sessions

I Add visual movement or animation to a page

II Add audio to a page

III Interaction, Changing the page dynamically

There are two approaches to making a web page interactive:

  1. embed interactive objects in an otherwise static page (plug-in, java applet)
  2. include a program in, or call on a program from, the page (javascript, cgi)
    • call a CGI script from your page
    • include a JavaScript script in your page

Web-pages that might have to work on paper too

Main Concerns:

[ outline ] [ animations ] [ audio ] [ plug-in & interaction ] [ summary ]