Cannot get Flash Player to work
Posted by: bobolito
Posted on: 2007-03-28 19:12:00
I can't understand what am I doing wrong. I uploaded a video file, the video converter emailed me saying it successfully converted the video to FLV format and it gave me some code to place in my HTML page which I did. I put it in the HEAD section, then on the BODY section but all I see is a message that says "Get the Flash Player to see this player" What am I doing wrong? I uploaded the mediaplayer.swf to my home directory where the index.htm resides.
This is the code I am placing in the HTML file:
<script type="text/javascript" src="https://media.dreamhost.com/ufo.js"></script>
<p id="AntonySantosEnElCasandra07_480x360.flv"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</p>
<script type="text/javascript">
var FO = { movie:"mediaplayer.swf",width:"480",height:"360",majorversion:"7",build:"0",bgcolor:"#FFFFFF";,
flashvars:"file=http://www.vaciloneros.com/videos/AntonySantosEnElCasandra07_480x360.flv&showdigits=true&autostart=false"; };
UFO.create(FO,"AntonySantosEnElCasandra07_480x360.flv");
</script>
Why isn't the Flash Player showing up?