I have designed a website using Dreamweaver 8 and the flash button that I inserted didn't point to target link: map.html. flash button file name is mapsdirections_flash.swf
here's the code:
<object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/s...rsion=5,0,0,0" width="100" height="22" title="mapsdirections_flash">
<param name="BGCOLOR" value="" />
<param name="movie" value="mapsdirections_flash.swf" />
<param name="quality" value="high" />
<embed src="mapsdirections_flash.swf" quality="high" pluginspage="
http://www.macromedia.com/shockwave/...hockwaveFlash" type="application/x-shockwave-flash" width="100" height="22" ></embed>
</object>