Hello!
I have this code. And the video just buffering but not playing. I can't understand why. I need your help. Thank you for attention :)

<html> <head>
<link rel="stylesheet" type="text/css" href="global-0.css">
<script type="text/javascript">
var v = {
core: "/swf/flowplayer-3.1.4.swf",
content: "flowplayer.content-3.1.0.swf",
controls: "flowplayer.controls-3.1.4.swf",
tube: "flowplayer.controls-tube-3.1.4.swf",
rtmp: "flowplayer.rtmp-3.1.3.swf",
pseudostreaming: "flowplayer.pseudostreaming-3.1.3.swf"
};
</script>

<script language="JavaScript" src="jquery.js">
</script>
<script type="text/javascript" src="global-0.js"></script>
<script>var account = {admin: false };</script>
<script language="JavaScript" src="flowplayer-3.1.4.js">
</script>
</head>
<body>
<!-- setup player normally -->


<img src=
http://static.flowplayer.org/img/player/btn/showme.png" />

<script language="javascript">
$f("fms", "flowplayer-3.1.5-dev.swf", {
clip: {
url: 'video.flv',
// configure clip to use influxis as our provider, it uses our rtmp plugin
provider: 'influxis'
},

// streaming plugins are configured under the plugins node
plugins: {

// here is our rtpm plugin configuration
influxis: {
url: 'flowplayer.rtmp-3.1.3.swf',
// netConnectionUrl defines where the streams are found
netConnectionUrl: 'rtmp://cyzy7r959.rtmphost.com/flowplayer'
}
}
});
</script>
</body>
</html>