Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: jnm_audio
jnm,
This is a great plugin … very simple and does just exactly what I wanted. I’m using it on www.benbruce.com. THANK YOU!
One note about encoding the mp3 files: they need to be 128 (or at least, 128 works) — some of the files I had up there previously sound like chipmunks when run through the flash player. That’s not saying anything about your plugin, just a note for folks who are using or are going to use it.
Thanks again,
– BenOffline
Re: jnm_audio
Added to plugin safehouse
Offline
#27 2006-07-22 11:58:10
- nardo
- Member
- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: jnm_audio
lee wrote:
Anyone experienced the played displaying on the page but not clickable? (latest flash and Fox)
yeah I’m getting this too… on FF 1.5.0.4 (IE6 works fine)… Windows XP
Offline
#28 2006-07-23 01:54:28
- nardo
- Member
- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: jnm_audio
re: player shows in FF but play button not clickable
changing the immediate container to be overflow:visible
fixed it for me… according to the WP plugin thread, FF/Flash doesn’t like overflow:auto
on the player’s containers
re: customising the player’s colours
took me a few minutes to realise the syntax … so here’s mine (that does work) to compare if the player isn’t getting your custom colours:<code>
<txp:jnm_audio bgcolor=0xaa7200 textcolor=0xffffff leftbgcolor=0xaa7200 lefticoncolor=0xffffff rightbgcolor=0×620000 rightbghovercolor=0×620000 righticoncolor=0xaa7200 righticonhovercolor=0xffffff slidercolor=0xaa7200 trackcolor=0xffffff loadercolor=0xaa956a bordercolor=0×000000 url=”.”><txp:custom_field name=“URL of audio” /></txp:jnm_audio>
</code>
Offline
Re: jnm_audio
Every time I enter the plugin code into the plugin field, I get the PHP error message,
Notice: unserialize(): Error at offset 0 of 4922 bytes in /[…]/textpattern/include/txp_plugin.php on line 155
And from TxP…
Badly formed or empty plugin code
Anyone know how to fix this?
“The neighboring marshmallow factory fared no better, having been unable to absorb the incredible pressure wave.”
Offline
#30 2006-07-23 23:18:15
- nardo
- Member
- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: jnm_audio
dreamstormer, are you on a Windows server? I get this on some plugins but not others…
Offline
Re: jnm_audio
I’m on a Linux server. And just to check, I’ve tried it on a Windows server too but it still returns the same errors.
“The neighboring marshmallow factory fared no better, having been unable to absorb the incredible pressure wave.”
Offline
#32 2006-08-23 12:28:52
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: jnm_audio
Any way to change the background colour of the whole thing so it isn’t white? I’ve tried all the color tags but none of them work for change it for the very back.
Offline
#33 2006-11-06 19:27:49
- bcotten
- Member
- Registered: 2006-10-06
- Posts: 12
Re: jnm_audio
Anyone experienced the played displaying on the page but not clickable? (latest flash and Fox)
I’m having this problem as well. Anyone find a solution yet? Mine just sits in a “buffering……” state indefinately. This is a 5mb mp3 file. I’m using the following code: <txp:jnm_audio fileid="5">
Thanks.
-BenOffline
#34 2006-11-06 20:49:41
- mercury
- Member
- Registered: 2006-05-12
- Posts: 26
Re: jnm_audio
can u post url here?
Offline
#35 2006-11-06 21:11:23
- bcotten
- Member
- Registered: 2006-10-06
- Posts: 12
Re: jnm_audio
Offline
#36 2006-11-07 06:17:04
- mercury
- Member
- Registered: 2006-05-12
- Posts: 26
Re: jnm_audio
ah, u should use “url” instead.
<txp:jnm_audio url="http://..."/>
Offline