- Embedded Media Players
- Posted by Jeff on March 5th, 2006
I need to embed either QuickTime or WMP depending on availability,
fall back would be a link to the media file.
something like:
<a href="media_file" onclick="return testForCorrectPlayer(this.href)"...
This seems to be a convoluted endeaver, from my local tests I've
noticed that merely detecting the plugin is not sufficient.
So, what is with all these classid's? It looks to me that you have to
have the correct matching ID, different versions of the same players
have different classid's.
There seems to be little standardization across platforms and browser
types.
Design target is Safari on the Mac, and IE on windows. That would
make my client happy and everyone else could just get a sensible
reliable link!
Suggestions? Killing the client is not an option.
Jeff
- Posted by Jeff on March 7th, 2006
Jeff wrote:
After much research the best way to handle this is similar to what Real
does with streaming.
Have the link to point to a .m3u playlist file and the playlist then
points at the actual mp3.
I'm surprised no one here pointed that out, surely some of you are
music downloaders?
Jeff
- Posted by SmakDaddy on March 7th, 2006
"Jeff" <dont_bug_me@all.uk> wrote in message
news:u26Pf.707$k75.486@newsread3.news.atl.earthlin k.net...
This group? Porno mostly, with a sprinkling of downloadingscript
collections, how to's and hacks.

Why complicate things, chase after class id's, loose those who don't have
it, offer it for download, etc., etc.?
If you're going to serve media, one thing's mostly for sure.
Those coming by will more than likely have Flash plugins installed.
Serve up what all your formats in FlashVideo or Audio. Easy to embed, stream
buffers nicely and so on.
Easy. And you can still link to the download if you don't care about
protecting the media.
Even better, you can control the quality.
http://themooseisloose.net/rockhard/media.html
- Posted by Jeff on March 7th, 2006
SmakDaddy wrote:
We'd considered Flash, but wasn't sure of the installed base.
Do you have a resource for scripting this client side?
I rather like the m3u link, it's pops a player, unlike a straight
link that opens a new window. But, I like the idea of protecting an
image (relatively) that you get with a flash player, I know a lot of
photographers.
Jeff
- Posted by SmakDaddy on March 7th, 2006
"Jeff" <dont_bug_me@all.uk> wrote in message
news:_z8Pf.1045$sL2.635@newsread2.news.atl.earthli nk.net...
Big
http://www.macromedia.com/support/flash/
Ok, thought you wanted to embed.


