Determine Flash?

I am using a flash to keep and scroll a current list of new posted items for sale at a auction site , I have, it works great, but I cant figure out how to tell it that if users dont have flash to leave it blank, now Iam also using a perl script for the site but the section for the flash is in html. Below is a copy of what i insert in my html code. Some users dont want to be bothered with flash and never say yes, this would keep me covered both ways, any ideas?

<p align="center"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="$config{'tickerwidth'}" HEIGHT="$config{'tickerheight'}" id="ticker">
<param name="_cx" value="5080">
<param name="_cy" value="5080">
<param name="FlashVars" value="-1">
<param name="Movie" value="$config{'tickerswfurl'}?url=$config{'tickertxturl'}&amp;speed=$config{'tickerspeed'}&amp;font=$config{'tickerfont'}&amp;color=$config{'tickerfontcolor'}&amp;size=$config{'tickerfontsize'}&amp;width=$config{'tickerapproximatewidth'}&amp;heighttuning=$config{'tickerheighttuning'}">
<param name="Src" value="$config{'tickerswfurl'}?url=$config{'tickertxturl'}&amp;speed=$config{'tickerspeed'}&amp;font=$config{'tickerfont'}&amp;color=$config{'tickerfontcolor'}&amp;size=$config{'tickerfontsize'}&amp;width=$config{'tickerapproximatewidth'}&amp;heighttuning=$config{'tickerheighttuning'}">
<param name="WMode" value="Window">
<param name="Play" value="-1">
<param name="Loop" value="-1">
<param name="Quality" value="High">
<param name="SAlign" value>
<param name="Menu" value="0">
<param name="Base" value>
<param name="AllowScriptAccess" value="always">
<param name="Scale" value="ShowAll">
<param name="DeviceFont" value="0">
<param name="EmbedMovie" value="0">
<param name="BGColor" value>
<param name="SWRemote" value><embed src="$config{'tickerswfurl'}?url=$config{'tickertxturl'}&amp;speed=$config{'tickerspeed'}&amp;font=$config{'tickerfont'}&amp;color=$config{'tickerfontcolor'}&amp;size=$config{'tickerfontsize'}&amp;width=$config{'tickerapproximatewidth'}&amp;heighttuning=$config{'tickerheighttuning'}" quality="high" bgcolor="$config{'tickerbg'}" WIDTH="$config{'tickerwidth'}" HEIGHT="$config{'tickerheight'}" NAME="ticker" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</OBJECT>

Thanks

one other thing I cant redirect it to another page since it needs the scripting off that page and does not call a new page.

Any help on this would be great!