I have to code pages. One code (#1) permits me to execute and navigate a 360 degree panorama via Firefox. The code was pasted in Dreamweaver and saved as a Firefox file. The second code (#2) was generated via FrontPage. The HTML code was created as a result of the graphics I built in FrontPage. It too can be viewed in Firefox. I am supplying both code below. I cannot seem to merge code #1 into code #2. The objective is to display the 360 degree panorama on a web page in a specific cell with a given table. If this makes since would you please provide me with a solution that would incorporate the panorama into the web page?
Code:#1 <html> <head><title>James Panorama</title></head> <body bgcolor="#666666"> <div align="center"> <p> </p> <p> </p> <p> </p> <p> </p> <applet code="ptviewer.class" archive="ptviewer.jar" width=700 height=300> <param name=file value="backyardpano.jpg"> <param name=cursor value="MOVE"> <param name=pan value=60> <param name=showToolbar value="false"> <param name=imgLoadFeedback value="true"> <param name=auto value=-0.1> <param name="autoTime" value=220> <param name=hotspot0 value="X50 Y50 u'http://www.getashortsale.com' n'Click me'"> </applet> </div> </body> </html> #2 <html> <head> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>James Project 1</title> </head> <body background="../Project%201/images/Project%20Background%20small%20sample.jpg"> <table Align=center border="3" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="purple" width="1089" id="AutoNumber1"> <tr> <td> <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="purple" width="100%" id="AutoNumber2"> <tr> <td width="33%" style="border 4px solid purple; " valign=top> <table > <tr > <td> <font color=white> This is line 1 </font> </td> </tr> <tr> <td> <font color=white> This is line 2 </font> </td> </tr> <tr> <td> <font color=white> This is line 3 </font> </td> </tr> </table> </td> <td width="27%" align=center valign=middle > <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="275" id="AutoNumber3"> <tr> <td> </td> </tr> <tr> <td> </td> </tr> <tr> <td width="300" align=center valign=middle> <img border="0" src="../Project%201/images/Gold%20Call%20Madalian.jpg" width="273" height="131"></td> </tr> <tr> <td width="273"> <p> </td> </tr> </table> </td> <td width="40%" valign=top> <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="275" id="AutoNumber3"> <tr> <td> <font color=white> This is line 4 </font> </td> </tr> <td> <font color=white> This is line 5 </font> </td> </table> </tr> </table> </td> </tr> <tr> <td> <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber4" height="529"> <tr> <td width="100%" height="529"> <p align="center"> <img border="0" src="../Project%201/images/Pano%20frame%20together%20jpg.jpg" width="833" height="432"></td> <img src="../Project%201/Pano%201Templet%201Size" width="743" height="504'></td> <img src="../Project%201floor%201plan%201templet%201size" width="259" height="506"></td> </tr> </table> </td> </tr> <tr> <td colspan=3 align=center> <font color=white> <p>applet begin </p> </font > <applet code="ptviewer.class" archive="ptviewer.jar" width=700 height=300> <param name=file value="kivaentrypano.jpg"> <param name=cursor value="MOVE"> <param name=pan value=60> <param name=showToolbar value="false"> <param name=imgLoadFeedback value="true"> <param name=auto value=-0.1> <param name="autoTime" value=220> <param name=hotspot0 value="X50 Y50 u'kivacomputerrm' n'Click me'"> </applet> <font color=white> <p>applet end </p> </font > </td> </tr> </table> </body> </html> </body> </html>


Reply With Quote


Bookmarks