Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

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..........

share|improve this question

closed as too localized by toscho Jul 5 '12 at 21:31

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.