Please help!
I need to strip the following code so that it only uses the "value" part
$<object width="360" height="226"><param name="movie" value="http://www.youtube.com/v/IkZuQ-aTIs0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/IkZuQ-aTIs0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="360" height="226"></embed></object>
So in this case it would strip it down to http://www.youtube.com/v/IkZuQ-aTIs0
The catch is that this is dynamic so it is pulling these embed codes for different files so they are changing.
Please help :D