SWF video of 'photo cube' in DesktopX.
Used a webbrowser COM control, littleboy's dxcanvas plugin, and after a few fails with various javascript 3d 'engines' for HTML canvas I was able to get a spinning 3d cube with photo on the sides.
But, as you can see from the video - it flickers, seams can be seen, and it mysteriously crashes after a few seconds (some issue with the canvas plugin?).
I don't have the know how to work with Julien's source for the canvas plugin or even where to begin debugging what might be wrong.
I can get great results just in the webbrowser control's canvas - but there's no background transparency/alpha blending. (as a side note, cool that you can have a 'webpage' control desktopx objects - if I build anything again I'll do most interface - like settings - in web browser, and just the 'gadget' elements in desktopx.
If there was a way to make the web browser control's 'paper/background' truly transparent, along with the canvas element...
Or have littleboy's canvas accept the webbrowser controls canvas object as an input and 'stream' the content.
Or, dunno, any other ideas?