I am guessing that this is what you would call a Feed Reader that compiles specific RSS from Google and Yahoo and then scrolls the headlines via SWF.
I have inserted the following code into an html block; it doesn't show up at all in FF, but in IE there is some sort of a link that you have to right click and click PLAY, and then it just shows a black box....
Now this code was installed on an html page at SandRailsOnly.
So I know the code works.....
I have also tried another simple SWF at my Dolphin site, and that one works..... What is happening here? Ideas, please.
Thanks,
~~L
<p style="text-align: center;">
<object height="200" width="200" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">
<param value="CoffeeCupNewsReader" name="id" />
<param value="middle" name="align" />
<param value="high" name="quality" />
<param value="noscale" name="scale" />
<param value="lt" name="salign" />
<param value="#ffffff" name="bgcolor" />
<param value="http://www.bearvalleyvoice.com/community/mynews.swf" name="src" /><embed height="200" width="200" src="http://www.bearvalleyvoice.com/community/mynews.swf" bgcolor="#ffffff" salign="lt" scale="noscale" quality="high" align="middle" id="CoffeeCupNewsReader" type="application/x-shockwave-flash"></embed>
</object>
<script type="text/javascript" src="iefix.js"></script>
</p>