Integrating a panoramic image viewer using Javascript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ashish tomar
    New Member
    • Jun 2007
    • 7

    Integrating a panoramic image viewer using Javascript

    please help me ??????

    I want to add a "Panorama Image Viewer" in my web so i have tried
    the code in

    http://javascript.inte rnet.com/miscellaneous/panoramic-image-viewer.html

    but i t iis giveing an javascript error "object espected in line no "478" i dont have deep knowledge of javascript so i am anable to solve the problem please help me.Thanks.

    Warm Reagard's
    Ashish Tomar
  • pbmods
    Recognized Expert Expert
    • Apr 2007
    • 5821

    #2
    Heya, Ashish.

    What do you want your code to do? Give an example.
    What is your code doing that you don't want it to do? Give an example.
    What is your code *not* doing that it is supposed to? Give an example.

    Comment

    • ashish tomar
      New Member
      • Jun 2007
      • 7

      #3
      Originally posted by pbmods
      Heya, Ashish.

      What do you want your code to do? Give an example.
      What is your code doing that you don't want it to do? Give an example.
      What is your code *not* doing that it is supposed to? Give an example.
      i am makeing a realstste web so i want to implement "panoramic-image-viewer"
      in my web page to see panoramic-images of property but the code in the following web is not working properly how can i see my panoramic-image from my web with the help of panoramic-image-viewer and where will i place the address of my panoramic-imagefile this code is not viewing the panoramic-image in "localhost" please tell me how can i implement it ??????


      is

      plese copy the code run it in your "localhost" than you will understand what i am saying

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        Originally posted by ashish tomar
        i am makeing a realstste web so i want to implement "panoramic-image-viewer"
        in my web page to see panoramic-images of property but the code in the following web is not working properly how can i see my panoramic-image from my web with the help of panoramic-image-viewer and where will i place the address of my panoramic-imagefile this code is not viewing the panoramic-image in "localhost" please tell me how can i implement it ??????


        is

        plese copy the code run it in your "localhost" than you will understand what i am saying
        Have you modified the original code?

        Comment

        • ashish tomar
          New Member
          • Jun 2007
          • 7

          #5
          Originally posted by acoder
          Have you modified the original code?
          yes i have change src near line no 532 that is stored in the same directiory and i think there is nothing to change.
          modified code is--
          [HTML]<TR>
          <TD><IMG id="ione" name="ione" src="PIV.jpg" border="1"></TD>

          <TD><IMG id="itwo" name="itwo" src="PIV.jpg" border="2"></TD>

          </TR>[/HTML]
          Last edited by acoder; Sep 19 '07, 11:20 AM. Reason: Added code tags

          Comment

          • acoder
            Recognized Expert MVP
            • Nov 2006
            • 16032

            #6
            Originally posted by ashish tomar
            yes i have change src near line no 532 that is stored in the same directiory and i think there is nothing to change.
            Right, have you got the original code working fine?

            Comment

            • ashish tomar
              New Member
              • Jun 2007
              • 7

              #7
              Originally posted by acoder
              Right, have you got the original code working fine?

              No my code is not working till now please send me you email id so that i can send you my code and "PIV.jpg" for testing please help me

              Comment

              • acoder
                Recognized Expert MVP
                • Nov 2006
                • 16032

                #8
                If you haven't got the original code working, there's no point in modifying it.

                You may have the modified library code missing. Download it from the author's website.

                Comment

                • ashish tomar
                  New Member
                  • Jun 2007
                  • 7

                  #9
                  Originally posted by acoder
                  If you haven't got the original code working, there's no point in modifying it.

                  You may have the modified library code missing. Download it from the author's website.

                  I have downloded it form authers web "http://krolik.net/PIV.jsp" please check and help me i am ating for you ........

                  Comment

                  • acoder
                    Recognized Expert MVP
                    • Nov 2006
                    • 16032

                    #10
                    Can you view the example on the linked page? If that works, then use a sample page with only that code and nothing else and then progressively make changes.

                    Comment

                    Working...