First, you can click here to download the package.
UPDATE: added full screen capabilities for the flash player!
This is a simple flash video player that plays a video you specify from media via a mediaCurrent picker on the macro insert. You can also specify the Height and Width for the video.
What gets installed...
- A javascript file [swfobject.js]
- an swf file into your media directory for playing the flv files
- an xslt and macro combo for inserting into a template.
How to use it...
Simply insert the macro into your template and specify all the parameters needed. You can specify the height and width of the video player and specify the FLV to be played via a media picker on the macro.
This macro was developed on umbraco v4 beta 2 and i have noticed issues trying to insert macros into templates on this install. With that said, here is what the macro insert looks like.
<umbraco:Macro vidToPlay="1091" vidHeader="Simple FLV Player Demo" vidH="300" vidW="432" Alias="SimpleVideoPlayer" runat="server"></umbraco:Macro>
Coming Soon!
a multi-vid player macro that pulls from a folder of videos and an external video player, ie. youtube, etc.