Thanks for your help.
My original code for embedding flash was taken from a Jeffrey Feldman book. Following the tips
given my code now looks like this and validates:
Code:
<object type="application/x-shockwave-flash" data="flash/myload.swf?path=flash/solace-logo.swf"
width="670" height="115">
<param name="movie" value="flash/myload.swf?path=flash/solace-logo.swf" />
<img src="images/logo.jpg" width="670" height="115" alt="" />
Having done this, it would appear it still doesnt work on my friends PC running IE on Win98.
It now displays a small yellow and blue box that when you put your mouse over it
says click here for more info.
When you do (he tells me) it comes up with a message box called "Error locating object handler"
It's telling him he doesnt have the viewer available for the type of object he is trying to open.
Now is this because IE doesnt recognise the HTML being used or I made an error? or from what it sounds like to me
that my friend has a work computer out of the arc - and has a VERY old flash player installed?
Gaz