This is a message.

Forum user: simo2409

Basic information

Registered Oct 30, 2008
Last login Sep 23, 2009
Forum posts 12
Direct URL http://www.flowplayer.org/forum/users/5990

Latest forum posts

Posts:

Registered:

onFinish never fires in 3.1.5

Posted: Nov 12, 2009

Hi all,
I'm using the latest version (3.1.5) and onFinish event never fires. I tryed to use onBeforeFinish and it works so I suppose it's a bug in your onFinish.

Can you confirm it? If so, can you fix it?

Thanks

Posts:

Registered:

Sync problem in flowplayer

Posted: Oct 21, 2009

Hi all,
I have an HD video with a second of black (no audio and no video) at the beginning of the video.
If I play the video in quicktime everything is in sync (audio and video) but if I play it into flowplayer audio starts immediately, video doesn't so the whole video is out of sync.

I suppose this is a bug in handling audio/video in flowplayer, can you check it out and let me know?

Player url is:http://www.screenweek.it/videohd/65654
Video url is:http://static.screenweek.it/2009/10/16/Meno-male-che-ci-sei-Trailer-1-hd.mov

Thanks!

Posts:

Registered:

Changing playlist with javascript

Posted: Sep 23, 2009

Hi all,
is possible to change playlist with javascript?

I need playlist has 2 videos and when I arrive at the end I want to change playlist.
I tryed to use $f('id-of-video').playlist = [{url: '...'}]; 'onBeforeFinish' but it seems not working.
I tryed to look for a Player.reload (maybe to re-load configuration) but I couldn't find it.

Is there any idea?
Thanks a lot!

Posts:

Registered:

Know error in playlist with different kind of video?

Posted: Sep 23, 2009

Hi all,
I found a problem when I create a playlist with as 1° video a .mov file and as 2° video a .flv file.
The first (.mov) plays normally but when it finishes the second doesn't load. If I put as first video the .flv and as 2° the same .flv it works normally.
Is there any known bug that can produce this kind of problem?

I'm using the latest version (3.1.3).

Thanks
Simone

Posts:

Registered:

» Context menu fixed.

Posted: Feb 20, 2009

I had to work a bit to find it ... but there is a new bug.
I have as first item a string 'a', as second item '-' and as third and forth two links.
The two links doesn't work properly.

Now I have fixed my problem deleting the '-' but the bug should be fixed.

Thanks

Posts:

Registered:

» » » Context menu

Posted: Jan 30, 2009

In which version will you include this fix?
In 3.0.3 doesn't work yet.

Thanks

Posts:

Registered:

» Context menu

Posted: Jan 14, 2009

Is it usable with commercial license?
If not, when you plan to release a new commercial version with this bug fixed?
Thanks

Posts:

Registered:

» » "Right click"- menu with location.href doesn't work for me

Posted: Jan 9, 2009

Hi,
thanks for your help, you can find an example of configuration athttp://www.screenweek.it/test_video.html

In this example I put the code found in the docs but it isn't working :/

Any idea?

Thank you very much!

Posts:

Registered:

» » » » Re-play = re-download, why?

Posted: Jan 7, 2009

This is the code, file is an H.264,
thanks for your help!


<div id="container"><!--O container-->
  <a href="file.mov" id="player-hd"></a>
</div><!--C container-->
<script language="JavaScript">
  window.onload = function() { 
      $f("player-hd", "/flowplayer/flowplayer.commercial-3.0.2.swf", {
          key: 'key',
          logo: { 
                  url: '/flowplayer/logo.png', 
                  fullscreenOnly: false
              },
          clip: { autoPlay: true,
                  autoBuffering: true,
                  scaling: 'fit',
                  onStart: function(clip) {
                    pageTracker._trackPageview(clip.url);
                  } },
          canvas: { backgroundColor: '#000000',
                    backgroundGradient: 'none'},
          plugins: { 
            controls: {
              backgroundColor: '#000000',
              backgroundGradient: 'low',
              play: true,
              volume: true,
              mute: true,
              time: true,
              stop: false,
              playlist: false,
              fullscreen: true
            }
          }
        }); 
  }
</script>

Posts:

Registered:

» » Re-play = re-download, why?

Posted: Jan 7, 2009

Is it possible that I see the bar re-loading but in truth it doesn't?

Posts:

Registered:

"Right click"- menu with location.href doesn't work for me

Posted: Jan 7, 2009

Hi all,
I'm trying to use "Right click"- menu on a player with commercial license but also pasting your example http://flowplayer.org/documentation/configuration.html#menu) it doesn't work.
The item in the menu appears but when I click nothing happens.

Is there any known bug or am I wronging anything?

Thanks

Posts:

Registered:

Re-play = re-download, why?

Posted: Jan 7, 2009

Hi all,
I'm using your player to play some H.264 files. I noticed a strange thing, when the player loads it starts playing the movie (and it's ok), when the file finishes if I hit 'play' button the player re-download the file even if the loading bar is already full. Is there any config item to stop this behaviour? If the file is already loaded why re-download it?

Thanks
Simone