riyas_26 -1 Light Poster

Hello experts,

I am using the following code for my flash player when it is clicked it should redirect to another page as specified(ViewNetworkMixVideo.aspx?id=56) ...
The problem is it redirects the page in new window or new tab..

I want it to redirect in the same tab ie (target=self)..

<embed src="MDBTV-Networkmix.swf" flashvars="vid_name=<%# Eval("NetMix_VideoUrl") + "&endtime=00:20&[B]urlid=ViewNetworkMixVideo.aspx?id=[/B]" + Eval("NetMix_Id") %>" allowfullscreen="true" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" 
 type="application/x-shockwave-flash" width="100" height="68"></embed>

please give me an advice in this regard..

Thanks in advance..