Hi All,

I am facing a weired problem in my webpage.

I am having a html page, which embeds the windows media player object and one
banner ad. This banner ad i am getting from another vendor.
In my page i have to call this ad like the below code.

<script language="JavaScript" src="http://mythridpartyvendorsite.com?...">
</script>

and I have a media player that code in html as follows.

<SCRIPT LANGUAGE="JavaScript">
document.write ("<OBJECT id='videoFrame_Player'
classid='CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6' height='300px'
width='400px' type='application/x-mplayer2' viewastext>")
document.write ("<para name='url' value ='http:myurl.com'>)
..............................other parameter etc
</script>

When the expandable banner ad runs in this page. When I mouseover on the "AD"
that will expand. when I click the close button of the "AD" it stops my windows
media player.

I am not sure why its happening and how its happening. Because I flash banner
ad comes from some vendor.

I did some research on this. I think when these ad trying to communicate to
the posted server, looks like its stops my media player. Is this related to any
security on flash?

If someone knows or comeacross this issue. please update me. This is really
helpful for my page.

Thanks.