Adding a video file to your blog is easier as Adding an image to your blog. There are two ways to insert a video to your blog post. First and common one is inserting Youtube video to blog. Blogger allows you to search and add images directly from blogger. Blogger supports youtube well because blogger and Youtube both are google services. so they work well with each other. Other way is the video uploading system. Normally most of people doesn't use this feature. you can easily login to your Youtube account ( It's already created when you create your blogger account ) and upload it to your account.
To add a Youtube video to your blog you have to click Inser a video button on Blogger tool bar. If you are still new to blogging read the basics about blogger tool bar.
After clicking on the insert a video button it will open the video importer window. you can use the first option to upload a video. second option is to search and insert a Youtube video. you can enter video name and search for it. If you have just uploaded the video, you will have to wait few minutes to appear it on blogger video search window.
After Importing the video you can drag it to left or to right side as you select left or right from image option menu. videos doesn't have an option menu. but you can drag and drop it from any side so you can add text on remaining space on the other side.
When you adding a video, Blogger will assign a default 320x266 size video frame for it. You cant change the video size from the compose window. You have to edit the Html code for that video file.
After importing a video file you will see this code on your Edit html page
<object class="BLOGGER-youtube-video" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" data-thumbnail-src="Video thumnail iamge target" height="Change" style="clear: left; float: left;" width="Change"><param name="movie" value="Video file target" />
<param name="bgcolor" value="#FFFFFF" />
<embed width="320" height="266" src="Youtube video" type="application/x-shockwave-flash"></embed></object>
You can change the values of the height and width properties as highlighted in blue color.
After Importing the video you can drag it to left or to right side as you select left or right from image option menu. videos doesn't have an option menu. but you can drag and drop it from any side so you can add text on remaining space on the other side.
When you adding a video, Blogger will assign a default 320x266 size video frame for it. You cant change the video size from the compose window. You have to edit the Html code for that video file.
After importing a video file you will see this code on your Edit html page
<object class="BLOGGER-youtube-video" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" data-thumbnail-src="Video thumnail iamge target" height="Change" style="clear: left; float: left;" width="Change"><param name="movie" value="Video file target" />
<param name="bgcolor" value="#FFFFFF" />
<embed width="320" height="266" src="Youtube video" type="application/x-shockwave-flash"></embed></object>
You can change the values of the height and width properties as highlighted in blue color.
No comments:
Post a Comment