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:
The associated HTML code is:
The web page looks like:
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
Post a Comment