Welcome to the new How To Gurus Blog

Where you can always find my latest Demos and YouTube Videos. You will find samples taken from my Training DVDs and also exclusive videos created specifically for my online audience.

Saturday, September 10, 2005

Load images in place of the Flash in the event a Flash player is not present

Question: I have successfully built a great new home page using both Dreamweaver and Flash - however, I need to have the page load images in place of the Flash in the event a Flash player is not present.

The Flash file will automatically check for the Flash Player and if it is not present it will attempt to download the Flash Player from Macromedia. So in most cases you do not need to worry.

But in case you want to have an alternate image here are the steps:

You need to create a second html page, one that does not contain Flash and has the alternate images instead (one page with Flash, one page without)

Open the Flash page in Dreamweaver.
Go to Code View.
Click anywhere inside the main body section of the web code.
Open up the Tags palette on the right side of Dreamweaver.
The Tag section heading should say Tag body
Click on the Behaviors tab
Click on the + button
In the popup menu select Check Plugin
The Plugin should say Flash, if not use the drop down menu and select Flash
Leave the "If found, go to URL:" line blank.
In the line that says "Otherwise, go to URL:" use the browse button and click on your non-Flash page.
Check "Always go to first URL if detection is not possible"

That should do it.

Personally I prefer to have the visitor download the appropriate Flash player instead of sending them to a non-Flash page, so I don't do these steps on my sites.


You can find a sample from the Flash set here: http://www.howtogurus.com/video/flash-demo.html