I've identified the php file I need to edit.
Where I need to edit it.
What I need to write .... this:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="420" height="260">
<param name="movie" value="Home_page_flash_intro_test.swf" />
<param name="quality" value="high" />
<embed src="Home_page_flash_intro_test.swf"
quality="high"
type="application/x-shockwave-flash"
width="420"
height="260"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
But all I get is a plain white box in exactly the right place, of exactly the right size.
Any Ideas please?