![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Multimedia & Video Have multimedia question? ATI, Nvidia, Sound cards. Just ask here. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Just Give Me the Beans!
![]() Join Date: May 2008
Beans: 46
|
Sorry if this is the wrong place (please move if it is) but Firefox is driving me nuts trying to embed a wmv file in a webpage.
Code:
<embed type="application/x-mplayer2" src="http://webpage.url/videofile.wmv" name="MediaPlayer" width="450" height="300" showcontrols="1" autostart="0" > My Firefox refuses to recognise any showcontrols. It does for about half a second then the controls disappear. In some Firefox it insists on only showing the top left-hand quarter of the video. I have absolutely no problems with Chrome, Opera, IE etc. Any suggestions? Thanks. . |
|
|
|
|
|
#2 |
|
First Cup of Ubuntu
![]() Join Date: Nov 2008
Beans: 1
|
Re: Embedding wmv in Firefox??
I have the same problem
I did find a workaround though: *Right click on the page and click "view source" *Find the link to the imbedded video *copy that link *now open "movie player" under applications>sound and video *click movie and open location *paste the link and click open It will stream the video directly to movie player and you can enjoy full controls Kind of a pain, but at least it works... |
|
|
|
|
|
#3 |
|
Just Give Me the Beans!
![]() Join Date: May 2008
Beans: 46
|
Thank you for that tip. Very useful.
I must say, much as I want FF to be the No. 1 browser, letting details like this fall through the development cycle in the multi-media world of today is bordering on the criminal. Not everyone is going to bother with little fixes and work-arounds. Most people are going to say "Doesn't work" and reach for uninstall. Multi-media should be the top, top, top priority and it should work "out-of-the-box" - Period! . |
|
|
|
|
|
#4 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2009
Beans: 1
|
Re: Embedding wmv in Firefox??
Hi,
While looking for a similar answer to your problem, I cam across someone who had the same problem but in reverse. ie it worked in Firefox but not IE7 Anyway I tried it and it worked for me in both Firefox and IE7. Hope it does for you. Code: <!-- begin embedded WindowsMedia file... --> <table border='0' cellpadding='0' align="center"> <tr><td> <OBJECT id='mediaPlayer' width="704" height="573" classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701' standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'> <param name='fileName' value="../content/Video/video.wmv"> <param name='animationatStart' value='true'> <param name='transparentatStart' value='true'> <param name='autoStart' value="true"> <param name='showControls' value="true"> <param name='loop' value="true"> <EMBED type='application/x-mplayer2' pluginspage='http://microsoft.com/windows/mediaplayer/en/download/' id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1' bgcolor='darkblue' showcontrols="true" showtracker='-1' showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="704" height="573" src="../content/Video/video.wmv" autostart="true" designtimesp='5311' loop="true"> </EMBED> </OBJECT> </td></tr> <!-- ...end embedded WindowsMedia file --> <!-- begin link to launch external media player... --> <tr><td align='center'> </td></tr> </table> |
|
|
|
|
|
#5 |
|
Just Give Me the Beans!
![]() Join Date: May 2008
Beans: 46
|
Re: Embedding wmv in Firefox??
Thanks for that info. I will give it a try as soon as I can.
|
|
|
|
|
|
#6 |
|
Day Old Decaf
![]() Join Date: Dec 2004
Location: Here
Beans: 7,011
Ubuntu 9.04 Jaunty Jackalope
|
Re: Embedding wmv in Firefox??
what is the link you are having trouble with?
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|