Hi,
i am Using Windows Xp sp2 and IE 6, Media Player 10 i am using the Local
file and tested on local M/c Only i am getting the Same Problem the Code i
wrote For Playing the Vedio file is as Fallows:
<object width="660" height="315" id="mediaPlayer"
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="Demo.wmv">
<param name='animationatStart' value='true'>
<param name='transparentatStart' value='true'>
<param name='autoStart' value="true">
<param name='showControls' value="false">
<param name="WindowlessVideo" value="-1">
<param name="showstatusbar" value="-1">
<param name='loop' value="true">
</object>
and i used two ways to open the Popup and the Code is As Fallows:
1) <a href='javascript
:fnPopFeedback()'>More..</a>
and in Java Script
function fnPopFeedback()
{
window.open("POPUP.aspx","SiteFeedback","width=400 px,height=300px,top=275px,left=200px,menubar=no,re sizable=no,scrollbars =no");
}
in this Case I facing the Problem of stopping the Vedio in IE6
2) <a href=POPUP.aspx target=_blank>HyperLink </a>
in this Case it is working fine in IE6
can you please suggest me the Code if i wrote wrongly
"Donald Anadell" wrote:
>
> "Rani" <> wrote in message
> news
56AC98A-2800-4EE7-9A55-...
> > in my home Page i have a vedio playing in Left and in the Right Side i
> > have
> > Some External Links when i Clickon the External Links it Pops up in the
> > New
> > Window.for that i use Window.Open(linkl)
> >
> > The Problem i am Facing is when i click on the External Links the Media
> > Player is Stopping immediately in IE6 but with IE7 it is Working Fine can
> > you
> > suggest me How to Overcome this Situation
>
> Hi,
>
> You left out a couple important details such as what media type your video
> is, and what "Media Player" you are refering to.
>
> I tested your senario here using a machine with Window XP SP3, IE6, and
> Windows Media Player 10 installed on it. I am not able to reproduce your
> problem here under the following circumstances:
>
> 1. Using a local HTML file.
> 2. Loading a local .WMV video file with Window Media Player.
> 3. Clicking on a link while the video is playing that opens a Browser window
> using the "window.open" method.
>
> If there is more to your story than what I've posted here, then please offer
> more detail on how to reproduce your symtoms.
>
> Otherwise, you might want to ask your question in the Windows Media Player
> newsgroup:
> http://www.microsoft.com/communities...ws.mediaplayer
>
> Good luck,
>
> Donald Anadell
>
>
> >
>
>
>