|
-
Oct 25th, 2006, 09:17 AM
#1
[RESOLVED] Stream wmv files
Would it be possible to stream wmv files in Firefox and Opera, or would that be like asking Bill Gates for an iPod? I mean by use of the object tag or something like that. Not my changing settings on Fx and Opera.
- ØØ -
-
Oct 25th, 2006, 11:05 AM
#2
Re: Stream wmv files
Looks like it worked in the end.
http://www.noteme.com/video2.html
- ØØ -
-
Oct 25th, 2006, 07:49 PM
#3
-
Oct 25th, 2006, 08:42 PM
#4
Re: [RESOLVED] Stream wmv files
 Originally Posted by hairball
What plugin do I need. It says Unknown Plugin.
For Windows: http://free-codecs.com/download/K_Lite_Codec_Pack.htm
NoteMe, that video is scary. You look like a slightly mad Norwegian version of Jenson Button. I dare not play it with sound whilst at work.
-
Oct 26th, 2006, 10:57 AM
#5
Re: [RESOLVED] Stream wmv files
It still should be possible with an <object> tag, provided it is used correctly. But I remember issues with Flash and streaming, so the same problem might apply to videos.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 26th, 2006, 12:17 PM
#6
Re: [RESOLVED] Stream wmv files
 Originally Posted by penagate
NoteMe, that video is scary. You look like a slightly mad Norwegian version of Jenson Button. I dare not play it with sound whilst at work.
It was from my last hiking trip. We got caught by pretty harsh weather. Witch threatened with tossing us both down the mountain while sleeping in the tent.
- ØØ -
-
Oct 26th, 2006, 12:19 PM
#7
Re: [RESOLVED] Stream wmv files
 Originally Posted by CornedBee
It still should be possible with an <object> tag, provided it is used correctly. But I remember issues with Flash and streaming, so the same problem might apply to videos.
You are probably right, but as long as this is working I don't care anymore. I guess I just didn't find the right ID or something for object to work. Can't be arsed. I am too lazy..
http://www.noteme.com/browse.php?fol...ing-clouds.wmv
- ØØ -
-
Oct 26th, 2006, 03:16 PM
#8
Re: [RESOLVED] Stream wmv files
Hmm ... my Firefox crashes if I load your example site in Windows. Something about a missing DLL - seems like the WMP plugin crashes and takes Firefox with it.
The object element should work without a clsid. In a proper implementation (read: not Microsoft's), the correct plugin to use should simply be identified by content type. This is important, because how could, for example, the mplayer-plugin, the realplayer-plugin and the xineplayer-plugin (not sure if the last exists) all have the same ID on Linux? But some people will have one, others the other.
It should simply work like this:
Code:
<object data="url/of/video.wmv" type="video/x-wmv">
<img src="novideo.png" alt="Sorry, your browser does not have a plugin to display this video.">
</object>
That's the theory. I have no idea about the practice.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 26th, 2006, 09:03 PM
#9
Junior Member
Re: [RESOLVED] Stream wmv files
 Originally Posted by penagate
Oh K-lite I have that one at home. I'll just try again at home... thanks.
Break out from your mental box.
I found better company. Iced chocolate with coffee jelly, anyone?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|