What video embeds would you like to work?
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.
takes out the MChTm4kqsVk put it into this, and you get video!
If the service DOESN'T do this (ie, there is nothing in the url or different things in the url, or things in the embed code which are drastically different) I will not be able to make embed codes for it.
If you can find the pattern and post it, that helps me get these in much faster, thanks!
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!