I am relatively new to the blog scene and have been enjoying adding plug-ins to my site of late. All are working well.
Now I am moving on to Podcasting.
I have installed Audio Player but have not been able to use it yet. When I followed the below command lines, a bar did show up in my blog posting but there was no play button or audio file connected with it.
If anyone recommends a different podcasting program such as podpress I am open to that.
Otherwise, can anyone explain these lines:
Usage
Once installed, this plugin allows you to insert mp3 audio files into your posts and pages. Use the following syntax:
[audio:name_of_mp3_file.mp3]
This code will insert a flash player and will load the file named name_of_mp3_file.mp3 located in your audio files folder. You can store your audio files anywhere in the web root as long as you update the path in the plugin’s options panel. The default is /audio.
You can also use absolute paths to link to files on other servers:
[audio:http://www.somedomain.com/path/to/name_of_mp3_file.mp3]
===
Thanks so much...