Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: jnm_audio
Announce:
Version 0.2 published
- Added “special” value ’.’ (evaluate body)
Offline
#14 2006-05-01 17:45:43
- Boulotaur2024
- New Member
- Registered: 2006-05-01
- Posts: 3
Re: jnm_audio
Hi, this is my first post here, I discovered TXP only yesterday, so far everything’s allright, except… with your flash player.
I did everything you mentionned in your instructions on your website juanjonavarro, created a subdirectory ‘plugins’ in my /textpattern/ directory in which I copied all the files of the Flash Player zip , then installed the plugin by pasting the source code, and activating it afterwards….
When I try to insert a link in one of my articles, nothing shows, it’s like a blank line !
Is there anything wrong in my syntax ? I don’t get it :confused_smiley:
- check the syntax I used to insert a flash player link here, as I haven’t figured ou how to format script in textile :D
… Yet I have created an ‘audio’ subdirectory inside my blog, in which there is this ‘Silky_vocoder.mp3’ file.
Ps : same problem in every browser.
Last edited by Boulotaur2024 (2006-05-01 18:18:05)
Offline
Re: jnm_audio
Juan, thank you for this update! I am now able to use txp tags to determine the file used! You rock!
Offline
Re: jnm_audio
Boulotaur2024 wrote:
I did everything you mentionned in your instructions on your website juanjonavarro, created a subdirectory ‘plugins’ in my /textpattern/ directory in which I copied all the files of the Flash Player zip , then installed the plugin by pasting the source code, and activating it afterwards….
You need to create the ‘plugins’ subdirectory in your blog directory, not in your /textpattern/ directory.
Offline
#17 2006-05-01 18:45:44
- Boulotaur2024
- New Member
- Registered: 2006-05-01
- Posts: 3
Re: jnm_audio
juanjonavarro wrote:.
You need to create the ‘plugins’ subdirectory in your blog directory, not in your /textpattern/ directory.
I don’t understand, isn’t it the same ? I have only one blog, so where would my blog directory be if it ‘s not in /textpattern/ directory ?
If you mean in the higher level directory, yes I also tried to create a plugins directory in the parent directory :
But I still have a blank line when I insert a txp:jnm_audio link…
Also I tried uninstalling/installing again the plugin via Admin panel, and it still won’t work :/
Last edited by Boulotaur2024 (2006-05-01 19:03:49)
Offline
Re: jnm_audio
This is the structure needed:
<pre>
Your blog/
|
— index.php
|
— textpattern/
|
— plugins/
</pre>
Offline
#19 2006-05-01 19:08:44
- Boulotaur2024
- New Member
- Registered: 2006-05-01
- Posts: 3
Re: jnm_audio
Ok, figured it out, your explanation was correct and it solved my problem…
I was not aware of the change because there’s obviously a bug (javascript bug ?) in Opera 9 Beta (Build 8359), because nothing shows in it, BUT it does work in Firefox (and most likely in IE too).
Thank you very much, outstanding feature this Flash player btw.
(Would be a good thing to test the plugin in regular Opera 8.5, to see if it works)
Last edited by Boulotaur2024 (2006-05-01 19:15:02)
Offline
Re: jnm_audio
juanjonavarro,
You are a great King!
This is fantastic.
Your solution for version two is no less than genius. I love that flexibility. Well done.
I will be including this in some podcasting solutions.
Well done.
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
Re: jnm_audio
Hey Juanjo,
First off, i must say GREAT plugin! Similar to bas_emff, however with a different touch. Anyways, I have run into an odd problem after installing the plugin. Let me first describe to you how it works. I have the actual <txp:jnm_audio url=”.”>/file_download/4</txp:jnm_audio> tag in my FILE DESCRIPTION field, as I want to have previews for the (legal) MP3s that I offer for download. You will notice that I’m using the “.” parameter which helps a lot. The problem that I run into happens when the ID of the file is bigger than 1 char. Above you’ll see that the file ID is “4’” (I have CleanURLs turned ON w/IIS) and this setting WORKS for every file with an ID of 1-9….once I get to a file with an ID of 10+, the player simply returns an “error opening file” message. I have checked through the code, and I know how I have this setup might not be too normal, but i can guarantee you that files with an ID of 1-9 WILL work, its just those over 9.
If you check my site out, you’ll notice that the first file with an ID of 2 digits is “Jess – Marelle”. It is id-10, and any after it will fail (except for the PunchOut remix which is id-3). You can take a look if you wish at my MP3 downloads page here:
Other than this slight issue (which could be the actual SWF itself), I think this is a great plugin! I also like how if you have multiple plugins on the same page, it will stop the previous playing track before playing the new one…awesome work Juanjo!
- EDIT ** OK it’s late and I’ve just realized that im an idiot. The problem was in my httpd.ini ISAPI_Rewrite rule. I am still a beginner with the cleanURLs, however I think I’ve got it working properly now. So let me correct my post above by saying, “this works PERFECTLY!”, thanks again Juanjo! **
-gM
Last edited by georgeM (2006-05-05 05:21:49)
Offline
#22 2006-05-25 18:09:22
- lee
- Member
- From: Normandy, France
- Registered: 2004-06-17
- Posts: 831
Re: jnm_audio
Anyone experienced the played displaying on the page but not clickable? (latest flash and Fox)
Also sometimes the music will not play, just a constans state of buffereing?
Thanks, Lee
Offline
#23 2006-06-03 19:12:33
- ultramega
- Member
- Registered: 2006-02-26
- Posts: 221
Re: jnm_audio
I can’t get this working on my site when visited Opera (8 & 9), but works fine with FF & IE. If i visit on the author’s page, it works with Opera also! Strange but true!
Offline
#24 2006-06-16 05:25:47
- mercury
- Member
- Registered: 2006-05-12
- Posts: 26
Re: jnm_audio
how can i disable textile in url field?
i have some files with <code>._</code> in filename (i can’t change that). the SoundFile= is empty for these files.
i’ve tried many tags..
<code><txp:jnm_audio url=” = = file._supah_mix.mp3 = = “></code>
<code><txp:jnm_audio url=” < notextile > file._supah_mix.mp3 </ notextile > “></code>
<code><txp:jnm_audio url=”.”> < notextile > file._supah_mix.mp3 </ notextile > </txp:jnm_audio></code>
<code><txp:jnm_audio url=”.”> = = file._supah_mix.mp3 = = </txp:jnm_audio></code>
(without spaces)
but it’s all in vain. nothing worked as expected..
Last edited by mercury (2006-06-16 05:27:53)
Offline