Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#73 2007-11-28 12:51:57
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,315
Re: jnm_audio
can anyone tell me why in this page IE (6.0) plays first track but second one don’t? the only difference between these tracks is location: first one is located in other domain while second track is in “home” domain. i just don’t get it?
Last edited by Gallex (2007-11-29 11:47:42)
Offline
Re: jnm_audio
I couldn’t get the plugin working with anything other than the “url=” option.
Anyone else have this problem?
@Gallex — it seems to be working here IE6 + IE7, did you get it fixed?
Last edited by milkshake (2007-11-30 17:06:04)
Offline
Re: jnm_audio
caprio wrote:
is it possible to have a player with a playlist? or can you only individualy post each player for each song?
The XSPF player is a good bet, used to great effect at Hype Machine — not any longer it seems :P
Offline
Re: jnm_audio
@milkshake, if you give us the url of a page with the problem, I can try to diagnose the problem.
Offline
#77 2007-11-30 22:17:00
- caprio
- New Member
- Registered: 2007-11-22
- Posts: 2
Re: jnm_audio
milkshake wrote:
The XSPF player is a good bet,
used to great effect atHype Machine — not any longer it seems :P
I understand howto setup XSPF playlists, would it be possible to create an xml template with mt4 to use a mt tag to output data in the form of a multiple urls to different mp3’s. In other words how would i store urls to multiple songs, then output those in an xml mt template? I’m thinking the KeyValues plugin would be nice as you can format your data as key=value key1=value2 etc But i’m sure where to start. I couldn’t get KeyValues to work with mt4.01
anyone else have any ideas?
Offline
Re: jnm_audio
juanjonavarro wrote:
@milkshake, if you give us the url of a page with the problem, I can try to diagnose the problem.
Thanks for the offer, unfortunately the site is behind a login so I can’t post a link.
I will try the plugin on a fresh txp install and report back, perhaps it was a conflict with another plugin.
—-
@caprio — The MT forums might be a better place to ask.
Offline
Re: jnm_audio
So, I tested the plugin with a fresh install and had no problems, everything worked as it should.
I found a workaround for my needs, but I still can’t find what the problem is.
I have this code in my article form:
<txp:jnm_audio fileid="."><txp:custom_field name="mp3" /></txp:jnm_audio>
and the player outputs this for the soundFile string:
soundFile=http://www.mydomain.com/index.php?s=file_download&id=
The file id is present in the mp3 custom field, seems it’s just not getting passed to the player?
The same jnm_audio
tags work fine directly in articles, just not in article forms.
Looking at my list of plugins, the only one I can see it could be a conflict with is ign_password_protect
. But I don’t think that alters file access currently.
Well, I guess it will remain a mystery…
Offline
Re: jnm_audio
Maybe is a problem with messy urls. Can you test your installation with other url scheme?
Offline
#81 2008-02-23 10:36:37
- nardo
- Member
- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: jnm_audio
just installed latest flash player – 9.0.115.0 – on Windows FF & IE
I get “buffering” and no audio on both browsers
same site – on a slightly older 9.0.x.0 player on another PC – all works fine
anyone else notice similar?
Offline
#82 2008-04-22 19:04:18
- rcdonohue
- New Member
- Registered: 2006-12-21
- Posts: 2
Re: jnm_audio
Hmm,
Plugin is installed and active, but it seems like textpattern is not picking up on the <txp:jnm_audio> tag.
It’s just returning it as html.
Any ideas?
Offline
Re: jnm_audio
I think TxP never displays verbatim a tag starting with <txp
Can you copy&paste the form or page where the tag is inserted?
Offline
Re: jnm_audio
nice plugin juanjo. any thought on possibly updating the plugin to use the new audio player version?
http://www.wpaudioplayer.com/whatsnew.htm
also i took the liberty of converting your plugin to use swfobject instead of <object> tags. pretty easy but if you want it let me know.
Offline