Prev: Printing Belarc
Next: Cisco VPN Client 4.8.x install causes RUNONCE in registry to execute before reboot!
From: none on 4 Jun 2010 22:13 "Donald Anadell" <danadell(a)nospamersmikrotec.com> wrote in message news:exVxp$ABLHA.3608(a)TK2MSFTNGP05.phx.gbl... > > The site you originally posted is using .asx files that point to the > actual video stream. If you look inside one of the .asx files that are > cashed from that site you will see something like this: > > HREF="mms://a1524.l9789235523.c97892.g.lm.akamaistream.net/D/1524/97892/v0001/reflector:35523" > /> > > It's possible that your file association for .asx files is hosed? Hurray, it works now! Your comments got me thinking so I went to the two web sites and viewed their source code. Turns out the site which works calls for a specific application type: working: video/x-ms-wmv non-working: application/x-mplayer2 Looked in the registry and found the non-working application type did not have a CLSID key. Found the CLSID to use, adjusted the registry (added the key) and bingo, it works now. How wonderful! Thanks for your help :-)
From: Donald Anadell on 6 Jun 2010 07:13
"none" <nospam(a)bogusaddress.com> wrote in message news:hucbs2$ngu$1(a)news.eternal-september.org... > "Donald Anadell" <danadell(a)nospamersmikrotec.com> wrote in message > news:exVxp$ABLHA.3608(a)TK2MSFTNGP05.phx.gbl... >> >> The site you originally posted is using .asx files that point to the >> actual video stream. If you look inside one of the .asx files that are >> cashed from that site you will see something like this: >> >> HREF="mms://a1524.l9789235523.c97892.g.lm.akamaistream.net/D/1524/97892/v0001/reflector:35523" >> /> >> >> It's possible that your file association for .asx files is hosed? > > Hurray, it works now! > > Your comments got me thinking so I went to the two web sites and viewed > their source code. Turns out the site which works calls for a specific > application type: > > working: video/x-ms-wmv > non-working: application/x-mplayer2 > > Looked in the registry and found the non-working application type did not > have a CLSID key. Found the CLSID to use, adjusted the registry (added the > key) and bingo, it works now. How wonderful! > > Thanks for your help :-) You're welcome. That non working application type "application/x-mplayer2" should have been pointing to CLSID "CD3AFA8F-B84F-48F0-9393-7EDC34128127" "VIDEO__X_MS_ASF Moniker Class" InprocServer32 = "C:\WINDOWS\system32\wmp.dll" Glad you got it sorted out. Good luck, Donald Anadell > > |