View Single Post
Old 03-19-2012, 06:56 PM  
Darkhorse
Horsing Around
 
Darkhorse's Avatar
 
Industry Role:
Join Date: Sep 2002
Location: AU
Posts: 5,862
Quote:
Originally Posted by stephane76 View Post
Hana also has my vote

It's pretty slick hey I am using this code below to auto pull pictures from the movie, if anyone wants to use it go ahead.

Code:
[hana-flv-player
video="flvmovielinkhere"
player="1"
autoload="true" autoplay="false"
more_1="onStart: function() {
if (!this.bufferingStopped){
if (!playersArray) var playersArray=new Array();
playersArray.push(this.id());
setTimeout( function() { name=playersArray.shift(); $f(name).stopBuffering(); }, 5000 );
this.bufferingStopped = true;
}
}" /]
It pulls the pic from the first 5 seconds of the movie, if you want it longer change this part.

stopBuffering(); }, 5000

It doesn't work with all players, but where the player="1" you can change that to any of the other players and see how you go.


Darkhorse is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote