Hello all,
I have a flash slideshow for the header of the shadowsandlight.ca site. I just realised that when people do not have a Flash player installed on their browser, they just get a blank at the top of the page, with the words header.swf which is not pretty. What can I do to give some other message so that they realise that they are not seeing the image for that reason. They will not see the slideshows on the site either, so if they could get an early warning, that would be great.
Currently I have this code in the header.php:
between the <head></head> tags I have this: <script type="text/javascript" src="/swfobject.js">
</script>
Then I have the folloiwng code after the div header:
<div id="flashcontent">
header.swf
</div>
<script type="text/javascript">
var so = new SWFObject("http://shadowsandlight.ca/wp-content/themes/wp-andreas01wp/header.swf", "mymovie",
"770", "175", "8",
"#000000");
so.write("flashcontent");
</script>
I have changed the line in the head section to read this:
<script type="text/javascript" src="http://shadowsandlight.ca/wp-content/themes/wp-andreas01wp/swfobject.js">
</script>
this gives the full path, but even then, if someone has javascript disabled, they just see the words header.swf where the slideshow ought to be.
Any ideas anyone? Brain cells are completely wracked here.
Cheers!
Ellie