Live data from Hacker News

Firefox Nightly now plays Amazon.com Flash videos using Shumway

mail.mozilla.org

1–10 of 109 posts

Re: Firefox Nightly now plays Amazon.com Flash videos using Shumway

#5
post #2

> "Note that Shumway will not play Amazon's "Instant Video" films and TV shows. Those videos use Microsoft's Silverlight plugin for DRM."

Amazon Instant Video can also use Flash. See "Player Preferences": https://smile.amazon.com/gp/video/settings

Re: Firefox Nightly now plays Amazon.com Flash videos using Shumway

#7
I'm a program manager on Mozilla's Shumway team. If you have any questions, please ask! :) The name "Shumway" is derived from "Gordon Shumway", the actual name of the TV character ALF: Flash -> Flash Gordon -> Gordon Shumway -> Shumway. :)

Shumway is written in TypeScript. It has an ActionScript interpreter and a JIT that generates JavaScript, compiled using eval(). The code is on GitHub:

https://github.com/mozilla/shumway/

Re: Firefox Nightly now plays Amazon.com Flash videos using Shumway

#8
post #6

I'm waiting until they get JWPlayer working. So many sites still use it.

JWPlayer support is difficult because there are many JWPlayer variants and old versions out there. It's easier to test and whitelist individual websites to start.

Re: Firefox Nightly now plays Amazon.com Flash videos using Shumway

#9
post #5
post #2

> "Note that Shumway will not play Amazon's "Instant Video" films and TV shows. Those videos use Microsoft's Silverlight plugin for DRM."

Amazon Instant Video can also use Flash. See "Player Preferences": https://smile.amazon.com/gp/video/settings

Thanks! I didn't know that. I just tested an Amazon Instant Video in Shumway, but the video fails to load because Amazon's video player uses some Flex libraries that Shumway doesn't support yet.

Re: Firefox Nightly now plays Amazon.com Flash videos using Shumway

#10
post #7

I'm a program manager on Mozilla's Shumway team. If you have any questions, please ask! :) The name "Shumway" is derived from "Gordon Shumway", the actual name of the TV character ALF: Flash -> Flash Gordon -> Gordon Shumway -> Shumway. :) Shumway is written in TypeScript. It has an ActionScript interpreter and a JIT that generates JavaScript, compiled using eval(). The code is on GitHub: https://github.com/mozilla/s…

Just to clarify, Shumway converts/interprets/executes Flash files as HTML/HTML5?

That is very cool, if so.

Post reply on HN