示例#1
0
        //This navigates to the actual video viewer.
        //TODO: Move this into Application, and place the stub here to call it from Application.
        public void LaunchVideoViewer()
        {
            string flashVars  = AmazonVideoRequest.getFlashVars(m_ASIN);
            string htmlexpath = Application.Current.viewerPath + "?ASIN=" + m_ASIN + flashVars;

            Application.Current.MediaCenterEnvironment.NavigateToPage(PageId.ExtensibilityUrl, htmlexpath);
        }