Ok, sorry for my vague question.What I'm trying to do is, creating a
skin which has got a minimized amount of intelligent code.To show a
webcam there should be only a videocomponent for instance.That
videocomponent can handle netstreams which are created in our
framework.At the moment we are using all the components in the sdk like
WebcamSubscriber, etc for rapid prototyping.But that component needs a
lot of data related references like connectsession, etc which I don't
like to pass onto a skin ...