riyas_26 -1 Light Poster

I have one page A . in that page i bind flash player in datalist.
it plays all the video for 20 sec which are available in Data base..

if i click one video it redirect to page B playing the video..

I tried ..
I want to know how to pass a one video Id Using QueryString in the below flash player code

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

the above code i tried.. it shows error in the above line.

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

the above code plays all the video for 20 sec.. when i click it goes to google for eg..

Pls help me.