I am using fv wordpress flowplayer plugin , i cannot stop the autoplay option. i have used the coding.
<?php
$videourl =" [flowplayer src='https://s3-eu-west-1.amazonaws.com/brightstartvideos/Tester+2.mp4' splash=image.jpg autoplay=false] " ;
echo $videourl; ?>
I put autoplay=false but it is still autoplaying the video. Please advise me..........