Promo Video - WP7 Unleashed
My good friend Erik Mork took the time to create a promo video for the free WP7 Unleashed training events that we're currently involved in. I've included the video below using the embeddable player provided in the Microsoft Silverlight Media Framework. This is really simple to do, all you need is the correctly encoded video file, the embeddable player, and then add some HTML markup to your page. No coding required, no Visual Studio and no Expression Blend. Talk about simple! Here's the markup I'm using.
<div class="fullscreenPlayer">
<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%">
<param name="source" value="/ClientBin/ProgressiveDownloadPlayer.xap" />
<param name="onError" value="onSilverlightError" />
<param name="background" value="white" />
<param name="minRuntimeVersion" value="4.0.50826.0" />
<param name="autoUpgrade" value="true" />
<param name="InitParams" value="autoplay=false,mediaurl=http://kelly.whitepdx.com/videos/2010/10/05/WP7Unleashed_small.mp4" />
</object>
</div>
Enjoy the video, hopefully I'll see some of you at these events.






