UTUBE Video convience page

Watch your favorite YouTube® videos anytime (and back to back). Select a video from the list on the left and let it play.

Go to the Utube convience page
makeVideoLinks Make your own Videos link to share.
utubelinks View the latest links.

Instructions:

Don't forget to use full screen for a nice soothing view (F11 key for iexplorer).
You can hide/show the status bar by clicking Tools -> Toolbars -> Status Bar
Open in a new tab, and continue browsing/working while you listen.

Save the Convience Page to your desktop and play your selections anytime (internet connection required).
The Three Main Files: Save them in the same folder and double click utube.html to run.

Create your own song lists. Use the folowing song lists as an example of how to build your own.
Once you save utindex.html (the Convience Page) to your system, you can trade out lists when ever you want.

Save the files to your hard drive and use the Load New Song List button to load them for use. You can open them in a text reader to view their contents. This functionality is for local use only. This restriction keeps from requireing the FileSystem ActiveXObect that most people object to.

The song list is a javascript multi-dimensional array that has the following structure:
["Artist","Title","YouTube Code",SongLength]

an example: ["White Zombie","More human than human","LXpbrGBIGxw",253]

The songlist is a javascript file (you give it a unique descriptive name) that holds one muti-dimensional array
The array is series of 4-elemnt arrays
Here is a three song example:
videos=[
["White Zombie","More human than human","LXpbrGBIGxw",253],
["Nirvana","Lithium","sUUHNf0S5cA",256],
["Crash Test Dummies ","MMM MMM MMM MMM","-4WbwwhBmRk",241]
]

The array always has the name - videos - and its structure is always the same. An opening square bracket, followed by a series of four elements, comma seperated, in square bracts of tehir own. Each of these four element interior arays represent one song. Each of the interrior arrays is seperated by a comma, and the strucure ends with a final closing square bracket.

You can add as many interrior arrays (songs) as you want.

["Artist","Title","YouTube Code",SongLength]
Artist - The artist that created the video
Title - The video title
YouTube Code - the identifier string (found in the embed string, left of the video on youtube)
SongLength - thelength of the song (can be found at the botom of the video on the YouTube® video page)

Here is a page with simple information on building song lists. The page is a video link list building helper.
makeVideoLinks right-click and Save As...

utubelinks The latest links.

Thanks to YouTube® for their courtesy embed support.

Thanks,
rdspoons