I curently have a website with many users and on one of its page I need to create a visual represanmtation of data in 3d model. This 3d model should be easy to update depending on the data provided from database for that perticular user. (for example, it is going to be a square board and a ball on it and the ball position is detemined depending on the data given from datatbase).
I am currently confused about which technology/langauge to use for this that will make this task easy.
I have thought about using Java, JavaScript and flash (actionscript?).
Which of the above should be easiest to implement or if you know something other then the one in list above then please also suggest that.