Flowplayer not playing multi
Hi I have a simple xammp setup and have my file in htdocs/localhost.
I am testing flowplayer.
When I try to get multi frames of flow player I only get one, the code ignores the second instance completely.
HTML Code:
<!DOCTYPE HTML>
<html>
<head>
<script src="flowplayer/flowplayer-3.2.11.min.js"></script>
</head>
<body>
<a href="http://localhost/vids/intro.flv"style="display:block;width:425px;height:300px;"id="player"></a>
<a href="http://localhost/vids/tools.flv"style="display:block;width:425px;height:300px;"id="player"></a>
<script language="JavaScript">flowplayer("player", "flowplayer/flowplayer-3.2.15.swf",{clip:{autoPlay:false}});</script>
</body>
</html>