By
James Kanjo
Description
With the traditional Video Player, you need to manually inject your video's url into the html code. This also means you need an individual code block for each song you want to play.
This is very tedious, and frankly, too complicated for less advanced users. So I've expanded upon the original code, and made it possible to dynamically play videos as specified in the URL:
Code
The video player can play *.flv files and H.264 encoded files.
[[iframe http://snippets.wdfiles.com/local--code/code:video#VIDEO-URL frameborder="0" scrolling="no" height="320px" width="440px"]]
To make the player automatically start playing when the page loads, just append #autoplay to the video's URL. For example:
[[iframe http://snippets.wdfiles.com/local--code/code:video#http://squark.wdfiles.com/local--files/dev:9/video.flv#autoplay frameborder="0" scrolling="no" height="320px" width="440px"]]
In action
Rate this solution
If you think this solution is useful — rate it up! Or dump it otherwise.






Great,
Used to good effect here (click on "▼ Upload Images, How To" to view)