tags:

views:

44

answers:

2

How to rotate cube? without silverlight and flash? is it javascript? how can i do with ajax+C#? http://library.wolfram.com/explorations/webUnrisk/CheckCap.jsp

+1  A: 

What you see there is a Java applet.

HTML 5 has some impressive capabilities that don't require Java/Silverlight/Flash.

For example, see this demo.

dtb
Can i do that with Ajax? or javascript: js3d
Phsika
I believe the demo is 100% HTML5 and JavaScript.
dtb
AJAX is only a method for exchanging data asynchronously between browser and server.
Anwar Chandra
+1  A: 

It is JavaFX.

Sorry, @dtb is correct. it is java applet not javafx.

Sure you can do it with C# + Silverlight or ActionScript + Flash.

There is an interesting Silverlight & Flash sample to rotate cube on ShineDraw's blog

Anwar Chandra
Can i do that with Ajax? or javascript: js3d
Phsika
AJAX is only a method for exchanging data asynchronously between browser and server.
Anwar Chandra
Sure you can do it with javascript. Please check @dtb's answer, it uses HTML5 and javascript.
Anwar Chandra