This is a message.

Forum user: JovAdam

Basic information

Registered Dec 7, 2008
Last login Mar 18, 2009
Forum posts 6
Direct URL http://www.flowplayer.org/forum/users/6822

Latest forum posts

Posts:

Registered:

» » Drag & drop video

Posted: Mar 18, 2009

Good suggestion!

CMS demo is installed at:

http://ecmsdemo.co.cc/

Admin pannel is at (user/pass: Administrator/Password):
http://ecmsdemo.co.cc/Application/Logout/Main

After you login you can go on link 'Wellcome HTML (Center)'. That will open FCKeditor.

There is a box on left named 'Content access'. You can drag and drop Pages, Images and Files to FCKEditor. Videos are currently given as links (until I solve video drag/drop problem).

FlowPlayer is implemented on Videos page:http://ecmsdemo.co.cc/Application/Content/Video/Main

If you need to contact me, you can use my email: jovadam[a]gmail.com

Thanks,
JovAdam

Posts:

Registered:

Problems with FCKEditor

Posted: Mar 4, 2009

Hi!

I'm having problem adding video to page by using FCKEditor (WYSIWYG).

Does anyone have success adding video by using this editor?

Also, FCKeditor removes empty "a" tag on save so I can't paste source code. But, if I put any content (dot or something) in in "a" tag then video doesn't start.

Posts:

Registered:

Does the bufferLength works correctly?

Posted: Mar 2, 2009

Hello,

I have many video files on same page and I want to display it's thumbs (preview) but not to autostart all of them or to buffer them completly. I've seen that bufferLength can set how many seconds will be buffered. But, whatever I set bufferLength all videos are buffered completely. Here is my code:
  
flowplayer("player_4", "/ECMS/Extension/External/FlowPlayer/flowplayer-3.0.7.swf", {
	clip: {
		url: 'http://localhost/Video/4',
		autoPlay: false,
		bufferLength: 1,
		autoBuffering: true,
   },
   play: { opacity: 0 },
	plugins: {
	    controls: {
			url: '/ECMS/Extension/External/FlowPlayer/flowplayer.controls-3.0.4.swf',
			bottom:0, 
			height:20, 
			fontColor: '#FF0000',      
			timeFontColor: '#00FF00',  
			autoHide: 'never',
			progressColor: '#777777',
			
			// which buttons are visible and which are not? 
			play:true,      
			volume:false, 
			mute:false,  
			time:false,  
			stop:false, 
			playlist:false,  
			fullscreen:true, 
			scrubber: true
		}
	}
}

Posts:

Registered:

Drag & drop video

Posted: Mar 1, 2009

Hi!

I'm working on CMS. I have already developed drag&drop (on FCKEditor) support for Pages, Files and Images. The only thing I have not developed yet is support for drag&drop video clips. I'm using FlowPlayer.

Is it posibile to drag&drop video preview (by using FlowPlayer)?

Thanks,
and thanks for FlowPlayer.

Posts:

Registered:

» » » Check this out

Posted: Jan 4, 2009

Yes, that's great!

(And video quality is impressive!)

Happy new year and keep this software the best ;)

Posts:

Registered:

Subtitle support

Posted: Dec 7, 2008

Hi!

When I discovered Flow Player I was amassed as when I have discovered MPlayer. Great software!

Also, I have one question/suggestion - is there a support for subtitle files? I think that's not big challenge for Flow Player.

Best regards,
JovAdam