Flash -is it worth implementing?

Depending on the content and purpose of a web site, the dynamic and sometimes interactive nature of a Flash animation can enhance and captivate the viewer – or – it can turn them away with long download times; the need for the plug-in; and/or act as… a road-block to the inner content of a site.

For a while it was popular to create entire sites with Flash. Unlike HTML pages, (and browsers different interpretations of HTML) Flash gives the designer greater control over the visual effect of the final web page. However, because of limitations, 100% Flash sites are now less used.

The Adobe Flash program has plenty to offer, and although it involves quite a steep learning curve, once the basics are mastered, simple Flash movies are not hard to create.

Starting with simple time-line movement, one can advance to creating action scripted content. No need to hand code – the action script panel gives the designer a multitude of available actions at the click of a mouse.

Used judiciously, and with good reason, a Flash animation can greatly enhance a site.

Pro’s

  • Add interactivity..
  • Create games..
  • Use instead of HTML..
  • Design education tools..
  • “Cool” and fun animations can add spice to your site

Con’s

  • Viewer needs plug-in
  • Why.. Just because its possible..?
  • Steep learning curve
  • May need non-flash alternate site
  • Flash intro pages can turn viewers away

Caution..
If you add any Flash to your site, make sure you provide a link to Macromedia to download the plug-in.
AND/OR..
Have a Flash detection script and set it up to redirect to an alternate “non-Flash” page if necessary.
Most new computers and browser come with the Flash plug-in, but not all do. Don’t assume everyone has it by default.

Ways to use Flash:
A “Splash” page before entering the main HTML site
A slide show – good for pictures and art exhibits. Viewer can zoom in on an image
Entire site created with Flash, with interactive links
A learning tool. Create interactive quizzes or lectures
Product demos, can burn CD’s with own stand-alone player
Pop-ups, advertising etc..

This subject will be updated soon…

Similar Posts

  • | | |

    September 18, 2012

    Social media and site promotion. Improving site visibility by using and updating social media such as Facebook, Twitter and others has become an almost required part of successful SEO. Methods for installing the buttons and links differ whether on static pages or CMS pages. See below for some interesting links on the how-and-why aspects. A…

  • |

    WordPress SEO

    A good way to help optimizing a WordPress website is to use the “All-in-One SEO Pack” plugin. When activated it adds several fields to the bottom of the posts or page interface, where one can add post/page-specific details, which will override…

  • | |

    May 2013, Divs, Floats and Clears

    Using CSS and Div’s for layout. Div’s contain the information to layout the site, but making them behave in a predictable manor is not always easy. Floats are used to control positioning, (left or right) but multiple elements will need to be “cleared” to line up correctly. http://www.sitepoint.com/using-css-grid-layout-and-blend-5-to-build-a-game/ http://960.gs/ http://unsemantic.com/ http://caniuse.com/css-grid http://designfestival.com/design-organized-websites-rapidly-with-960-grid/ http://layouts.ironmyers.com/ http://css-tricks.com/all-about-floats/ http://www.quirksmode.org/css/clearing.html