Hey I did contribute and everyone else using this service should as well. It's a great site!
I successfully added flash to one of my sites (mototvnetwork.com), go to Moto TV Demo to check it out. It's getting rave reviews!
But I went and tried to do the same thing for another of my sites (garagefilms.biz) and no luck. It plays fine inside iWeb, but nothing comes up when I open using Safari or Firefox (but they play the mototvnetwork.com flash files fine). I'm stumped. Here is the code I'm using for garagefilms.biz, which was copied and pasted from the mototvnetwork one, just changed where to get the files.
<script type="text/javascript"
src="http://garagefilms.biz/flash/swfobject.js"></script>
<div id="player">This text will be replaced</div>
<script type="text/javascript">
var so = new SWFObject('http://garagefilms.biz/flash/player.swf','mpl','720','396','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&file=http://garagefilms.biz/flash/LagunaTest_Day1_1280x720_H264.flv&image=http://garagefilms.biz/flash/LagunaTest_Day1.jpg&stretching=none');
so.write('player');
</script>
Any suggestions would be greatly appreciated!




