Hi friends
This is a very simple complexive query that I have. I need the solution. I have a youtube link
<----- width="480" height="350"><---- src="http://www.youtube.com/v/OORDOd6wRrE&hl=en_US&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="350"><---><----->
this is the modified link. Well, my problem is, that I want to change the size of video, means in the whole string I want to replace width="480" with width="250" and height="350" with height="250"
I want to change these parameters programmatically using ASP.Net
Thanks