O.P. RE: Embedding .flv file into a website
quote: Originally posted by WDZ
The problem is that you replaced the player URL (highlighted in blue below) with the URL of your flv file... try changing it back.
code: <script type="text/javascript" src="https://media.dreamhost.com/ufo.js"></script>
<p id="sample.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:"https://media.dreamhost.com/mediaplayer.swf",width:"320",height:"240",majorversion:"7",build:"0",bgcolor:"#FFFFFF",
flashvars:"file=https://media.dreamhost.com/sample.flv&showdigits=true&autostart=false" };
UFO.create(FO,"sample.flv");
</script>
You could also upload a flash video player to your own site if you don't want to use DreamHost's copy.
OHHHHHH thanks testing now....
EDIT: Yay works! ty
This post was edited on 01-22-2009 at 08:28 AM by Th3rmal.
You have the intellect comparable to that of a rock. Be proud.
|