Im having a button on a flash webpage and when the button is clicked, it opens a fresh IE window with a youtube player and plays the video.
Im using getURL to open the fresh window with the youtube player in it.
I want the fresh IE window that opens to be a little smaller and fitting to the size of the youtube player. Or even if theres an option to open a seperate non IE window which pops out of the Flash webpage as a separate entity would be helpful.
Reason im trying to do this is so that when we close the video in its own independent window that kills the streaming video (which is why im using a seperate window workaround) else it keeps on playing in the background even after the player is closed within the webpage.
Thanks