I have only just started using Flash today and created a quick countdown timer for my website. After looking for ways to embed the swf file into the top banner of the website i found a piece of code but everytime i entered the page it always asked me download flash player even though i have it installed, i then asked a couple friends to try and they got the same. Below is the code i am using thanks in advance!
<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="400" HEIGHT="100" id="Countdown" ALIGN=""> <PARAM NAME=movie VALUE="Countdown.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#000000> <EMBED src="/images/Countdown.swf" quality=high bgcolor=#000000 WIDTH="400" HEIGHT="100" NAME="Countdown" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> </EMBED> </OBJECT>
Thanks

New Topic/Question
Reply



MultiQuote


|