Hello, this is my first post and I'm a relative novice to web development, being self-taught, so have a lot to learn.
I run a fan-site for Richard Ashcroft, and I have 3 swf objects on my homepage which worked perfectly fine until a couple of weeks ago, when they stopped showing correctly in FF and Safari, although they have no problem in IE.
The code validates with W3C standards (except the code for the facebook button which I've given up trying to validate, but which works fine).
If anyone can help with this problem I would be very grateful!
Here is the code for one of my objects:
Code:
<object data="myjukebox2.swf" type="application/x-shockwave-flash" width="25" height="25">
<param name="movie" value="myjukebox2.swf" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#3A0112" />
<param name="wmode" value="opaque" />
</object>
My website is
http://richardashcroftonline.com
Thanks in advance.