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

Your preferred username that is used when logging in.

Forum user: streamingvideo.pro French multimedia developper

Basic information

Registered Dec 18, 2008
Last login Jul 6, 2010
Forum posts 41
Direct URL http://www.flowplayer.org/forum/users/7135

Latest forum posts

Posts:

Registered:

page ask 3 times flowplayer (see with firebug)

Posted: Jul 10, 2010

why it's very long and ask 3 times in firebug ?

flowplayer.commercial-3.2.2.swf?0.9274242031211444

http://www.salon-h2e.com/spip.php?page=video

An idea ?

Thanks

Posts:

Registered:

3.2 commercial don"t run on mac ???

Posted: May 27, 2010

Hello,

try this on a mac:
http://pfister.wi-tv.fr/templates/src/testplayer.php

on pc it's ok

Thanks and excuse my english

Posts:

Registered:

» » » Commercial version setup failing

Posted: May 21, 2010

Sorry but for me but too, the key we have does not seem to work to remove the branding or give us access to the context menu.
Thanks

<script type="text/javascript" src="flowplayer-3.2.0.min.js"></script>
    <div id="leplayer"></div>
<script type='text/javascript'>
flowplayer("leplayer", {wmode: 'transparent', src: 'flowplayer.commercial-3.2.1.swf'}, {
	key: '#@5d13a0c056bfe252d5a',
	contextMenu: [ {'http://streamingvideo.pro' : function() {window.open("http://www.streamingvideo.pro",'_blank', '');}}],
	play: {opacity: 0},
	autoPlay: true,
	scaling: 'scale',
	clip: {
		url: 'http://media.streamingvideo.pro/b7e9q2q7/fms/EXIGA-livre-00-CDF-TP.mp4.smil', 
		provider: 'rtmp'
	},
	plugins: { 
		smil: { url: 'flowplayer.smil-3.2.0.swf' },
		rtmp: { url: 'flowplayer.rtmp-3.2.0.swf' },
		controls: { autoHide: 'always'}
	}
});

Posts:

Registered:

» » Viral Plugin

Posted: May 14, 2010

Hello,

Can i have a correct version please ?

tech[]instantt.com

Thx

Posts:

Registered:

controlbar not ok with firefox

Posted: Nov 22, 2009

Hello,

I use tab and overlay and expose with flowplayer here

http://teleprovence.com/emissions

With IE7 i can use controlbar but not with firefox

An idea ?

Posts:

Registered:

» » » » » Commercial version 3.14 dont" work with smil

Posted: Nov 14, 2009

up

somebody here ?

Posts:

Registered:

» » » » Commercial version 3.14 dont" work with smil

Posted: Nov 9, 2009

up

Posts:

Registered:

» Running video on CDN using SMIL

Posted: Nov 6, 2009

hello,

with 3.1.2,

run highwinds smil correctly

with 3.1.4 and now 3.1.5,
not run ...

An idea ?

<script src="flowplayer-3.1.4.min.js"></script>
<div id="player" style=" width:320px; height:240px"></div>
<script type='text/javascript'>
$f("player", "flowplayer.commercial-3.1.5.swf", {
	clip: {
		url: 'http://hwcdn.net/v9y9g7k9/fms/elles_400.flv.smil',
		connectionProvider: 'lesmil',  
		provider: 'lertmp'
	},
	plugins: {
		  lesmil: {  url: 'flowplayer.smil-3.1.3.swf' } ,
		  lertmp: {  url: 'flowplayer.rtmp-3.1.3.swf' }
	}	
});

Posts:

Registered:

» » » Commercial version 3.14 dont" work with smil

Posted: Nov 5, 2009

3.15 too, not run

Posts:

Registered:

» » Commercial version 3.14 dont" work with smil

Posted: Nov 5, 2009

no answer please ?

Posts:

Registered:

» » » » » » » » » Starting play at a particular location with pseudo-streaming?

Posted: Nov 4, 2009

Hello

Have you an example ?

my player don't start after
seekVideo(3,24)

thanks

Posts:

Registered:

on Load page: start item x of my rss playlist at x seconds

Posted: Nov 2, 2009

hello,

my playlist rss run correctly

i try to make this:
onLoad my page: start item x of my rss playlist at x seconds

i try
$f().play(5).seek(100);

it's ok for item 5 of my playlist but not for starting at 100

An idea ?

Thanks

solution:
http://flowplayer.org/forum/3/13896

Posts:

Registered:

addclass after seekTo

Posted: Oct 30, 2009

Hello

after

$("div.vscrollable").scrollable().seekTo(index-1);

i want add classe 'active' to this index

Thanks for your help

Posts:

Registered:

» » repeat x times playslist rss

Posted: Oct 26, 2009

i founded a solution:

  onBeforeFinish: function(clip) { 
   var posi = clip["media:position"];
   var posit = posi.pos;
   if(posit == 1){
     return false;  
   }
and last item

...
   <media:position pos="1"/>
...

Posts:

Registered:

» repeat x times playslist rss

Posted: Oct 26, 2009

not an idea ?

Thanks