﻿function createMySilverlightControl()
{
    Silverlight.createHostedObjectEx(
    { source: "streaming:/31452/adsyndxaudio",       // 31452 is streaming Account Id
      parentElement: parentElement                   // DOM reference to hosting DIV tag.
    });
}


