|
|||
|
Trying to call up mappoint using ActiveX.
Here is the example they give for VB. Sub Form_Load() MappointControl1.NewMap geoMapNorthAmerica End Sub http://msdn.microsoft.com/library/de.../MPActiveX.asp Any suggestions? |
|
|||
|
We don't have the activex control, but you can try to call it in swfkit follow the steps
1. go to the "initialize" script, choose the command [main menu]->[tools]->[insert activex control] to insert the mapponit 04 activex control. 2. A line of code like "var var1 = createControl(...);" should have been inserted into the "initialize" script, before "return true"; 3. call the method of the activex control var1.activex.NewMap(/*geoMapNorthAmerica*/the value of geoMapNorthAmerica); |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|