> I was wondering if anyone has any idea how to go about writing a > program in ColdFusion that will enable a user to use a joystick to > control an object on screen (for example pushing up on the joystick > would move up an item in a list). I don't know if it is possible with > ColdFusion (I think you can do it in .net). Thanks.
ColdFusion being a server side scripting language I'd say that this is pretty much out of the question. The fact that you can do this in .net doesn't mean much as .net covers so much stuff. If you mean it can be done using Silverlight (a .net technology) then the equivalent technology you'd be looking at for an non-MS solution would be Flash. Other than that, what's javascript like at handing input from devices other than a mouse or keyboard? I have no idea but it strikes me that it may be able to do what you want. Paul ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293116 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

