Hi ,
I created a silverlight xap file and wanted to upload the same on myspace open platform , but while uploading i followed following steps
1. Go to MyApps->Surface->CanvasSurface
2. select App Type -> HTML/JavaScript Source
3. using Upload source file , upload xap file
4. following code is generated
<object width="100%" height="100%" data="data:application/x-silverlight-2," type="application/x-silverlight-2">
<param name="source" value="http://cache01-widget01.myspacecdn.com/1/l_d8d00bb2e8824f989630758d29145a94.xap" />
<param name="minRuntimeVersion" value="2.0.31005.0" />
<param name="autoUpgrade" value="true" />
<param name="EnableHtmlAccess" value="true" />
<!-- Display installation image. -->
<a href="http://go.microsoft.com/fwlink/?LinkID=124807"
style="text-decoration: none;">
<img src="http://go.microsoft.com/fwlink/?LinkId=108181"
alt="Get Microsoft Silverlight"
style="border-style: none"/>
</a>
</object>
Now when i save it , now when i add this application to my profile it dosent work . Please tell me which step was wrong