Subscribe to
Posts
Comments

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 Fun
  • How to Put Custom Google Search on Your Mistylook Theme
  • How to Solve Problem That Excel Data Imported Into SQL Server Via DTS Became Null
  • Safari Closes By Itself When Visiting YouTube
  • YMAPConfig is undefined on IE8


  • 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
    Loading ... Loading ...

    RSS feed | Trackback URI

    Comments »

    No comments yet.

    Name (required)
    E-mail (required - never shown publicly)
    URI
    Subscribe to comments via email
    Your Comment (smaller size | larger size)
    You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.