Hi. I have a small flash animation which i would like to sit on top of my logo/header.
I will add the style and positioning attributes to the style sheet but where do i add the html code to display it?
i.e
ive had a look in the faq's but cant see anything that helps.HTML Code:<div id="scrollingText"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="247" height="20"> <param name="movie" value="scroll test.swf" /> <PARAM NAME=wmode VALUE=transparent> <param name="quality" value="high" /> <embed src="scroll test.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="247" height="20" wmode="transparent"></embed> </object></div>
Thanks!



