February 6th, 2008 by Andrew Chen
If you already know HTML very well then it is going to be very easy. I think a lot of
people especially starter bloggers don’t know how to link a video from YouTube on their own blog. So I did a post to explain it. Basically you can copy the following code and past it to your post and then change the URI of the video which is in red to the URI of the video you want to show. You can adjust the width and height of the video screen by setting the width and height value. Note that there are two URIs and two sets of width and height. You need to change both.
<p><object width="510" height="400">
<param name="movie" value="http://www.youtube.com/swf/l.swf?video_id=HEWMC4usElM“></param>
<param name=”wmode” value=”transparent”></param>
<embed src=”http://www.youtube.com/swf/l.swf?video_id=HEWMC4usElM” type=”application/x-shockwave-flash” wmode=”transparent” width=”510″ height=”400″></embed></object>
</p>
To change Text color you can use the span tag to wrap the text you want to change like this <span style=”color: red”>text in red</span>
Related Posts:
It Sounds Working for Microsoft is Very FunHow to Put Custom Google Search on Your Mistylook ThemeHow to Solve Problem That Excel Data Imported Into SQL Server Via DTS Became NullSafari Closes By Itself When Visiting YouTubeYMAPConfig is undefined on IE8
Posted in Programming | 2,046 views

Loading ...
RSS feed
| Trackback URI
No comments yet.