Hello everyone I'm new to the community, and I am quite a beginner, and I would like to ask how do I insert a string or word into another? (sorry for my bad English)
For example I got this:
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Ksov8yNt70k&hl=en&fs=1"></param><param name="allowFullScreen" value="false"></param><embed src="http://www.youtube.com/v/Ksov8yNt70k&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>
and I want to add the blue colored text into the position that its placed in.
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Ksov8yNt70k&hl=en&fs=1&fmt=18"></param><param name="allowFullScreen" value="false"></param><embed src="http://www.youtube.com/v/Ksov8yNt70k&hl=en&fs=1&fmt=18" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>
and how do I add &fmt=18 at the end of a link?
like:
from this : http://www.youtube.com/watch?v=PiQMAK1IBqA&feature=related
to this : http://www.youtube.com/watch?v=PiQMAK1IBqA&feature=related&fmt=18
This little thing I would like to make it work for my Web browser on my Youtube Embed Video Viewer that works by inserting and reading embed code + it opens the video in a new link. Thanking you.
I'm using VB.net 2008 Express Edition.
For example I got this:
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Ksov8yNt70k&hl=en&fs=1"></param><param name="allowFullScreen" value="false"></param><embed src="http://www.youtube.com/v/Ksov8yNt70k&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>
and I want to add the blue colored text into the position that its placed in.
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Ksov8yNt70k&hl=en&fs=1&fmt=18"></param><param name="allowFullScreen" value="false"></param><embed src="http://www.youtube.com/v/Ksov8yNt70k&hl=en&fs=1&fmt=18" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>
and how do I add &fmt=18 at the end of a link?
like:
from this : http://www.youtube.com/watch?v=PiQMAK1IBqA&feature=related
to this : http://www.youtube.com/watch?v=PiQMAK1IBqA&feature=related&fmt=18
This little thing I would like to make it work for my Web browser on my Youtube Embed Video Viewer that works by inserting and reading embed code + it opens the video in a new link. Thanking you.
I'm using VB.net 2008 Express Edition.