03
Nov
2008

Why You Can't Watch Videos on ABC.com, CWTV.com, or Fox.com

It all started when the hubby and I wanted to watch the pilot for “Life on Mars”. After realizing that I did not set the TiVo for the pilot (likely due to our excitement over the Supernatural episode that evening), we had no worries, for we could catch it online at our leisure. 
 
After all, we’ve done it many times before. Our outmoded DirectTV receiver earlier in the year kept screwing up during ABC broadcasts and ruining our Lost recordings. We went to ABC.com, selected the full episodes list, clicked on the episode we eagerly wanted to check out and…nothing. No warnings, no errors, no nothing. 
 
Given that both the hubby and I are IT professionals, we did what any normal geeks would do. We sought answers on the Internet. Surely we aren’t the only people having this problem. Sadly, we found we weren’t. After swarming through pages and pages of similar complaints on the ABC.com boards, there were no answers. 
 
Leave it up to me to dig in for the rest of the evening and go into my technical troubleshooting mode. I built a long and storied career on finding issues with applications as a Software Quality Engineer and I wasn’t about to be deterred here. After all, I’m running the most common setup out there. Windows Vista with the Internet Explorer (IE) 7.0 browser. 
 
It wasn’t long before I found that the new HD player that ABC.com recently implemented is provided by a company called Move Networks. Their player needed to be downloaded and for some reason that download wasn’t happening. I looked on my list of programs and found I already had a Move media player installed. I guess ABC.com didn’t see that. 
 
No problem, I know what to do in those situations. Delete and reinstall. Using the Windows Vista uninstall programs utility, I removed the media player and went back to ABC.com. That prompted something!   I was now given the option to install the player, which I did. I selected the pilot again, the commercial played, it got to the episode and…nothing. This time it was a white swirly thing that wouldn’t stop. 
 
One Google search on Move Networks later and I found they also provide the players for The CW and Fox. I went to those sites to play videos and got the same problem. This was especially troubling for me since Supernatural on The CW is my favorite show and I need my regular Winchester fix. Fox is a non issue though because their stuff is also on the very much working Hulu.com. 
 
My search then found a set of troubleshooting checklists provided by Move networks and other miscellaneous advice from some techie forums. I chose to use CWTV.com as my test site since ABC’s is too cumbersome and clunky. This is where the real fun began (for a weird techie anyway)   
I checked if I had the latest version of Adobe Flash. Yes I did, but I uninstalled the player and reinstalled to be sure. That didn’t help. I then checked if I had the latest version of Java. Nope, so I downloaded the updated version and installed that. Same problem. I cleared all the cache on my IE Browser, irritating me to no end because then I had to retype in all my passwords at the various websites I frequent. Same problem. I found cookies were being blocked, so I enabled them through my IE security settings for the ABC, CW and Move Network sites.  The blocked cookies message at the bottom went away, but the video still didn’t play.  
 
I found to link to check if I had the proper high speed bandwidth (since video streaming is not dial up friendly). Yep, I had plenty. I tried the video initialization test on the Move Networks site. That test didn’t play videos either and didn’t give me any reason why.  I turned off the pop-up blockers. Nothing. I even got reckless enough to try their completely implausible suggestion of turning off anti-virus. Still no video, so I immediately turned that back on.   
 
I then read a suggestion that my Internet Service Provider could be blocking the transmissions. By this time, I had also tested this on my old Windows XP laptop (where the videos used to work) and my husband’s PC and got the same results. That suggestion actually seemed plausible. So while away one weekend, I tried the sites with a different service provider. Same problem. 
 
So, normally that’s when people give up and go to iTunes or BitTorrent. I gave up on this for a week, until the World Series came on. I went to the ESPN Gamecast, something I’ve always reliably used, and it wouldn’t run. I checked the list of sites running this Move Media player and sure enough, ESPN.com was one of them. Now I was mad. 
 
Now For The Real Techie Stuff
 
Since I know a thing or two about Javascript from my years of testing the Netscape browser, I went back to CWTV.com. This site was so far the most promising, for it was the only one that actually gave me some sort of error. I got the source code from the browser and started pouring through it. I found the player links, and tried running this link on my IE browser.  http://player.movenetworks.com/pub/BAC0AE93/movenetworks.js. I got the following:
 
 
 
Eureka! An error. Yes, such things excite technical troubleshooters like me because it’s finally a clue. I went back to Google for more research on that error and got my answer. ‘Window’ is not a proper trigger for JScript, which is what Internet Explorer uses. In other words, this video player was not programmed for the Internet Explorer browser.
 
Further digging revealed Microsoft uses the Windows Script Host (WSH) to trigger JScript, while Javascript, used by Mozilla, an open source XML/XHTML browser, uses ECMA to trigger scripts. ‘Window’ is valid in Mozilla and any browsers powered by Mozilla should work.   
 
So What’s The Solution?
 
I downloaded and installed the Firefox web browser. I went back to CWTV.com and was prompted to install Adobe Flash and the Move Network Player again. I did so, closed Firefox, restarted and voila, a very pretty video of the Winchester brothers came up on my screen. I went back to ABC.com, and sure enough, I could now finally watch “Life on Mars.” Of course I’ve fallen several weeks behind, so now watching this show involves some effort catching up. Great job ABC on getting me to watch the show live! 
 
Sadly, installing Firefox Mozilla seems to be the only solution or finding alternate sites that play the shows with other players. ABC shows can be found on Veoh.com, but I found that all that does is redirect to ABC.com and try to use the same Move media player. 
 
Naturally the geek in me is looking for other open source and library fixes (short of programming them myself), but so far the well has run dry. My hubby, always the technical optimist, has hopes that the new Internet Explorer 8 browser will fix some of the Java discrepancies, but for now, Internet Explorer users are stuck. 
 
It’s The Architecture, Man
 
Welcome to the age of open source, where thanks to a flashy interface and savvy marketing even the flakiest architecture will excite four major networks to making the bonehead decision. I’ve seen this happen way too often in the tech world. A developer comes up with something cool while messing around with all the neat stuff open source can do, bypassing in the process Microsoft since it’s so cumbersome. A few marketing geniuses see the results and get stars in their eyes (okay dollar signs), thus prompting them to put together the presentation that will sell ice to the Eskimos. 
 
Not a lot of sound software architecture went into this product and usually executives when making important technology decisions with third party providers often don’t ask questions like "will it run on all systems?"  After a few years in the trenches at America Online, we learned many of these lessons the hard way when experimenting with the Gecko browser. One script isn’t meant for all browsers. Move Networks needs to run a browser check and then run the appropriate Java script for the proper browser. 
 
The fact that none of these television networks seem to be forcing this fix makes me assume that their strategy for online streaming is to say they have it. Functionality doesn’t seem to be a priority. This just proves to be another case in which big media companies are not ready to embrace the future and are being pulled into it kicking and screaming. 
 
In the meantime, I’ll catch “Life on Mars” on DVD and bypass ABC altogether. Thanks heavens NBC and Fox went with Hulu. I’m off to watch their shows online now. 
Comments (18)
18 Saturday, 06 February 2010 18:46
Bay
Oh My God! Thank you! You are amazing!!!!! Cool
17 Monday, 12 October 2009 15:02
Anna
it worked! thanks so much.
16 Tuesday, 06 October 2009 19:30
marla
Any help for a non tech Mac user? The voice and icon will play on full episode and say the following episode is sponsered by.... this, but then the video won't play. I can play all of the short scenes though?!?
Owner's reply:
Tuesday, 06 October 2009 21:04
Alice Jester
Yeah, the full length video is done through move media. Everything else, like the clips, are stored on the local server likely so that's why they play.

I remember the Move Media player having issues with Macs in the past, especially Safari. It seems their latest update is having problems again. Here's a solution I found. Unfortunately, I can't test this myself (since I don't have a mac). Let me know if it helps:

1) using Finder, locate Safari
2) Get Info
3) Select "Open in 32-bit mode"
15 Wednesday, 23 September 2009 16:29
Melissa
Okay, I downloaded Firefox and the new Java and Flash. I can now watch on ABC but not the CW. I just get a black area where the video should play. Any ideas?
Owner's reply:
Wednesday, 23 September 2009 20:28
Alice Jester
I'll check it out. It definitely looks like The CW just updated the installer. I'll check out the new code and see if I see anything.

It actually played for me on IE8, but I just had a fresh install of Windows 7 done because my laptop recently crashed. I'll install the latest version of Firefox and see if I get a problem. Have you tried this on IE? Of course if its IE7, it probably won't work. Are you running Windows Vista?
14 Thursday, 17 September 2009 22:51
Jay
I've tried every fix suggested in this post, and nothing has worked. I have uninstalled/reinstalled Move Media a zillion times, tried both Firefox and IE, tried disabling/enablingn the Add On, checked that windows can move and resize....nothing. Thanks CWTV.
Owner's reply:
Wednesday, 23 September 2009 20:31
Alice Jester
I've printed two other articles since this one, so I'll admit it's a bit outdated. However, I've heard several complaint that CWTV isn't working right now. I'll check it out, see what I can find. One thing that would be very helpful to me is if you give me the version on IE, or Firefox and Java and what operating system you're using. I run Windows 7 (which works) but I also have computers in the house running Vista and XP. I can do a multitude of tests!
13 Saturday, 22 August 2009 14:25
PatLVIL
I tried several times to get the Move Media Player to play Dirty Sexy Money. I got a small green screen where I could see the video. I also got the sound. But the green screen was also filled with vertical lines. I tried uninstall, reinstall, several times. Nothing worked to get a clear picture. I have Windows XP. It just doesn't work very good.
12 Friday, 24 April 2009 17:41
Maima
i was baffled so i googled why the video players were not working and your blog popped up i was so relieved i downloaded firefox and the videos played :D
11 Thursday, 23 April 2009 21:24
Shell
I have always been able to watch movies on abc and fox and SUDDENLY smash, bang, boom. Nothing. I've tried IE7 and FF2 and am using Vista Windows...I tried the uninstall/reinstall flash, etc. Nothing.

I can watch movies on other networks just fine (nbc, cbs, etc) just not fox or abc. Sooo... bye, bye abc and fox. I only watch online. Guess I'm tuning in to nbc and cbs from now on.
10 Sunday, 12 April 2009 12:41
Billk
Just solved this (for me)

FF 3.08 Vista Ult (Aero) sp2 v.286
Latest flash player
Latest Move Media Player Plugin

I only did two things

1. Disabled adblock plus on fep.abc.go.com
2. Allowed javascript to move and/or resize existing windows.

It all works flawlessly now.

Hope this helps
Owner's reply:
Sunday, 12 April 2009 21:38
Alice Jester
This is great info! Thanks!

For those that aren't as technically inclined, on Firefox check the following two settings.

1. Go to Tools, Add Ons, on the Firefox Browser and check to see if Adblock Plus is enabled. If so, disable it.

2. Go to Tools, Options, Content, Advanced, and make sure Move and Resize Windows is checked.

Restart Firefox and try playing again.
9 Thursday, 29 January 2009 04:40
Luke
OK I found out that the Move Media Player has problems due to the java program the current version is 6 update 11 but version 6 update 10 works better with it, and I'm guessing version 6 update 9 or lower would work even better than that something in the java program itself is conflicting with the Move Media Player, but I think it's really funny the commercials work and sometimes plays them twice in a row, I think this is intentional double the commercials means double the money for the fat cats, especially if you have to watch 100 of them trying to fix their problem
8 Wednesday, 28 January 2009 20:54
luke
OK I got it to work in IE and fire fox I had to install it to IE and for some reason it worked in fire fox too it is still buggy tho I can watch a show and when I go to close it it still crashes the net on what ever browser I use, I think it still has some compatibility issues, but it is really funny how the commercials on those sights work fine, so I think they did this on purpose to get people to watch their shows on an actual TV set, bunch of crooked bastards if you ask me
Owner's reply:
Wednesday, 28 January 2009 21:20
Alice Jester
The thing I found was that if the commericals play but the video doesn't, the Move Media player didn't install correctly. The only way to tell is the video doesn't play.

If so, there is a conflict in the Active X controls with any number of things already installed on your system. Firefox doesn't use Active X, so it should work fine. If it doesn't, the first thing I would suspect is the antivirus.

I agree, whoever threw this together sold these networks a bill of goods. It's great when it works, but often it doesn't which sucks.
7 Wednesday, 28 January 2009 04:54
Luke
I have the same problem, I had to recently re install windows vista home premium to my PC and after I downloaded all the stupid things you need to download to watch movies and TV shows I had to download the Move Media Player and then BAM everything that Move uses Fox and the rest of them crash my IE and Fire fox I don't see how you got it to work in Fire fox, I have tried everything I can think of, and it seems to me I will never be able to watch my shows again, it was working fine before the reset and now it dose not work at all, I guess idiots can run a company thanks for nothing Move Media, it is the best program for crashing the net, could this be a xlive.dll error do I have to pirate my favorite shows from now on?
6 Sunday, 23 November 2008 10:33
Gabrielle
Hello,
I'm not a techie and find this so frustrating. This should be easier. I'm ginving up on watching TV online. It's just not worth my time. Thanks for the nice posts ont he subject.
Peace,
Gabrielle
5 Sunday, 23 November 2008 04:49
Elle
Hi Alice,

I was wondering if you could guide me in the right direction. I am unable to see full episodes of Gossip Girl on cwtv. It sometimes works and sometimes doesn't! Lately it has not been loading at all, the circle thing keeps going and going without actually reaching a conclusion!

Also, I have Windows Vista Home Premium, IE, Firefox, Javascript (and javascript repair from their site) and still nothing.

I have to watch a bunch of tv shows for my job as I am a music supervisor for the networks. My computer recently broke down and had to have a replacement hard drive (after only a year), before that the shows were playing just fine but now they won't!

Any advise would be much appreciated.

Elle
Owner's reply:
Sunday, 23 November 2008 13:52
Alice Jester
Elle - I just tried playing a full Gossip Girl by running it through the Firefox browser and it's working.

Something to try since you just replaced your hard drive, uninstall the Move Media Player and then let the CW site reinstall it. I had to do that with a computer in which we reloaded windows and that worked.

Let me know if my suggestions don't work. I have plenty more! Also, I highly recommend only using the Firefox browser. The way Move networks is forcing you to download their player, Firefox is way more secure than IE in running those scripts.
4 Thursday, 06 November 2008 15:22
Phil Leigh
ABC.com is not working for me either. And I DID contact Move Networks. They say the problem is with ABC.

ABC.com will not play for me either via FireFox or IE. I have downloaded the latest Flash Player. Still no luck. When I called Move Networks, I told them (truthfully) that I can see the videos on their website. They concluded that there is nothing wrong with their player if I can see video on their website.
Owner's reply:
Thursday, 06 November 2008 19:45
Alice Jester
I'll admit, I couldn't play the videos on the Move site (for IE), so you're actually doing better than me. Can you view videos on Fox.com and CWTV.com? (full episodes, clips are treated different). If you can, chances are Move is right and it could be an ABC issue. ABC has had plenty of intermittment problems, especially during peak usage time. I just tried a video there and got it to play (on Firefox anyway). That doesn't mean that will happen in an hour.

If you have issues on all three of those sites, then something is up with the Move Player. I suggest uninstalling it and go to ABC.com (or CWTV.com) where they will reinstall it (if you haven't done that already). Also, keep using Firefox. That broswer is way more secure than IE and so far has proven more reliable with this player.

Here is another link to try. There is a bandwidth test on there and other tips. I suggest using that, just to make sure that there are no issues with your Internet service. Chances are there aren't but just to be sure.

http://www.byu.tv/support/faq.html

Please let me know if you need more help. I'm still trying to uncover the IE issue, so I'm getting pretty knowledgable with this stuff.
3 Thursday, 06 November 2008 12:09
Alice Jester
If you want to watch House, you're in luck. Go to www.hulu.com. They stream House episodes there, for the site is a joint venture of NBC and Fox. Their player is fantastic, and they don't require you to download a player in the process.

The most disappointing this about this has been the technical support. The networks using this player won't help anyone who complains, and most tech support departments make you jump through hoops because they're following a script that often doesn't get down to the real problem. I'll see if I can play Fox videos through Firefox, but I'll admit, I always use Hulu for them. I only tested ABC.com and CWTV.com. Hulu is far more reliable. Too bad ABC doesn't use that site.
2 Thursday, 06 November 2008 10:46
Dana
I am still having the same problem you have described, over a month now. I am definitely not a "techie". All I am trying to do is catch up on "House" from Fox on demand. Since I went thru Hurrican Ike, I missed all the premieres and several weeks worth of shows. I too had done everything you started. I deleted all cookies, temp files. I disabled my anti virus software. Still nothing. I read your article and downloaded Firefox. Also latest Adobe flash, javascript, even adobe media player. I have uninstalled/reinstalled Move networks several times. I went to their website and all I get is "you should be seeing a video above this" Well I am not. When you email back and forth with their own web support people, it takes days of trying this and that. I have Windows Vista Home Premium. I have dsl, Windows Internet Exp 7, Firefox, Adobe Flash, Reader 9, javascript. I still cannot watch fox tv????
1 Tuesday, 04 November 2008 09:29
Jamie
It sounds like you had a bad experience, but I cannot recreate your issue. Move works fine on IE and is completely tested on all browers. I notice you didn't attempt to contact Move for comment or even help when you had troubles. Are you a paid basher?
Owner's reply:
Wednesday, 05 November 2008 00:09
Alice Jester
Paid? Oh heavens no. This was all done in my own time. I'm just a technical person that got frustrated that I couldn't watch TV shows online. Move is ignoring emails, as is ABC.

Just going on the forums of ABC.com will show several are having this issue and aren't getting answers. My answer is that in the Vista load done by Dell, which came pre-loaded when I bought my laptop, they loaded Windows Script host which is causing this problem. It cannot be removed either. Many people buy their systems preloaded from big box retailers, and it's clear that some setups are interfering with this.

I have quite a bit of experience with systems architecture, and all configurations must be considered. If something is missed, it's the provider's responsibility to deliver a fix or workaround. Move Networks doesn't seem to want to deliver that fix, and their partners don't care either. The intention of the article was to inform that even techies are having problems.

Add your comment

SmileCoolCrying or Very SadEmbarrassedA Smoker/Foot in mouthSadUser is an angel (at heart, at least)A Kiss/Lips Are SealedLaughingBiting one's tongue/Put Your Money Where Your Mouth IsBeen Smacked In The Mouth/Wears A Brace/My lips are sealeSurprisedSticking Out TongueConfusedWinkYelling
Your name:
Comment:
  The word for verification. Lowercase letters only with no spaces.
Word verification:

Advertisement