Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#37 2006-02-05 20:04:05
- janw
- Member
- From: Groningen
- Registered: 2005-11-18
- Posts: 47
Re: [plugin] [ORPHAN] bas_flvplayer - Streaming Video
What I want is something like this:
with php:
$id=$_GET[‘id’];
[txp:bas_flvplayer id= echo $id; /]
Is this possible?
Last edited by janw (2006-02-05 20:07:12)
Offline
Re: [plugin] [ORPHAN] bas_flvplayer - Streaming Video
how can i put a picture instead of the black “click-here-screen” in a video-clip?
Visit my Textpattern sites:
Northerndelight | Hasenbude
Curiculum Vitare | Rezepteblock
Offline
Re: [plugin] [ORPHAN] bas_flvplayer - Streaming Video
Yes you can:
Upload a .jpg with the same name as the video to the same folder, files/my-video.jpg for example.
Refer the video file not via the txp file-stytem, because the player can`t resolve “file_download/4”.
Refer it in custom field or attribute like “files/my-video.flv”.
In that way it work on samisdat.org
Offline
Re: [plugin] [ORPHAN] bas_flvplayer - Streaming Video
thanx that works (but not in iE).
Now I have a start image but no controls…
<code><txp:bas_flvplayer video=‘files/ms-ipod-parody2.flv’ /></code>
Last edited by holli.p (2006-02-28 13:42:45)
Visit my Textpattern sites:
Northerndelight | Hasenbude
Curiculum Vitare | Rezepteblock
Offline
Re: [plugin] [ORPHAN] bas_flvplayer - Streaming Video
Strange, it works as advertised, but I get an error when the page is loading (the browser tells in the status bar that there is an error)
The error log then reveals this:
http://www.olivernielsen.com/file_downloajpg (2) Not found
I’ve tried to hunt down the problem, but been unable to. Any help would be appreciated;-)
Last edited by raveoli (2006-03-10 17:27:56)
Offline
#42 2006-04-08 00:57:14
- alzy
- New Member
- Registered: 2005-10-27
- Posts: 7
Re: [plugin] [ORPHAN] bas_flvplayer - Streaming Video
I’ve been unable to get it work for a very long time. Then I finally found the problem, your plugin is incompatible with Opera. I can only see the flash player in my posts on Firefox and IE.
Offline
#43 2006-04-09 00:01:12
- szac
- Member
- From: Detroit-ish
- Registered: 2004-09-18
- Posts: 50
Re: [plugin] [ORPHAN] bas_flvplayer - Streaming Video
the error is the flash player trying to locate a jpg named “file_downloajpg” to display as a splash screen for the movie. this doesn’t effect how the movie plays, but it does look pretty dirty.
No matter to me, becuase I love this plugin and use it on a bunch of my sites.
Thanks Bastian!
Last edited by szac (2006-04-09 00:05:48)
Offline
Re: [plugin] [ORPHAN] bas_flvplayer - Streaming Video
I update my page at 1. May and after that, i have a look!
Offline
#45 2006-04-17 15:24:16
- Dawk
- Member
- Registered: 2005-02-22
- Posts: 74
Re: [plugin] [ORPHAN] bas_flvplayer - Streaming Video
with the most recent eolas cluster****, has anyone messed with combining this with the FlashObject embed method? http://blog.deconcept.com/flashobject
going to play with it some this afternoon.
a feature to set the player & movie folder path in a future version would be cool too, cool plugin though :)
cheers
Last edited by Dawk (2006-04-17 15:24:59)
Offline
Re: [plugin] [ORPHAN] bas_flvplayer - Streaming Video
> a feature to set the player & movie folder path in a future version
It’s included yet, have a look at plugins help:
<strong>txp:bas_emff player=‘flash/flvplayer.swf’/</strong>
Last edited by Bastian (2006-04-17 20:22:11)
Offline
#47 2006-04-19 15:22:55
- Dawk
- Member
- Registered: 2005-02-22
- Posts: 74
Re: [plugin] [ORPHAN] bas_flvplayer - Streaming Video
I see that now :) Thanks
Any way to set an absolute path for the background .jpg? a flashVar like file= would be sweet.
I have FlashMX, not MX 2004 so I can’t play with the vid player .fla :(
Offline
Re: [plugin] [ORPHAN] bas_flvplayer - Streaming Video
Any way to set an absolute path for the background .jpg?
Noop, the player searches in the folder of the video file for an .jpg with the same name like the video.
txp:bas_emff video=’videos/holiday.flv’/ will preview the image holiday.jpg
Refering the video by txp-id will not work for preview image
Offline