Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2005-12-02 10:54:21

skoggy
Member
From: Westcoast of Sweden
Registered: 2005-03-27
Posts: 209
Website

Re: [plugin] [ORPHAN] bas_flvplayer - Streaming Video

Lee: Its very easy to change the height and widht in the code. At least if you plan to use the same size for every file. Edit the plugin and look for this line in the bottom:

<code>data=”’.$basPlayer.’?file=’.$basVideo.$autostart.’” width=“240” height=“180”>’</code>

Offline

#14 2005-12-02 10:59:07

lee
Member
From: Normandy, France
Registered: 2004-06-17
Posts: 831

Re: [plugin] [ORPHAN] bas_flvplayer - Streaming Video

Thanks, that’s what I’m doing right now. Just be good to control each vid seperately.

Offline

#15 2005-12-05 06:48:39

creativesplash
Member
From: Coimbatore, India
Registered: 2005-01-19
Posts: 283
Website

Re: [plugin] [ORPHAN] bas_flvplayer - Streaming Video

Bastian, Once again, this plugin is just beautiful and intelligent and very easy to use. Thank you so much.

p.s. I want to ouput the contents of a custom field within the id attribute. i.e. <code><txp:bas_flvplayer id=”<txp:custom_field name=“Video id”></txp:custom_field>” /></code>. Its not able to parse the custom field tag. How can I solve this?


“Take a point, stretch it into a line, curl it into a circle, twist it into a sphere, and punch through the sphere.”

— Albert Einstein

Offline

#16 2005-12-08 15:55:06

yaform
Member
From: Lund, Sweden
Registered: 2005-11-03
Posts: 20
Website

Re: [plugin] [ORPHAN] bas_flvplayer - Streaming Video

I only get the flvplayer.swf if I follow the link – guess the bas_flvplayer.zip will be back after your Renevierung.

Or do anyone else got the text for the plug?

> Bastian wrote:

> Flash isn’t that bad, i ever thought it is.
You can stream videos with it. Nice feature.

Here is the plugin


all we need is some creactivism

Offline

#17 2005-12-09 16:59:35

vesa
New Member
From: Finland
Registered: 2005-12-02
Posts: 5
Website

Re: [plugin] [ORPHAN] bas_flvplayer - Streaming Video

Try this link. Don’t know if that is the right version?

> yaform wrote:

> I only get the flvplayer.swf if I follow the link – guess the bas_flvplayer.zip will be back after your Renevierung.

Or do anyone else got the text for the plug?

> Bastian wrote:

> Flash isn’t that bad, i ever thought it is.
You can stream videos with it. Nice feature.

Here is the plugin


Bbf

Offline

#18 2005-12-09 18:15:27

Bastian
Plugin Author
From: Wuppertal, Germany
Registered: 2005-02-02
Posts: 376
Website

Re: [plugin] [ORPHAN] bas_flvplayer - Streaming Video

Sorry for broken links, but right now, i´m ready. I hope.

I updated to bas_flvplayer v0.2

Here you can see it work The text is in German, but i updated the helpfile, which is english.

Here you can download the .zip

Thats new in 0.2

  • Updated plugin’s help
  • Closed para-tag -> XHTML-konform
  • I reduced the attributes:
    player defines the flashplayer. This one acepts the txp-file-id or txp-filename or giv a path to player.
    video defines the video to play. Like player give an id, txp-filename or path
  • Custom field-Support: Name an custom field video and the plugin will play videos that are stored there. Thanks to creativesplash for the idea th use cusotom field.
  • Advanced install: Under extensions there is an script, which adds some plugins´s prefs to txp-db. Once you run the script, you can edit these in advanced preferences tab.

Offline

#19 2005-12-09 21:38:26

lee
Member
From: Normandy, France
Registered: 2004-06-17
Posts: 831

Re: [plugin] [ORPHAN] bas_flvplayer - Streaming Video

Thank you very much for the update.

Offline

#20 2005-12-10 05:07:44

creativesplash
Member
From: Coimbatore, India
Registered: 2005-01-19
Posts: 283
Website

Re: [plugin] [ORPHAN] bas_flvplayer - Streaming Video

Wow! Thanks a ton!


“Take a point, stretch it into a line, curl it into a circle, twist it into a sphere, and punch through the sphere.”

— Albert Einstein

Offline

#21 2005-12-10 12:02:24

soulship
Member
From: Always Sunny Charleston
Registered: 2004-04-30
Posts: 669
Website

Re: [plugin] [ORPHAN] bas_flvplayer - Streaming Video

Thanks for the update this plugin is getting a ton on mileage from me for a site I am working on. Can someone explain in a little more detail the custom field functionality for me so I can get the most out of this?

Offline

#22 2005-12-10 14:33:21

Bastian
Plugin Author
From: Wuppertal, Germany
Registered: 2005-02-02
Posts: 376
Website

Re: [plugin] [ORPHAN] bas_flvplayer - Streaming Video

The custom field functionality

I hope this explanation helps:

  • Admin -> Advanced Preferences: Name one custom field to video.
  • Add to <code><txp:bas_flvplayer /></code> to your article form.
  • Refer the video file, you want to play, in an article’s custom field you named video.

For example you have to videos with id=<strong>9</strong> and id=<strong>13</strong>

  • Write an article and insert <strong>9</strong> into custom field video. The plugin will stream video 9, when this article is shown.
  • Write another article and insert 13 into video. This will play video 13 when this article is shown.
  • And now write one more article and leave video blank and nothing will happen, if this one is shown.

Using custom field functionality makes sense, if you want to present videos regularly, as some kind of videoblog

Offline

#23 2005-12-18 01:26:07

danfnord
New Member
Registered: 2005-12-18
Posts: 3

Re: [plugin] [ORPHAN] bas_flvplayer - Streaming Video

I’m stuck.

I’ve got the plugin installed, a custom field named ‘video’, both the flv and swf files uploaded via textpattern’s uploader feature.

I placed this code in my article form:

<txp:bas_flvplayer />

I’ve got the FLV in txp with an id of “2”
http://danklyn.com/weblog/index.php?s=file_download&id=2

In a test posting I threw in the following code:

video.flv

i also tried:

player.swf

Here’s that test posting

http://danklyn.com/weblog/index.php?id=6

Any ideas what i’m doin wrong? I can play player.swf locally and it works great…

Offline

#24 2005-12-18 03:42:31

creativesplash
Member
From: Coimbatore, India
Registered: 2005-01-19
Posts: 283
Website

Re: [plugin] [ORPHAN] bas_flvplayer - Streaming Video

danfnord, looks like you are using the wrong tag.

Its not <code><bas_flvplayer video=‘1’ /></code> … but its <code><txp:bas_flvplayer video=“1” /></code>. Do you see the difference?


“Take a point, stretch it into a line, curl it into a circle, twist it into a sphere, and punch through the sphere.”

— Albert Einstein

Offline

Board footer

Powered by FluxBB