Which web-technology could I use to highlight parts of an object, and spin it 360 degrees (in one direction)?
The website will grab data from a database telling it which part to highlight, on any of 4 models.
Please tell me which web-technology would开发者_开发技巧 be best for this.
Thanks,
Alec Taylor
I can point you toward those two open source choices:
- Adobe Flex (Needs Flash Player and JavaScript enabled on client)
- HTML5 Canvas Link1 Link2 (Needs HTML5 support on client's browser)
You can also have a look at Microsoft Silverlight but it relies too much upon MS Technology
精彩评论