This is a message.

Forum user: mediaguy

Basic information

Registered Dec 10, 2008
Last login Jun 5, 2011
Forum posts 18
Direct URL http://www.flowplayer.org/forum/users/6883

Latest forum posts

Posts:

Registered:

» » I want to commission a flowplayer embed code generator

Posted: Aug 25, 2009

Hi FpASDk£sk

I haven't been watching this site, so I missed your post.

Yes, we're still interested in working this one.

Thanks

Denis

Posts:

Registered:

Can one remove all references to flowplayer in the commercial version

Posted: Aug 6, 2009

We have purchased the commercial version, and wish to demonstrate it to a potential customer as a video solution. If we send in our demo, they can view the source code and see: flowplayer.commercial-3.1.1.swf

They could then easily get their own flowplayer, and we would lose a customer. We have tried renaming flowplayer to iplayer, but it doesn't work.

Is there a way to disguise flowplayer (at least until the contract is signed!)

Thanks

Posts:

Registered:

Multiple players on same page showing first frame as splash

Posted: Jun 14, 2009

Is it possible to have Multiple players on same page showing first frame as splash rather than a generic splash image. I've tried it, and it works except that playing a new video doesn't close the previous video, which is the great thing about the multiplayer solution at:
http://flowplayer.org/demos/installation/multiple-players.html

Does anyone have a solution to get that to work in the same way, but showing the first frame?

Posts:

Registered:

player container in an iframe

Posted: Jun 11, 2009

Thanks. I can do that, but I want to put all the other flowplayer player classes and controls in like:



	clip: {
		autoPlay: true,
		autoBuffering: false
			},
			key: '$43-------------',
	
	//logo:
// {         url: 'http://www.tvbuz.com/images/dpa/dpa_low_res_small.jpg',         fullscreenOnly: false,         displayTime: 2000     } 
	
		plugins:  {
		controls: {			
			
						all:true,
			scrubber:true,
			play:true,
			mute:true,


Thanks

Posts:

Registered:

player container in an iframe

Posted: Jun 11, 2009

I'm trying to put this player in an iframe so I can fix it absolutely on a page. Can anyone help with the iframe code.



<!-- player #1 --> <a class="myPlayer"  href="http://www.tvbuz.com/store/12/videos/video_466.flv" d="player1" 
style="display:block;width:320px;height:240px;background-image:url(http://www.tvbuz.com/tvbuz/images/drapers/transparent_splash/drapers_video_320x240.gif)"><img src="http://www.tvbuz.com/flowplayer/images/play.png"
alt="play video 2"/> </a>


Thanks

Posts:

Registered:

How can you set absolute positions for each player on a page with multiple players

Posted: Jun 10, 2009

I need to set absolute positions to place multiple players over a background image. Any ideas on that?

Thanks

Posts:

Registered:

multiple players on same page all showing 1st frame and clicking one stops another

Posted: Feb 5, 2009

I really need all the players to revert to their first frame. So pausing them into the video wouldn't work. I never know how many players I would have on each page, so I can't specify the number.

I need somethimg that says "if this player is played, them the others are on clip: {
autoPlay: false,
autoBuffering: true

But as soon as another player paused on the first frame plays, then the other players go back to paused on the first frame

Posts:

Registered:

» Help with CODE! Need to hide control bar!

Posted: Jan 31, 2009

You need something like this:

                                      <script type="text/javascript">                  flowplayer("player", {src: '/js/flowplayer-3.0.3.swf', wmode: 'opaque'}, {                                           plugins: {                        controls: {                                                     autoHide: 'always'                                                  }                                        },                     clip:{                                                  autoPlay: false,                           autoBuffering: true                                                                      },                     canvas: {backgroundColor: '#7790ac'}                                     });                                 </script> 

Posts:

Registered:

Stop autobuffering after 10 seconds to save bandwidth

Posted: Jan 31, 2009

I would like to have the player load the first frame and stop buffering after say 10 seconds to save bandwidth on a page with multiple flowplayers.

I am using:
 	clip: {
		autoPlay: false,
		autoBuffering: true

Can I add something to the clip?

Posts:

Registered:

multiple players on same page all showing 1st frame and clicking one stops another

Posted: Jan 30, 2009

As in:
http://flowplayer.org/demos/basics/multiple.html,
I can get multiple players all pausing on a splash frame, and then if I play one, it automatically stops the previous player.

But I would like this to happen with all players showing their 1st frame.

I've tried using
clip: {
		autoPlay: false,
		autoBuffering: true

which works fine on a single player, but doesn't do the stop/start play thing on multi players

Posts:

Registered:

I want to commission a flowplayer embed code generator

Posted: Jan 16, 2009

Yes the page is ours, and we do want an iframe, but the developer can't get the first frame to show.

Please quote for a php version. I'm at denis.maryk@tvbuz.com

Thanks

Posts:

Registered:

I want to commission a flowplayer embed code generator

Posted: Jan 12, 2009

I want to commission an iframe embed code generator like this:http://www.tvbuz.com/flowplayer_codegen/codegen_frameset.html

Just like the right hand page. The left hand page won't be found.

If you type in a path to an .flv video file, it will generate the flowplayer, but I want the flowplayer to show the paused first frame ie autoplay no, autobuffering yes. But it doesn't seem to work.

I need the rest of the parameters shown on the page, except for the colour code bits.

I will pay for someone who can write the code.

Thanks

Posts:

Registered:

Display paused 1st frame using autoplay=false autobuffering=true

Posted: Jan 4, 2009

That works fine. Thanks for the attention to the flowplayer forum. It is obviously regularly attended to.

Posts:

Registered:

Display paused 1st frame using autoplay=false autobuffering=true

Posted: Jan 4, 2009

Using flashembed.js

Where do I put the equivalent of: clip: {
autoPlay: false,
autoBuffering: true
},

in the embed code below?



<script src="http://static.flowplayer.org/js/flashembed-0.34.min.js"></script>
<a id="player" style="width:500px;height:400px;display:block"></a>

<script language="JavaScript">
flashembed("player", {src:"http://www.tvbuz.com/flowplayer/example/flowplayer.commercial-3.0.2.swf", id:'jotain'}, {config: {
		playlist: ['http://www.tvbuz.com/store/1/videos/video_114.flv']
		plugins: {
				
		}
	}});
</script>

Thanks

Posts:

Registered:

mouseover reveals player 1st frame

Posted: Jan 2, 2009

I would like a mouseover to reveal the 1st frame of each player in a multiplayer setup. This page shows everything as is:http://www.tvbuz.com/flowplayer/example/index_multiple_players_start_stop.html
but you have to touch each player to reveal the first frame. I would love that you can just run the mouse over to "scan through" the players before chosing one to play. i can't get the onmouseover to do that. Any geniuses out there?