FORUM

Map Navigator V3

Home / Forum / Components Discussions / Map Navigator V3

  • Hi!
    I have just bought your nice Map Navigator V3. It works really fine, can you suggest me how to change (in the fla file) the color of the Landmark tips (“Asia”, “Africa”, etc in the given example). And to open the links in the same window?
    Thank you.


    #  /  posted on Nov 11, 2009
  • To change the tooltip color, go to the library in the “Map Navigater V3.fla” and double click the “tipmc” movie clip, this clip contains a text field, you can change its color.


    To open the links in the same window, go to the library in the “Map Navigater V3.fla” and double click the “repere”, select the frame which is containing the Action Scipt, you will find some thing like this on the 16th line:


    getURL(String(xml.firstChild.childNodes[j].attributes.url), _blank);


    all you need to do is change the “_blank” to “_self” so u get:


    getURL(String(xml.firstChild.childNodes[j].attributes.url), _self);


    #  /  posted on Dec 01, 2009
  • Hi!
    I would like to use the map navigator V3 to show a country map. I have a few questions:-
    - Why doesn't the border of the swf file not appear when you zoom out completely?
    - I can't scroll through the map by using the mouse wheel
    - Is there a sixe limit to the swf file?
    - Can the zoom in be extended further?
    - Can I use an image rollover in the swf file when creating it in Flash?

    Regards,

    Jeeten
    #  /  posted on Jul 29, 2010
  • Hi This component works pretty well. I'm using it in a low power processor and it consumes too much CPU and freezes for some seconds even without drag or press the buutons Is there a way to decrease the CPU consumption?

    Regards

    Antonio


    #  /  posted on Mar 05, 2012
  • Hi antoni :)

    The way to decrease the CPU consumption is to use a low quality and small sized bitmab

    thanks for buying,any other questions are welcome :)


    #  /  posted on Mar 05, 2012

Please login to post replies.