Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#97 2008-02-06 12:50:29
- pullober
- Member
- Registered: 2008-02-06
- Posts: 10
Re: [plugin] [ORPHAN] bas_emff: Streaming mp3
pullober wrote:
it seems so easy and it does not work… i uploaded the “emff_standard.swf” and a mp3 file via textpattern in my txp-file-directory, placed the <bas_emff mp3=‘3’ /> and the <txp:bas_emff debug=‘true’ /> code into an article and everything shows up only in debug mode but does not in live- or test-mode. what am i doing wrong? i’m a bit desperate already. the site is located here: http://beta.nicolagruber.at
everything under control again – i messed it up myself!
great plugin.
Last edited by pullober (2008-02-06 12:50:52)
Offline
#98 2008-02-24 19:48:14
- manymanyhaha
- New Member
- Registered: 2006-12-26
- Posts: 6
Re: [plugin] [ORPHAN] bas_emff: Streaming mp3
I’m curious, if you go to the EMFF code generator http://www.marcreichelt.de/spezial/musicplayer/codegenerator/ , there is an option to shuffle playlist.
Is it possible to get this to work with the bas_emff plugin?
Thanks, Bert
Offline
#99 2008-02-24 22:05:36
- marios
- Archived Plugin Author
- Registered: 2005-03-12
- Posts: 1,253
Re: [plugin] [ORPHAN] bas_emff: Streaming mp3
manymanyhaha wrote:
I’m curious, if you go to the EMFF code generator http://www.marcreichelt.de/spezial/musicplayer/codegenerator/ , there is an option to shuffle playlist.
Is it possible to get this to work with the bas_emff plugin?
Thanks, Bert
Yes it is. I’ve done it recently by shuffling some braincells through it first. That helped to flush out the bitchy bloodcells, that I wouldn’t have had any use for anyway.
(Hope that helps)
regards, marios
⌃ ⇧ < ⎋ ⌃ ⇧ >
Offline
#100 2008-02-26 03:17:30
- manymanyhaha
- New Member
- Registered: 2006-12-26
- Posts: 6
Re: [plugin] [ORPHAN] bas_emff: Streaming mp3
Marios, I don’t understand. It was an honest question. I use your plugin on my site (manymanyhaha.com) and it works great.
But before I pay someone to do something for me, I try to see if I can figure it out myself (someone here did a great job putting the site together for me because I couldn’t figure it out in the time I had).
So I guess what I was really asking is does the EMFF code generator reflect the options available in your plugin?
I would just like to figure out a way for the EMFF player in my sidebar to shuffle through the mp3’s in my database, randomly starting with a different mp3, effectively making my own radio station. And the code generator has a parameter that will allow a shuffled playlist, so does that translate to your plugin?
I’m not bitching, I swear.
Offline
#101 2008-02-26 05:43:23
- marios
- Archived Plugin Author
- Registered: 2005-03-12
- Posts: 1,253
Re: [plugin] [ORPHAN] bas_emff: Streaming mp3
Then please accept my appologies. I was in a paranoic state and probably didn’t sleep very much, confusing your Username was a scam.
( And since I feel totally bad about this now, I will look into your problem once I get back in the afternoon. I’m not the Author of this plugin BTW )
Let me take a Look at Bastian’s Plugin in the Afternoon, and see if we can get this working.
regards, marios
⌃ ⇧ < ⎋ ⌃ ⇧ >
Offline
#102 2008-02-28 01:19:06
- manymanyhaha
- New Member
- Registered: 2006-12-26
- Posts: 6
Re: [plugin] [ORPHAN] bas_emff: Streaming mp3
It’s okay, it happens.
Yes, if you find it is simple to do, any help is appreciated.
Offline
#103 2009-08-12 13:19:51
- pullober
- Member
- Registered: 2008-02-06
- Posts: 10
Re: [plugin] [ORPHAN] bas_emff: Streaming mp3
oops! it stopped working! txp 4.0.6
<div class="obj">
<object type="application/x-shockwave-flash" data="http://nicolagruber.at/file_download/5?src=http://nicolagruber.at/file_download/24" width="16" height="16">
<param name="movie" value="http://nicolagruber.at/file_download/5?src=http://nicolagruber.at/file_download/24" />
<param name="quality" value="high" />
<param name="bgcolor" value="#f2f7ec" />
</object>
<p><strong>Englisch </strong></p>
<p>Textspende: Soundfeiler. Studio: <a href="http://www.soundfeiler.com">Soundfeiler</a></p>
</div>
the player does not show up! can you see anything suspicious?
this is the page in trouble: nicolagruber
thank you for any tips!
have a nice day, pullober.
Last edited by pullober (2009-08-12 13:21:34)
Offline
#104 2009-08-13 07:29:51
Re: [plugin] [ORPHAN] bas_emff: Streaming mp3
i can spot a couple of discrepancies in your code
http://nicolagruber.at/file_download/5?src=http://nicolagruber.at/file_download/24
One file is id=5
, the othere id=24
Also – to allow streaming – you’d need something like
<object type="application/x-shockwave-flash" data="http://nicolagruber.at/files/emff_standard.swf?src=http://nicolagruber.at/files/bas_emff.mp3" width="110" height="34"><param name="movie" value="http://nicolagruber.at/files/emff_standard.swf?src=http://nicolagruber.at/files/bas_emff.mp3"><param name="quality" value="high"><param name="bgcolor" value="#ffffff"></object>
Notice the /files/
path.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#105 2010-09-10 16:20:13
- manymanyhaha
- New Member
- Registered: 2006-12-26
- Posts: 6
Re: [plugin] [ORPHAN] bas_emff: Streaming mp3
I’m bumping this because I’d still like to try to figure out how to get bas_emff to randomly play files from a folder on a server, like a radio. Anyone have an idea?
Offline