Need VE version 3 JavaScript file  
Author Message
Kooki





PostPosted: Virtual Earth: Map Control Development, Need VE version 3 JavaScript file Top

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



Windows Live Developer Forums11  
 
 
demmith





PostPosted: Virtual Earth: Map Control Development, Need VE version 3 JavaScript file Top

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();

 
 
slipjack





PostPosted: Virtual Earth: Map Control Development, Need VE version 3 JavaScript file Top

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

 
 
ramcnu





PostPosted: Virtual Earth: Map Control Development, Need VE version 3 JavaScript file Top

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