This is the full code I currently use:
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{param}"></param><embed src="http://www.youtube.com/v/{param}" type="application/x-shockwave-flash" width="425" height="350"></embed></object>
This works fine, but I want to input the
full youtube url instead of everything after the = sign. How do I change this code to do that?
So right now I embed youtube videos like this:
http://www.youtube.com/watch?v=QjH66...ture=rec-HM-r2
[youtube]QjH66uTE0Tk&feature=rec-HM-r2[youtube/]
I want to embed like this:
[youtube]http://www.youtube.com/watch?v=QjH66uTE0Tk&feature=rec-HM-r2[youtube/]
How do I change my current code to accomplish this goal?