Suchergebnisse
Suchergebnisse 1-5 von insgesamt 5.
Hi I have iframed pano and below it I wanna create 2 buttons(classic html input... then php handling): -first: will call flash where you can draw polygonal hotspot(or it can be a classic ahref wich will redirect to page where will be pano already with polygonal hotspot drawing flash) ... -second: will get the actual xml code(with the created hotspot) and do something like mysql_escape_string($_POST[code]) - so I can put it to the $code and then insert it into the DB via mysql... Is it possible? ...
I'm not sure if I hadn't misunderstood your problem but I'm loading all xmls from DB with mysql...(this way I can easily edit xml code via simplexml...) - in htaccess I have this line: #RewriteRule ^(.*)\.xml$ http://../redirect.php?file=$1 [R,NC] and redirect.php will gave krpano the xml with last version and matching id...
Hi I have krpano 1.0.8 a I have enabled the editor plugin in virtual tour on my server... now when I click on it, then xml, I'll make some changes in code and now I want theese changes to actually rewrite the old xml file so next time I'll visit this tour they are saved... there is a button "load this xml" but after leaving virtual tour the changes are deleted... is there a way to rewrite actual xml file without saving it on my local disk and uploading it on server?
I'm afraid I can't use exec... thx for response anyway
hi everyone... in quick start tutorial there is: "Move your (panoramic) image via Drag and Drop on one of the "MAKE PANO (###) Droplet" files. " what if I need to do this without drag and drop? for example I have website with list of images and every image has a button "generate" so then someone chooses a photo, clicks on the button and "MAKE PANO (###) Droplet" will be generating data like xml,html,... from selected photo.... is it possible?