mozilla / shumway

Shumway is a Flash VM and runtime written in JavaScript
Apache License 2.0
3.68k stars 396 forks source link

Samples at "Adobe DevNet" fail to run #135

Open waddlesplash opened 11 years ago

waddlesplash commented 11 years ago

Drawing samples

Media samples

Component samples

Time samples

Interactivity samples

Game samples

yurydelendik commented 11 years ago

Actually, none of the samples at http://www.adobe.com/devnet/actionscript/samples.html work.

Not true: http://www.adobe.com/devnet/actionscript/samples/time_2.html works :)

Thanks for reporting this.

yurydelendik commented 11 years ago

137 fixes http://www.adobe.com/devnet/actionscript/samples/interactivity_3.html

yurydelendik commented 11 years ago

138 fixes http://www.adobe.com/devnet/actionscript/samples/interactivity_4.html and http://www.adobe.com/devnet/actionscript/samples/interactivity_6.html

automatedbugreportingfacility commented 11 years ago

137 fixes http://www.adobe.com/devnet/actionscript/samples/interactivity_3.html

It doesn't work in 0.5.166 when it's not embedded: http://www.adobe.com/content/dotcom/en/devnet/actionscript/samples/interactivity_3/_jcr_content/articlecontentAdobe/generic/file.res/3_joystick%5B1%5D.swf

waddlesplash commented 11 years ago

Actually, try http://www.adobe.com/devnet/actionscript/samples/interactivity_3.html in Adobe's player. It actually allows you to drag the joystick and move the ladybug. Shumway doesn't even allow you to drag the joystick, and it draws the connector in the wrong place.

automatedbugreportingfacility commented 11 years ago

Make sure that you have the latest version of Shumway, they all work in 0.5.172.

waddlesplash commented 11 years ago

Oh, my bad! Wonder why it didn't upgrade right away...

yurydelendik commented 11 years ago

140 fixes http://www.adobe.com/devnet/actionscript/samples/interactivity_5.html

waddlesplash commented 11 years ago

And ZBuffer doesn't work

Wouldn't that be a simple fix? And the maze game too, but that's an unrelated graphics fix.

waddlesplash commented 11 years ago

@yurydelendik a lot of these samples now start, but don't draw and/or function properly.

yurydelendik commented 11 years ago

Sliders are fixed by #357

automatedbugreportingfacility commented 11 years ago

In Shumway 0.6.926, in the latest Firefox Nightly, there's an unresponsive script error in http://www.adobe.com/devnet/actionscript/samples/interactivity_3.html if you interact with this page for a while.

yurydelendik commented 11 years ago

ColorTransform shall be fixed by #647