interactive 3d graphs in php

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
aman
Forum Newbie
Posts: 2
Joined: Fri Jan 16, 2004 3:08 am

interactive 3d graphs in php

Post by aman »

How can I use interactive, clickable 3D graphs in PHP, most probably using Flash.
User avatar
AVATAr
Forum Regular
Posts: 524
Joined: Tue Jul 16, 2002 4:19 pm
Location: Uruguay -- Montevideo
Contact:

Post by AVATAr »

aman, php is server side.. so if your are talking about clicking 3d graphs... well thats client side.. land of javascript, flash, etc...
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Post by malcolmboston »

flash can do it with a bit of actionscripting

heres a link for this sort of thing here

read the info about it, it says it can be adapted for other variables, however developing your own with a bit of scripting shouldnt be too difficult, or wouldnt it be possible to create a dynamic image map?
Post Reply