ต้องการนำ fancybox ใส่ลงใน ไฟล์ xml ของ panaroma viewer ทำอย่างไรครับ
ทำภาพ panorama แล้วใส่ fancybox ในนั้น เวลาเราคลิ๊กจุดที่ต้องการให้แสดงภาพ
ภาพจะโชว์ใน fancybox นะครับ คลิ๊กแล้วโชว์แบบในเว็บนี้ http://fancybox.net/
จะเอา script ของ fancybox ใส่ใน xml ได้อย่างไร
ใช้โปรแกรม panorama viewer ทำครับ ส่งไปถามที่เจ้าของโปรแกรม แล้วเขาก็ตอบกลับมาว่า
"you can directly edit the <textbox> element in the XML parameter file of a panorama"
แต่ผมไม่มีความรู้เรื่องนี้เลย ส่งเมลล์ไปถามอีกว่าทำยังไง หลายวันแล้ว ยังไม่ตอบกลับมาเลย
ขอความกรุณาพี่ๆในที่นี้ช่วยด้วยครับ ขอบคุณมากครับ
index.html
Code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html> <head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title></title>
</head>
<body>
<p><div align="center">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="1024" height="540" id=""
codebase="http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0">
<param name="movie" value="panoStudioViewer.swf" />
<param name="allowScriptAccess" value="always" />
<param name="allowNetworking" value="all" />
<param name="allowFullScreen" value="true" />
<param name="FlashVars" value="pano=New Panorama1.xml" />
<embed src="panoStudioViewer.swf" width="1024" height="540"
type="application/x-shockwave-flash" name=""
allowScriptAccess="always" allowNetworking="all" allowFullScreen="true"
FlashVars="pano=New Panorama1.xml"
pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" >
</embed>
</object>
</div></p>
</body></html>
xml file.
Code
<?xml version="1.0" encoding="UTF-8" ?>
<panoramaStudioViewer version="3.0">
<image projection="cylindrical" multilevel="true" baseindex="1">
<bitmap width="17714" height="5565" tilesize="696" src="New Panorama1_tiles/New Panorama1_t_1_%0y_%0x.jpg" />
<bitmap width="8857" height="2783" tilesize="696" src="New Panorama1_tiles/New Panorama1_t_2_%0y_%0x.jpg" />
<bitmap width="4429" height="1392" tilesize="696" src="New Panorama1_tiles/New Panorama1_t_3_%0y_%0x.jpg" />
<bitmap width="2215" height="696" tilesize="696" src="New Panorama1_tiles/New Panorama1_t_4_%0y_%0x.jpg" />
<preview src="New Panorama1_tiles/New Panorama1_preview.jpg" />
</image>
<camera minpan="0.00" maxpan="180.00" mintilt="-26.27" maxtilt="26.27" maxzoom="1.5" />
<view pan="90.00" tilt="0.00" hfov="78.80" />
<quality flash9quality="1" useflash10="true"/>
<autoplay status="off" pan="2.00" tilt="0.00" zoom="1.00" restart="5.00" />
<toolbar visible="true" layout="0" design="12"
fullscreenbutton="true" playbutton="true"
buttonwidth="24" buttonheight="20"
align="leftbottom" xoff="4" yoff="-4"
/>
<progress type="progressBar" text="Loading: %d%" style=" color:#ffffff; font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bold; text-align:center; " filters="glow, #000000 ,1,2.0,2.0,3,1 ; glow,#000000,0.5,5.0,5.0,1,1"/> <strings lang="en" />
</panoramaStudioViewer>
Tag : HTML/CSS, JavaScript, Action Script, Ajax, jQuery
Date :
2011-10-03 06:42:39
By :
ศุภรัตน์
View :
985
Reply :
1
Load balance : Server 04