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 Dec 26, 2009
Forum posts 37
Direct URL http://www.flowplayer.org/forum/users/7135

Latest forum posts

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

Posts:

Registered:

ownerDocument error

Posted: Oct 26, 2009

i have this error

(this[0].ownerDocument || this[0]).createDocumentFragment is not a function

with
jquery-1.3.2.min.js

An idea ?

Thanks

Posts:

Registered:

repeat x times playslist rss

Posted: Oct 25, 2009

Hello,

my playlist with rss is ok but i want repeat it x times ...


$(function() {
	$f("player2", "src/flowplayer.commercial-3.1.2.swf", {
		clip: {baseUrl: 'http://xxxxxxxxxxx',
		connectionProvider: 'a',  
		provider: 'b'},
		playlist: 'playlist.rss'
	plugins: {
			a: {  url: 'src/flowplayer.smil-3.1.2.swf' } ,
			b: {  url: 'src/flowplayer.rtmp-3.1.1.swf' },
		controls: {
			autoHide: 'always'
		}
	}
}).playlist({loop:true, });

my rss:

<rss version="2.0" xmlns:media=http://search.yahoo.com/mrss/">   <channel>
    <title>Example media RSS playlist</title>
    <link>http://www.flowplayer.org</link>
    <item>
      <title>Happy Feet</title>
      <description>A custom property for a clip</description>
      <media:credit role="author">Kim Aronson</media:credit>
      <media:content url="Clip-WITV.mp4.smil" type="video/x-flv" ></media>
    </item>
    <item>
      <title>Beach and palms</title>
      <description>test</description>
      <media:credit role="author">Kim Aronson</media:credit>
      <media:content url="02-BA-spectacle-ATQS.mp4.smil" type="video/x-flv" ></media>
    </item>
  </channel>

An idea ?

Thanks

Posts:

Registered:

» Commercial version 3.14 dont" work with smil

Posted: Oct 13, 2009

Hello

i try again 3.14 but not run correctly

Thanks

Posts:

Registered:

Commercial version 3.14 dont" work with smil

Posted: Oct 12, 2009

Hello

i have a player with higwinds run ok with v3.12 but not with 3.14, only black screen and wheel

An idea ?

<div id="blocprincipal" style="width:320px; height:240px"></div>
<script type="text/javascript" src="src/flowplayer-3.1.2.min.js"></script>
<script type="text/javascript">
	$f("blocprincipal", "src/flowplayer.commercial-3.1.2.swf", { 
		clip: {  
			url: 'http://hwcdn.net/v9y9g7k9/fms/bunny_500.mp4.smil',
			connectionProvider: 'a',  
			provider: 'b' 
		},
		plugins: { 
			a: {  url: 'src/flowplayer.smil-3.1.2.swf' } ,
			b: {  url: 'src/flowplayer.rtmp-3.1.1.swf' }
			}
	});
</script>
<div id="blocprincipal2" style="width:320px; height:240px"></div>
<script type="text/javascript" src="src/flowplayer-3.1.4.min.js"></script>
<script type="text/javascript">
	$f("blocprincipal2", "src/flowplayer.commercial-3.1.4.swf", { 
		clip: {  
			url: 'http://hwcdn.net/v9y9g7k9/fms/bunny_500.mp4.smil',
			connectionProvider: 'a',  
			provider: 'b' 
		},
		plugins: { 
			a: {  url: 'src/flowplayer.smil-3.1.3.swf' } ,
			b: {  url: 'src/flowplayer.rtmp-3.1.3.swf' }
			}
	});