Convert Youtube Url to Video Flash Url Asp.Net MVC -


i using microsoft web helpers in application , using

@video.flash(path: "http://www.youtube.com/v/o3mp3mjdl2k", width: "200", height: "200")

to embed youtube url.

the actual url youtube video

http://www.youtube.com/watch?v=o3mp3mjdl2k

i wondering if there utily or regex convert above url embed url format(/v/) ?

if other members embedding videos in website , curious know how doing this.

thanks


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -