Skin windows media player Adjust window to video size

1

I'm building a very simple skin for windows media player. How do I make the video open in its original size? That is, WMP has to capture the size of the video and already open in its size. For example, if a video has 200x200 WMP already opens this size. If the video has 400x500 the WMP already opens with that size too .. my code ....

        width = "640"
        height = "360"
    
asked by anonymous 26.04.2018 / 16:49

0 answers