On-line Streaming Content (An Error Occurred when attempting to view the content)
Solution 1: Set your preferred web browser as the system default.
To set a system default web browser on Windows Vista:
1. Close all applications.
2. Choose Start > Control Panel.
3. Do one of following:
o If the Control Panel is in a Control Panel Home view, then click Programs. On the next screen, click Default Programs.
o If the Control Panel is in Classic View, then double-click Default Programs.
4. Select Set Program Access And Computer Defaults.
5. In the Choose A Configuration list, click Custom.
6. Under Choose A Default Web Browser, select Internet Explorer, Firefox, Google Chrome, or Opera.
7. Click OK.
To set a system default web browser on Windows XP:
1. Close all applications.
2. Choose Start > Control Panel (or Start > Settings > Control Panel).
3. Double-click Add Or Remove Programs.
4. On the left-hand pane of Add Or Remove Programs, select Set Program Access And Defaults.
5. In the Choose A Configuration list, click Custom.
6. Under Choose A Default Web Browser, select Internet Explorer, Firefox, Google Chrome, Opera, or Safari.
7. Click OK.
Solution 2: Re-create the HTTP key in the Windows registry.
Disclaimer: The steps in this solution require you to modify the Windows registry. The registry contains system-related information that is critical to your computer and applications. Before modifying the registry, always make a backup copy of it. Adobe doesn't provide support for problems that arise from improperly modifying the registry. For information about the Windows registry, see the documentation in Windows or contact Microsoft Technical Support or your computer's manufacturer.
1. Close all applications.
2. Do one of the following:
o Windows Vista: Choose Start > All Programs > Accessories. Then right-click on Command Prompt and choose Run As Administrator.
o Windows XP: Choose Start > All Programs > Accessories > Command Prompt.
3. In the Command Prompt window, type the following command exactly as it appears and then press Enter:
reg export HKCR\http "%userprofile%\AdobeHelpBackup.reg"
Note: Command Prompt may return the error "The system was unable to find the specified registry key or value." This is an expected message if the HTTP key is missing from the Windows registry. If this error appears, then go to Step 6; otherwise, proceed to Step 5.
4. Type the following command exactly as it appears and then press Enter:
reg delete HKCR\http /f
5. Type one of the following commands exactly as it appears and then press Enter (type the command that corresponds with the browser in which you would like to view the video content):
Note: If you choose a browser other than Internet Explorer, then that browser must be installed before you type the command.
o Internet Explorer
reg add HKCR\http\shell\open\command /ve /f /d "\"%programfiles%\Internet Explorer\iexplore.exe\" "\"%1\""
o Firefox
reg copy HKCR\FirefoxURL\shell HKCR\http\shell /s /f
o Opera
reg copy HKCR\Opera.HTML\shell HKCR\http\shell /s /f
o Safari
reg copy HKCR\SafariURL\shell HKCR\http\shell /s /f
o Google Chrome
reg copy HKCR\ChromeHTML\shell HKCR\http\shell /s /f
6. Close the Command Prompt window.