How to change the color of a single link or a word in a page

Re: How to change the color of a single link or a word in a page

by bruce boman -
Number of replies: 0
Hmm,
I'm bringing in another problem which is I have a flashplayer in the page and I want it to stop the auto play function when the page loads and I tried to play with the code and added this: <param name="Autostart" value="0" />
but it's not working. On the other hand, I set the autoplay function for the quicktime player to "false"and it worked.
here is the whole code for the flashplayer:
<center>
<object height="324" width="640" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,15,0"> <param name="movie" value="http://localhost/file.php/7/demos/DSC_Captivates/DSC_Navigation_demo_640/DSC_Navigation_demo_640.swf" /> <param name="quality" value="high" /> <param name="Autostart" value="0" /> <embed height="324" width="640" src="http://localhost/file.php/7/demos/DSC_Captivates/DSC_Navigation_demo_640/DSC_Navigation_demo_640.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" />
</object> </center>

Any help?