Weird… my video player will work in Safari and not in Firefox and I can’t figure out why.
This is the code I am using to embed it:
<script type="text/javascript">
/*<![CDATA[*/
swfobject.embedSWF('video_player.swf', 'flashDiv', '1000', '636', '9.0.0',
'scripts/expressinstall.swf', {}, {bgcolor: '#EEE', menu: 'false', wmode: 'opaque', scale:'noscale', flashVars:'&video=flv/card_world_animation_80percent.flv'}, {id: 'flash', flashVars:'&video=flv/card_world_animation_80percent.flv'});
/*]]>*/
</script>
Here’s the link that works in Safari but not in Firefox.
http://dianechoina.com/portfolio.php?section=0&campaign=0
Any clue what I’m doing wrong? I’ve done this before without a problem:
http://mindsetfilmsny.com/work.php?work=1&id=20
(different HTML)
http://benbart.com/bill2/storyteller.php
(same JavaScript …)