User541430561 posted
Hi
i am trying to embed WMP in mobile web form in vs 2005. But it is not embedded properly and i am unable to view WMV in my page.but in asp form it works fine. what i miss here?
my code goes as follows:
<mobile:Form id="Form1" runat="server">
<object id="Player" width="200" height="150" classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject" viewastext>
</object>
</mobile:Form>
can anyone tell me how to embed it in mobile form?
Thanks