Quote:
Originally Posted by stephane76
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.
