It's like easy flash looking at the quickstart tutorials, the
videobrush was a real eye-catcher.
But i'm wondering is it possible to provide a container for the
silverlight javascript functions so that the silverlight code can stay
together or should it be witten like this
$(function() {
$('#agHost').silverlight({
id: 'myId',
xaml: 'myxaml.xaml',
width: 400,
height: 400
});
});
// silverlight functions
function helloworld() {
alert("hello world");
}