Hello all, I have a question. I get from time to time clients who provide me with an flash banner and for some reason i can't link them to a page. I don't have flash myself and i tryed to link it in html like this: <a href="http://www.linkit.com" target="_parent"> <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="728" height="90"> <param name="movie" value="banner.swf" /> <param NAME="loop" VALUE="false" > <param name="quality" value="high" /> <embed src="banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="728" height="90"></embed> </object> </a> Please advice how i can link to with a flash banner without the need to use flash Thanks!
I use dreamweaver myself but this doesnt work i see the link but when i click the banner it doesnt link to the page. Please advice