-- digiO
And then there is the TiddlyPodPlugin, http://www.tiddlytools.com/#TiddlyPodPlugin
(by Eric of course).
Ken Girard
Try these:
http://www.TiddlyTools.com/#PlayerPlugin
http://www.TiddlyTools.com/#TiddlyPodPlugin
http://www.TiddlyTools.com/#DeliciousPlayTaggerPlugin
also, try embedding the following in the tiddler content and see what
happens...
<html><embed src="..." width="..." height="..." loop="..."></
embed></html>
HTH,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
Instead of an absolute path, you'd probably wanna use a relative path
here - though quite honestly, I'm not sure how to create such a link
with TW wiki markup... (Temporary amnesia?)
The raw HTML version would look like this:
<html>
<a href="audio/foo.mp3">Play It, Sam!</a>
</html>
(This links to "foo.mp3" in the "audio" sub-folder of your TW dir.)
> And then there is the TiddlyPodPlugin, http://www.tiddlytools.com/#TiddlyPodPlugin
> (by Eric of course).
Using one of Eric's plugins is probably the best solution here.
Just in case, here's the first Google result for "embed mp3":
http://tinyurl.com/37sct3
(http://googlesystem.blogspot.com/2006/07/embed-mp3-files-into-your-website.html)
HTH.
-- F.
On Oct 6, 2:28 pm, Ken Girard <ken.gir...@gmail.com> wrote:
> Why not just put a link to the file? [[Tenacious D - Kielbasa|file:///
> c:/myDocuments/Tenacious%20D/Kielbasa.mp3]] and then let your default
> player handle it?
I want to be able to play the clips w/i the tiddlywiki, so I can just
click through words and listen to them w/o having to open anything
else.
>
> And then there is the TiddlyPodPlugin,http://www.tiddlytools.com/#TiddlyPodPlugin
> (by Eric of course).
>
I tried TiddlyPod, but it wouldn't play a local file either.
Thanks.
On Oct 6, 2:40 pm, Eric Shulman <elsdes...@gmail.com> wrote:
> > to be able to play the clips within the respective tiddlers even when
> > I'm not at a computer w/ the internet. Any suggestions?
>
> Try these:
> http://www.TiddlyTools.com/#PlayerPlugin
It gave me an error: unrecognized media type
> http://www.TiddlyTools.com/#TiddlyPodPlugin
Wouldn't load local files
> http://www.TiddlyTools.com/#DeliciousPlayTaggerPlugin
Relies on the internet.
>
> also, try embedding the following in the tiddler content and see what
> happens...
> <html><embed src="..." width="..." height="..." loop="..."></
> embed></html>
Nothing happened when I tried this.
because several of the embedded players can handle mp3, the plugin
does NOT do 'auto-detect' for mp3 files. You need to specify the type
of player you want to use, such as:
<<player windows "C:\path\file.mp3" 200 70>>
> > http://www.TiddlyTools.com/#TiddlyPodPlugin
DOES work with *most* local files. In fact, nearly all of the entries
in the TiddlyPod playlist definition on TiddlyTools are relative
filenames, such as "midi/Take5.mid"
However, because TiddlyPod uses the browser's built in <embed></embed>
to insert the player, the ability to support various media types and
source locations depends upon your particular browser/platform
configuration.
Nonetheless, there *does* seem to be a problem with the embedded
player supporting *locally-stored* mp3s... I'll look into it...
> > http://www.TiddlyTools.com/#DeliciousPlayTaggerPlugin
> Relies on the internet.
yeah... that's true... this one doesn't fit your needs...
-e
Which free flash mp3 player are you using?
-e
perhaps this is of some interest for you:
http://bbz-dormagen.de/wennmann/TWLernkartei/TWLernkartei.html#Anleitung
look at the tiddler-contents there are some different solutions for
your problem included.
-Uwe
http://www.premiumbeat.com/flash_resources/free_flash_music_player/
On 6 Oct, 20:07, DigitalOrganics <digitalorgan...@gmail.com> wrote:
> On Oct 6, 2:28 pm, Ken Girard <ken.gir...@gmail.com> wrote:
>
> > Why not just put a link to the file? [[Tenacious D - Kielbasa|file:///
> > c:/myDocuments/Tenacious%20D/Kielbasa.mp3]] and then let your default
> > player handle it?
>
> I want to be able toplaythe clips w/i the tiddlywiki, so I can just
> click through words and listen to them w/o having to open anything
> else.
>
>
>
> > And then there is the TiddlyPodPlugin,http://www.tiddlytools.com/#TiddlyPodPlugin
> > (by Eric of course).
>
> I tried TiddlyPod, but it wouldn'tplaya local file either.
>
> Thanks.
>
> > Ken Girard
>
> > On Oct 6, 1:07 pm, DigitalOrganics <digitalorgan...@gmail.com> wrote:
>
> > > How do Iplaylocal mp3s in my tiddlers? I could embed a player from
> > > the web, but then I'd have toplaythemp3from the web also, yes?
> > > Thanks...
>
> > > -- digiO