[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

issue trying to embed media player in a mobile aspx page

Natalie

6/14/2002 7:11:00 PM

I downloaded the windows media player for pocket pc and
copied the <object></object> code from the documentation.
I placed the following code within the form of a mobile
web page:
<OBJECT id="player1" type="application/x-oleobject"
classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" >
<PARAM
NAME="AutoStart" VALUE="true">
<PARAM NAME="Filename"
VALUE="http://test_server/videofile.asx">
</OBJECT>

However, when I build the application and pull up the
page, no instance of the media player is create and when I
view the source the object tags are not even there. I
copied the same code to a standard web forms application
and the media player was created and played the video. I
can also use the same code in a standard html file.
However, this will not work in a mobile web forms.

can objects be embedded into aspx designed for pocket pc's?
any ideas?

thanks,
natalie
nviau76@yahoo.com
1 Answer

(Andres Sanabria)

7/26/2002 12:50:00 AM

0

Are you placing this code inside a template?

AndreSS

"This posting is provided "AS IS" with no warranties, and confers no
rights."