Windows Vista Tips

Windows Vista Tips > Newsgroups > Internet Explorer > Vedio is Stopping in IE6

Reply
Thread Tools Display Modes

Vedio is Stopping in IE6

 
 
Rani
Guest
Posts: n/a

 
      06-18-2009
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

 
Reply With Quote
 
 
 
 
Donald Anadell
Guest
Posts: n/a

 
      06-18-2009

"Rani" <> wrote in message
news56AC98A-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


>



 
Reply With Quote
 
Rani
Guest
Posts: n/a

 
      06-19-2009

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
> news56AC98A-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
>
>
> >

>
>
>

 
Reply With Quote
 
Donald Anadell
Guest
Posts: n/a

 
      06-19-2009
See comments inline below:

"Rani" <> wrote in message
news:4284DA97-C73A-4606-913E-...
> 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>



We are getting a little off topic with this discussion Rani, coding issues
like this are better discussed in an appropriate discussion group.

Having said that, you might try using the following to open your Popup
instead of the javascript function:

<a onclick=fnPopFeedback() href="#">More..</a>

Good luck,

Donald Anadell



> 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
>> news56AC98A-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
>>
>>
>> >

>>
>>
>>




 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
can't adjust the vedio setting rickelijan Windows Media Player 0 03-01-2005 07:21 AM
difficulty starting vedio files jimb Windows Media Player 0 02-28-2005 11:27 PM
stopping in the middle amanda Windows Media Player 1 02-28-2004 09:02 AM
stopping pop ups Paul Windows Update 2 10-27-2003 09:38 PM
stopping pop-ups D. McHale Windows Update 2 07-11-2003 02:31 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59