Displaying a webpage within WMC Full screen problem

Post Reply
-MG-

Posts: 8
Joined: Mon Aug 18, 2014 5:17 pm
Location:

HTPC Specs: Show details

Displaying a webpage within WMC Full screen problem

#1

Post by -MG- » Tue Oct 28, 2014 9:03 pm

Withh the help of several posts on here and the interwebs, I was able to create .mcl file which pointed to a internal webpage I created to stream using mediaplayer my ip cameras. Here is the code I am using:

<OBJECT id='mediaPlayer1' width="640" height="480"
classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
codebase='http://activex.microsoft.com/activex/co ... 5,1,52,701'
standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
<param name='fileName' value="rtsp://mycameras">
<param name='animationatStart' value='true'>
<param name='transparentatStart' value='true'>
<param name='autoStart' value="true">
<param name='showControls' value="false">
<param name ="ShowAudioControls"value="false">
<param name="ShowStatusBar" value="false">
<param name='loop' value="false">
<EMBED type='application/x-mplayer2'
pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1'
bgcolor='darkblue' showcontrols="true" showtracker='-1'
showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="420" height="380"
src="rtsp://mycameras" autostart="true" designtimesp='5311'

loop="false">
</EMBED>
</OBJECT>

I've changed the url of my cameras for this posting. I can open the htm file IE without issue and it works. I can also click the program within extras and it works fine when in window mode, HOWEVER, when going to full screen I get a blank blue wmc screen and nothing happens. I don't know why going to full screen I am running into this issue.

-MG-

Posts: 8
Joined: Mon Aug 18, 2014 5:17 pm
Location:

HTPC Specs: Show details

#2

Post by -MG- » Tue Oct 28, 2014 10:12 pm

Scratch that. It works. Was a problem with my remote desktop software.

Now I just need this to go to extenders as I will be set.

Post Reply