Technology, Art, Solution, Tips, Multimedia, How To, What Is, Programming, Software, Freelance
Aug 21, 2009
How To Add YouTube Video in Blogger
Get the embeded scripts so that YouTube video can be embeded and viewed by user.
If you get any error, try to use Edit Html and place the embeded scripts and
click Preview to test the result.
Blogger composer may not allow XML end slash tag (< / >)
( I put larger space so that able to show you what is the XML end slash tag.
As example to explain the script here
I will temporary replace Smaller Tag with { and Larger Tag with }
So that I am able to use this {/ value }
//start object tag and standard youtube size 425 x 344
{object width="425" height="344"}
//YouTube video url, Language is English
{param name="movie" value="http://www.youtube.com/v/abcdefg&hl=en&fs=1&"}
{/param}
//Allow FullScreen Option
{param name="allowFullScreen" value="true"}
{/param}
// Always allow scripting access for ads and other interaction scripts
{param name="allowscriptaccess" value="always"}{/param}
//Real embeded flash YouTube Scripts
{embed src="http://www.youtube.com/v/abcdefg&hl=en&fs=1&"
type="application/x-shockwave-flash"
allowscriptaccess="always"
allowfullscreen="true" width="425" height="344"}
{/embed}
//end object tag
{/object}
Mar 23, 2009
YouTube for Windows Mobile
Finally! Great official software to watch YouTube is here!
You can download from your mobile device at http://m.youtube.com !
or from freewarepocketpc.net ( my favorite )
http://www.freewarepocketpc.net/ppc-download-youtube.html
Download YouTube
I tested on my HP RW 6828 ( Flash to Windows Mobile 6.1 ), works fine! LOL
Nov 14, 2007
Download And Save Video From YouTube
Download and Save video from YouTube
Everyday, plentiful video clips are uploaded to YouTube.com. Somebody say that these videos will disappear soonest, due to obvious copyright infringement issues, and then, why not to download those good video clips and save to our computer/iPod/PSP before they're gone forever? Here I will show you to get around this possibility and copy videos from YouTube.com.
For Internet Explorer (PC) users
1) Click your favourite video clip, you can see the URL in your browser becomes something like this :
2) Copy the URL .
3) Paste the URL at http://youtubevideosdownload.com/download/
Or at http://vixy.net/
4) When the download link shows, You should right-click -> "Save Target As" OR copy and paste the link into your download manager. Note: You must change the file extension to .flv
5) The .flv file is not a common multimedia file, you need a software called FLV player to play it.
Download the Free Flv Player
6) Install the FLV player into your computer.
7) Select the video clip that you downloaded and play it.
Little Brain Says...
I like to you vixy.net to grab some movie for my pda ( 3gp or wmv format ). It is really nice.
You can develop your own engine from sourceforge:
FLV to MPEG4 Conveter engine is now OpenSource.You can download the source code via subversion: http://sourceforge.net/svn/?group_id=183657
Enjoy !!