Windows Phone 7 Emulator in a web page

Lifeware Solutions is using the Windows Phone 7 emulator in a web page to demonstrate their windows phone 7 app. This is too cool to pass up.

The web page looks like:
deluxemoon

The associated HTML code is:

<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="432" height="768"> 
       <param name="source" value="DMSL/DeluxeMoon.xap"/> 
       <param name="onError" value="onSilverlightError" /> 
       <param name="background" value="white" /> 
       <param name="minRuntimeVersion" value="4.0.50826.0" /> 
       <param name="autoUpgrade" value="true" /> 
       <a href="http://go.microsoft.com/fwlink/?LinkID=149156&v=4.0.50826.0" style="text-decoration:none"> 
       <img src="http://go.microsoft.com/fwlink/?LinkId=161376" alt="Get Microsoft Silverlight" style="border-style:none"/> 
       </a> 
       </object> 

Comments

Popular posts from this blog

Yet once more into the breech (of altered programming logic)

Simple WP7 Mango App for Background Tasks, Toast, and Tiles: Code Explanation

How to convert SVG data to a Png Image file Using InkScape