Hi All,
I wanted flowplayer to just run locally on my desktop. Will this work?
I copied the below from Flowplayer. But the video never loads..
Thanks,
Ed
------------BEGIN----------------
<head>
<script type="text/javascript" src="flowplayer-3.1.1.min.js"></script>
</head>
href="video.flv"
style="display:block;width:425px;height:300px;"
id="player">
<!-- this script block will install Flowplayer inside previous A tag -->
<script language="JavaScript">
flowplayer("player", "flowplayer-3.1.1.swf", {
clip: {
// these two configuration variables does the trick
autoPlay: false,
autoBuffering: true // <- do not place a comma here
}
});
</script>
--------END--------------
I wanted flowplayer to just run locally on my desktop. Will this work?
I copied the below from Flowplayer. But the video never loads..
Thanks,
Ed
------------BEGIN----------------
<head>
<script type="text/javascript" src="flowplayer-3.1.1.min.js"></script>
</head>
href="video.flv"
style="display:block;width:425px;height:300px;"
id="player">
<!-- this script block will install Flowplayer inside previous A tag -->
<script language="JavaScript">
flowplayer("player", "flowplayer-3.1.1.swf", {
clip: {
// these two configuration variables does the trick
autoPlay: false,
autoBuffering: true // <- do not place a comma here
}
});
</script>
--------END--------------