Here is a simple scenario I need to send a video URL from one page to another. The page from where the URL comes is a web part and it will display a set of video previews, on click of which a new window opens and video plays in a media player web part, dynamically created. The problem here is that I am not able to pass the video URL from that preview web part to the media player web part page. Since the media player is dynamically created the url would be sufficient. If i set that it would be set as video source and therefore video will play.
Kindly see if any of you have faced similar issues? any sort of input is welcome thanks in advance.