mahesh

Members
  • Content count

    60
  • Joined

  • Last visited

Posts posted by mahesh


  1. Thanks for the reply.

     

    When we use swfobject2.0 we use:

     

     

     

    var flashvars = {};

     

    flashvars.xmlPath = "Data.xml";

     

    swfobject.embedSWF("FCMap_World.swf", "flashcontent", "580", "350", "9.0.0", flashvars);

     

     

     

    This is working in my simple HTML file bot not working with my J2EE application's jsp file.

     

     

     

    Do you have any idea about that????

     

     

     

    Thanks

     

    Mahesh


  2. This the only thing i am worried about. When i am using link='http://www.google.com' it is not working even when i am trying to make the entire map clickable using clickURL='http://www.google.com' in tag, it is not working at all. By doing just hit and trials, i made this like link='http:/www.google.com' in simple html, it started working. I got surprised. and used same clickURL='http://www.google.com' and the entire maps was clickable and redirect me to google.com by this single '/':hehe:. OK. But when i am using the same code in my j2ee tag file, both things http:// and http:/ are not working. It creates a lot of headache to me. Please help to solve the issue.

     

     

     

    OK let me make you clear that http:// and http:/ both are not working in my j2ee application that used a jsp and tag file. AND with only simple HTML http:/ is working not http://

     

     

     

    Thanks

     

    Mahesh


  3. Thanks Sudipto for the information.

     

    Ok i have done the same thing. And please get the attached txt file that contains the actual xml data. Please have a look nand let me know where i am wrong. When i am using simple html it works with link='http:/www.google.com' but when i am using this in my j2ee application, it is not working.

     

     

     

    Please help me.

     

     

     

    Thanks

     

    Mahesh

    mapData.txt


  4. when i am trying to use link='www.google.com' (Without 'http://') it is taking the relative path which tries to find www.google.com inside the Root dir in which my html lies. It is not takin the request with absolute path which should be htt://www.google.com

     

     

     

    Can anyone please help me to sort out the thing??

     

     

     

    Thanks

     

    Mahesh