Play Video Full Screen on Windows Phone 8

How can i play video (.mp4) Full Screen on Windows Phone 8 ?

I can play on Android and IOS using this code:

Handheld.PlayFullScreenMovie ("Video/Test.mp4", Color.black, FullScreenMovieControlMode.CancelOnInput);    
yield return 0;

Is Windows Phone 8 not support ?

I found this solution ,

http://forum.unity3d.com/threads/196300-Handheld-PlayFullScreenMovie-issue

but ANY good idea ?

Link above with this hint works great for me and solves topic.