Need VE version 3 JavaScript file

Hi,

I am doing development in VE version 2.0 by saving the javascript file "MapControls.js" to my local machine. to keep my code same I want to download VE Javascript file for version 3. It would be great help if someone will provide me with that file.

Thanks alot



Answer this question

Need VE version 3 JavaScript file

  • Loretta Fischer

    hi ,

    here u can get the map control for v3.

    open http://local.live.com/veapi.ashx file and save locally.

    rename it to Mapcontrol.js .

    good luck...

    thanks,

    ram


  • Jack M

    I have the same issue I think. The contents are not the actual v3 methods, but just a reference to another location.

  • iulmer

    Why can't you get it v3 examples clearly show http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js in the HEAD tag.

    The contents of mapcontrol.js are...

    function ____downloadMapControl()
    {
    document.write("<script type='text/javascript' src='http://local.live.com/veapi.ashx'></script>");
    };____downloadMapControl();

  • Need VE version 3 JavaScript file