if v is always the first parameter in the query string, then
you can use
cf list functions to get its value:
<cfset url = "
http://www.youtube.com/watch?v=wHMZa7Qb8XI&feature=yva-title">
<cfset v_value = listgetat(url, 2, "=")>
if it is in varying positions in the query string, you'll
need a regexp
to get its value. i am not big on regexp, so will let someone
else chime
in with correct code...
Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/