Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2009-09-23 10:36:52

aeonflux
Plugin Author
Registered: 2006-01-22
Posts: 33
Website

Re: cfm_videoplayer - Video player Plugin beta

Updated the plugin:

fixed the tags: repeat, title, playlist and playlistsize
added class=“cfm_videoplayer” to div ( you can also set your own class)

Download version 0.2.09

Offline

#14 2009-09-23 12:27:30

candyman
Member
From: Italy
Registered: 2006-08-08
Posts: 684

Re: cfm_videoplayer - Video player Plugin beta

Thanks!

Offline

#15 2010-03-11 15:24:19

krissydb
New Member
Registered: 2010-03-07
Posts: 1

Re: cfm_videoplayer - Video player Plugin beta

Does anyone have a fix for the IE “Object doesn’t support this property or method” error? I noticed the Circus example website is also getting this error in IE.

Offline

#16 2010-03-11 16:06:48

aeonflux
Plugin Author
Registered: 2006-01-22
Posts: 33
Website

Re: cfm_videoplayer - Video player Plugin beta

Krissydb,

Thanks for sharing. I can’t look into it right now, my schedule is pretty full and tight at the moment. But this feels like an unwanted bug that needs to be cleared. I will come with a solution in April.

I have changed the Flash ID, hope this works for you. Download cfm_videoplayer version 2.10

Last edited by aeonflux (2010-03-11 16:21:38)

Offline

#17 2010-04-07 23:59:40

SuperMAG
Member
Registered: 2010-04-04
Posts: 35

Re: cfm_videoplayer - Video player Plugin beta

how do u make a playlist of couple of flv videos with this. it does mention playlists etc:

for example you have http//:sports1.com/video1.flv, http//:sports1.com/video2.flv, http//:sports1.com/video3.flv

then how do u make a playlist for it.

Those was written in help area.

Supported variables for the FLVplayer Flash (flashvars)

File properties
file (undefined): location of the mediafile or playlist to play.
image (undefined): location of a preview image; shown in display and playlist.
link (undefined): url to an external page the display, controlbar and playlist can link to.
title (undefined): title of the video, shown in the display or playlist.
type (undefined): this is determines what type of mediafile this item is, and thus which model the player should use to determine playback. Supported values in the default player are sound, image, video, youtube, http or rtmp. Custom models for certain API’s or CDN’s can be loaded to extend the filetype support (e.g. lighttpd, limelight or brightcove. More info here.

Colors
backcolor (undefined): background color of the controlbar and playlist. This is white with the default skin.
frontcolor (undefined): color of all icons and texts in the controlbar and playlist.
lightcolor (undefined): color of an icon or text when you rollover it with the mouse.
screencolor (undefined): background color of the display.

Layout
class (cfm_videoplayer): set the class of the containing div
controlbar (bottom): position of the controlbar. Can be set to bottom, over and none.
height (512): height of the display in pixels. When resizing is set to false, this is the overall player height.
playlist (none): position of the playlist. Can be set to bottom, over, right or none.
playlistsize (180): when below this refers to the height, when right this refers to the width of the playlist.
skin (undefined): location of a SWF file with the player graphics. Here’s a skinning tutorial , an overview of supported elements and a couple of example skins
width (288): width of the display in pixels. When resizing is set to false, this is the overall player width.

Behaviour
autostart (false): automatically start the player on load.
bufferlength (1): number of seconds of the file that has to be loaded before starting. Set this to a low value to enable instant-start and to a high value to get less mid-stream buffering.
displayclick (play): what to do when one clicks the display. Can be play, link, fullscreen, none, mute, next. When set to none, the handcursor is also not shown.
fullscreen (false): fullscreen state of the player. This is a read-only flashvar, useful for plugins.
icons (true): set this to false to hide the play button and buffering icon in the middle of the video.
item (0): playlistitem that should start to play. Use this to set a specific start-item.
linktarget (_blank): browserframe where link from the display are opened in. Some possibilities are ‘_self’ (same frame) or ‘_blank’ (new browserwindow).
logo (undefined): location of an external jpg, png or gif image to show in a corner of the display. With the default skin, this is top-right, but every skin can freely place the logo.
mute (false): mute all sounds on startup. Is saved in a cookie.
replace (undefined): set this flashvar to a regular expression that is applied to the media file urls. You can use this to obscure file paths (people cannot copy-paste them from HTML). An example is deny|allow which will change the url www.mysite.com/deny/video.flv into www.mysite.com/allow/video.flv.
repeat (none): set to list to play the entire playlist once, to always to continously play the song/video/playlist and to single to continue repeating the selected file in a playlist.
resizing (true): by default, the player will resize itself to fill the entire canvas. Set this to false if you don’t want the player to resize (e.g. when you load the player in a Flex application).
respectduration (false): when set to true, the player will respect any duration flashvar you have set. This allows you to show a 15sec. preview of a file that might actually be a few minutes long.
shuffle (false): shuffle playback of playlist items.
smoothing (true): this sets the smoothing of videos, so you won’t see blocks when a video is upscaled. Set this to false to get performance improvements with old computers / big files.
stretching (uniform): defines how to resize images in the display. Can be none (no stretching), exactfit (disproportionate), uniform (stretch with black borders) or fill (uniform, but completely fill the display).
volume (90): startup volume of the player. Can be 0 to 100. Is saved in a cookie.

Offline

#18 2011-03-27 19:53:59

Vienuolis
Member
From: Vilnius, Lithuania
Registered: 2009-06-14
Posts: 307
Website GitHub GitLab Twitter

Re: cfm_videoplayer - Video player Plugin beta

cfm_videoplayer v0.2.10 does not work after Textpattern v4.4.0 upgrade. It still works via attribute video="url", but refuses id="123" from a custom field. Is there any hope to adapt the plugin to TxP 440?

Last edited by Vienuolis (2011-03-27 19:54:50)

Offline

#19 2011-03-28 09:03:40

aeonflux
Plugin Author
Registered: 2006-01-22
Posts: 33
Website

Re: cfm_videoplayer - Video player Plugin beta

Vienuolis wrote:

cfm_videoplayer v0.2.10 does not work after Textpattern v4.4.0 upgrade. It still works via attribute video="url", but refuses id="123" from a custom field. Is there any hope to adapt the plugin to TxP 440?

Hi Vienuolis,

Thanks for mentioning, the plugin is still maintained and expect to release an update in the coming months.

Offline

#20 2011-03-28 11:58:43

Vienuolis
Member
From: Vilnius, Lithuania
Registered: 2009-06-14
Posts: 307
Website GitHub GitLab Twitter

Re: cfm_videoplayer - Video player Plugin beta

Many thanks!

Offline

#21 2011-04-03 15:37:57

aeonflux
Plugin Author
Registered: 2006-01-22
Posts: 33
Website

Re: cfm_videoplayer - Video player Plugin beta

Vienuolis,

The plugin has been updated to version 2.11 Hope this update works for you.

Please let me know if you (and any one else;) have any feature request for version 3.0
Features planned for version 3

  • support of html5 and the new JW player 5
  • closed captioning support
  • advanced playlist support
  • sharing plugin support
  • HD switch intergration

Last edited by aeonflux (2011-04-06 18:48:15)

Offline

#22 2011-06-22 16:39:17

Manaus
Member
From: Turin, Italy
Registered: 2010-10-22
Posts: 251
Website

Re: cfm_videoplayer - Video player Plugin beta

Each link to the webpage downloads a 91mb file…

Offline

#23 2011-06-22 19:24:50

aeonflux
Plugin Author
Registered: 2006-01-22
Posts: 33
Website

Re: cfm_videoplayer - Video player Plugin beta

Manaus wrote:

Each link to the webpage downloads a 91mb file…

Thanks! for sharing!
Error at server/hosting, support is taking care, try again tomorrow!

****FIXED**** misconfigured apache config =)

Last edited by aeonflux (2011-06-23 16:16:52)

Offline

#24 2011-07-30 06:30:18

Vienuolis
Member
From: Vilnius, Lithuania
Registered: 2009-06-14
Posts: 307
Website GitHub GitLab Twitter

Re: cfm_videoplayer - Video player Plugin beta

The plugin has been updated to version 2.11 Hope this update works for you.

Just upgraded, successfully, except of CSS styling features. Neither class="" attribute, nor inline style="" take effect. No way found so far.

Last edited by Vienuolis (2011-07-30 06:32:58)

Offline

Board footer

Powered by FluxBB