locked
how to embed windows media player in mobile web form RRS feed

  • Question

  • 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
     

    Thursday, December 7, 2006 2:21 AM

All replies

  • User-96674612 posted

     

    I would recommend embedding the WMP in a normal aspx page, not a mobile web form. I dont see any problem in that.

    Wednesday, January 10, 2007 3:40 PM