Take a look at the following code:
<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH=748 HEIGHT=97>
<PARAM NAME=movie VALUE="urbannerhome.swf">
<PARAM NAME=quality VALUE=best>
<PARAM NAME=salign VALUE=T>
<PARAM NAME=wmode VALUE=opaque>
<PARAM NAME=bgcolor VALUE=#000066>
<EMBED SRC="urbannerhome.swf" QUALITY="best" WMODE="opaque" BGCOLOR="#000066" WIDTH="748" HEIGHT="97" TYPE="application/x-shockwave-flash">
</OBJECT>
Now, if someone does not have flash, is their anyway I can make like another layer below where the flash is supposed to be, and say If you can see this click here, and have that link point to macro's dl site? I don't like the autoprompt for download, thats why i took it out. Is this javascript I need to create?
<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH=748 HEIGHT=97>
<PARAM NAME=movie VALUE="urbannerhome.swf">
<PARAM NAME=quality VALUE=best>
<PARAM NAME=salign VALUE=T>
<PARAM NAME=wmode VALUE=opaque>
<PARAM NAME=bgcolor VALUE=#000066>
<EMBED SRC="urbannerhome.swf" QUALITY="best" WMODE="opaque" BGCOLOR="#000066" WIDTH="748" HEIGHT="97" TYPE="application/x-shockwave-flash">
</OBJECT>
Now, if someone does not have flash, is their anyway I can make like another layer below where the flash is supposed to be, and say If you can see this click here, and have that link point to macro's dl site? I don't like the autoprompt for download, thats why i took it out. Is this javascript I need to create?