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");
}


On 4 mei, 23:07, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> I just posted a small plugin for creating unobtrusive Silverlight
> objects using the Silverlight 1.0 beta.  You can find the source and
> some documentation here:
>
> http://malsup.com/jquery/ag/
>
> Mike

Reply via email to