Currently developing a Silverlight video player, I stumbled upon the JW Player for inspiration.
I know that Silverlight apps are typically contained within .xap files, but JW Player utilizes JavaScript scripts to implement Silverlight logic.
Can you please provide some insight into how this setup works and why JS is preferred over .xap files?
Thank you in advance!