google-code-export / swfobject

Automatically exported from code.google.com/p/swfobject
1 stars 1 forks source link

How can i make the video to not auto start on page load? #506

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello! I need to find a way to make that some flv videos not to start on page 
load. I have included this function in the code:

so.addParam("play", "false");

but it doesn't work. It just starts and plays on page load, until it ends, no 
loop or anything, it plays once but I don't want it to start.
Using v. 1.4.4 because 2.2 doesn't show anything!

If at all possible, please take a look here:

http://www.passionfilms.com.mx/previo/test/index.html

Thanks in advence for any heads up!!

Original issue reported on code.google.com by eal...@gmail.com on 30 Sep 2010 at 12:01

GoogleCodeExporter commented 9 years ago
This is not a SWFObject bug; this issues list is for reporting bugs. Please 
post usage questions at http://groups.google.com/group/swfobject

(Short answer to your question: param 'play' is for the SWF, not the video that 
your SWF loads... check your video player's API for play controls.)

Original comment by platelu...@gmail.com on 30 Sep 2010 at 4:07