Hi,
I'v got the basic flowplayer installed on my website, which is meant to autoplay. It loads, and the audio plays, but the video does not. I have to click the play button twice (effectively pausing then playing the video) before it will play the thing properly.
Any help or suggestions on this?
This is my code, not exactly very complex..
I'v got the basic flowplayer installed on my website, which is meant to autoplay. It loads, and the audio plays, but the video does not. I have to click the play button twice (effectively pausing then playing the video) before it will play the thing properly.
Any help or suggestions on this?
This is my code, not exactly very complex..
<!-- this A tag is where your Flowplayer will be placed. it can be anywhere -->
<a href="/images/gelderPromo.flv" style="display:block;width:520px;height:330px" id="player"></a>
<!-- this will install flowplayer inside previous A- tag. -->
<script>
flowplayer("player", "/includes/flash/flowplayer-3.2.2.swf");
</script>