Click to See Complete Forum and Search --> : progress bar is not display correctly on media center


fredo
01-30-2006, 07:35 AM
When i open this code with IE on a media center 2005

<html>

<head>
<title>Please wait</title>
</head>

<body bgcolor="buttonface">

<p>
<object classid="clsid:35053A22-8589-11D1-B16A-00C0F0283628" id="ProgressBar1" height="40" width="400">
<param name="Min" value="0">
<param name="Max" value="100">
<param name="Orientation" value="0">
<param name="Scrolling" value="1">
</object>
</p>

</body>
</html>

the progress bar is badly display, only a red cross is displayed. The corresponding component is installed on the PC.

Anybody have an idea?