Hi,
I have some code that loads a NetStream using a NetConnection,
and displays it on the player surface (the NetStream video is displayed in a ‘Sprite’ object).
I need to be able to overlay a SWF file on top of the NetStream’s video.
The SWF file can contain any video of any dimension,
and does not have to be synchronized to the video being shown in the background by the NetStream.
How can this be achieved ?