Recent activity
Subscribe to this feed
honyfox reported a problem in Modest Maps on April 02, 2008 16:12:
how to get markerpoint event?hi, in your sample, i dont understand why i cant get events by this way:
private function markerOverHandler(event:MouseEvent):void{
trace(event.currentTarget.title)
}
if there is a way to do this?
i'm wait for your help, thanks!
honyfox asked a question in Modest Maps on March 09, 2008 10:31:
How to have a loading bar for ModestMap?I want have a loading bar for the ModestMap, i tried to write code like this:
var txt:TextField = new TextField();
txt.x = 100;
txt.y = 100;
addChild(txt);
this.loaderInfo.addEventListener(ProgressEvent.PROGRESS,loadingHandler);
function loadingHandler(event:ProgressEvent):void {
var loadInfo:uint = (event.bytesLoaded / event.bytesTotal)*100;
txt.text = String("loading:" + loadInfo + "%");
}
but it does not work, until the load finished, the txt cant be visible, i dont know why.
if i want this bar in flash cs3, how should i do ?
waiting your help, thanks!
honyfox replied on March 09, 2008 10:23 to the question "How to make tiles of very big file?" in Modest Maps:
honyfox replied on March 05, 2008 10:11 to the question "How to make tiles of very big file?" in Modest Maps:
honyfox asked a question in Modest Maps on March 02, 2008 23:23:
How to make tiles of very big file?I have a very big map,but i found that i couldnt save it as *.jpeg file(if the file of map is over 30000*30000, photoshop can only save it as *.raw,*.tif,*.psb ),so i couldnt convert it to tiles by Zoomify.
But i think there must be some way to do it,just as the google maps and so on.
How i can do it,please help me,thanks a lot!
honyfox replied on March 01, 2008 00:40 to the question "Is the Modest Maps free for commerce" in Modest Maps:
honyfox asked a question in Modest Maps on February 29, 2008 23:48:
Is the Modest Maps free for commerceI want to ask if the Modest Maps free for some business purpose? do you provide more technical support?
honyfox replied on February 29, 2008 23:44 to the question "flash cs3 crashes" in Modest Maps:
i think the Modest Maps is very perfect and its just some very small bug when debugging at different computer environments.
the problem doesnt happen when the tiles be loading and leave it open for a while,it just always happens when the flash is generating the swf file,so i think your are right -- the problem is just about adobe flash issues.
honyfox replied on February 12, 2008 05:39 to the question "flash cs3 crashes" in Modest Maps:
Loading Profile...
