﻿function SilverlightMove()
{  
    Silverlight.createObject(
        "momoji_anim.xaml",
        parentElement,
        "test",
        {
            width:'800',
            height:'600', 
            inplaceInstallPrompt:false,
            background:'#FFFFFF',
            isWindowless:'false', 
            framerate:'24',
            version:'1.0'
        },
        {
            onError:null,
            onLoad:null
        },
        null);
}