You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Forum user: kiribool

Basic information

Registered Nov 13, 2009
Last login Nov 13, 2009
Forum posts 3
Direct URL http://www.flowplayer.org/forum/users/18683

Latest forum posts

Posts:

Registered:

» » » Statistics

Posted: Nov 16, 2009

Ok, thanks.

I'm finished. I'm use xajax. It's work.

Posts:

Registered:

» Statistics

Posted: Nov 13, 2009

I try to use this:

flowplayer("player", "flowplayer/flowplayer-3.1.5.swf", {
 clip: { 
  autoPlay: false,
  onStart: function(clip){ 
   $.get("http://localhost/video/statistics.php");
   }
 },
});
where statistics.php:

$a=1;
$fp = fopen('data.txt', 'a+');
fwrite($fp, $a);
fclose($fp);
but after start the clip, data.txt is empty.
Please link me to example or section of manual.
Thank you.

Posts:

Registered:

Statistics

Posted: Nov 13, 2009

Hi all,

i want to get count of full view my video clip, but i'm newbie. How do i implement it? Thank you.