Right now the site has Youtube, wipidio, and google. I'm working on some updates to add:
- Metacafe
- Starsclips
- Myspace
- Veoh
- Gametrailers
- Vimeo
- College Humor
- Comedy Central
- Revver
If you would like another service added, let me know.
------------------------------------------------------------------------------------------------------
If you want to be SUPER awesome, do some research for me. Here's how video embeds work:
1. Take the URL to the video page.
2. Extract something from that url.
3. Place that something in the flash embed string and you have a player.
You tube is a great example.
Code:
http://www.youtube.com/watch?v=MChTm4kqsVk&feature=fvhl
Code:
<embed src="http://www.youtube.com/v/MChTm4kqsVk&fs=1&rel=0" allowfullscreen="true" type="application/x-shockwave-flash" width="425" height="350" wmode="transparent"></embed>
If you can find the pattern and post it, that helps me get these in much faster, thanks!