The only Yahoo Map component I know of for Flash CS3 is Actionscript 2.0 In order to use it you need to open a new Actionscript 2.0 project. If you have...
I'm excited Y! is going in the flex direction. As a brand new Flex user, and a brand new Yahoo API user, I do have some positive deltas/proactive criticisms. ...
Hi All, Does anyone know how to display the traffic flow speeds on a Flash Map? I can get the Traffic Overlay to work and show traffic incidents, but would...
Yhossie, I've made a few changes that should make your code work as desired. var i:int; var C:Number; var D:Number; function Try(event:MouseEvent):void { var...
Hi, I downloaded the AS3 version of Yahoo Maps... I am using the example Application and i have added a new context menu entry called "AboutMe" but what i...
Hello, I downloaded the Yahoo! flex skin and used it to skin an existing flex project of mine. However, upon clicking anywhere in the swf, I'm getting an...
Hi everyone! I am new to using the Flash component Tree but since it only exists in the AS2 i downloaded the Yahoo-Tree instead so i could use it in AS3. The...
Hello All, I am hoping that someone on the developer group might be able to provide some assistance. I need to display a simple map in IE based on name /...
Hi Tobias, By default, the tree uses the "label" attribute of the XML nodes to generate the labels. If the name of the attribute you want to use is different,...
I have a question regarding the LineChart package. I am using it for a project however there seems to be a bug, when the values are exactly the same, there...
Hi, I am trying to make YAHOO charts to highlight the current zone clicked. So far i have managed to capture the click event on the chart with: function...
Hi all, I am just getting started with the new yahoo maps api for as3. It is great Yahoo has released this. While trying it I had the impression that the map...
Hi and thank you for the response! It worked fine to use the predefined function for that purpose. But instead i am now stuck on something else. What if i just...
You could try building a custom ISeriesItemRenderer that handles selection. However, renderers are often reused and you'd need to account for that. To do it...
Can someone tell me what might be wrong I am using the new AS3 maps component and keep getting errors in the Flex Builder? When I call the constructor I get a...
Perhaps I'm utilizing it incorrectly but everytime (and every place) I attempt to use setZoomRange it doesn't seem to do much. The only thing I have found...
Hello, I trying to do something that I thought would be very simple but its turned out to be a real nightmare. All I want to do is Overlay an Image ontop of...
I'm using the AS3 Yahoo! maps API in Flash CS3. There are 2 event listeners setup to detect when map starts or stops being dragged. MAP_DRAG_STOP works fine...
Could the fix maybe involve using a marker instead of a overlay? I haven't looked at custom markers yet and weather or not you can use an image as a marker. ...
Does anyone have any experience with the Astra Charts flash components? I am trying to get the x-axis labels to display vertically. Here's the code i'm using...
I think your problem is that you're misusing the overlay class. It's meant to hold vector shapes (and presumably text to label those shapes). Using a marker...
The orientation property refers to whether the axis itself is displayed vertically or horizontally. Currently, there is no way to change the orientation of the...
Hello, I'm using the tabBar and I can't seem to set the text format of the buttons. It's driving me crazzzzzy. var menuFmt:TextFormat = new TextFormat(); ...
Good find. This is a bug. It should be fixed in the next version. As a workaround, you should be able to go through StyleManager.setComponentStyle() to change...
I also found another I think. in TabBar.as public function set focusIndex(value:int):void If you set the selectedIndex larger then 0 you get a error. ...
Ok! thanks Josh... if you have a short term solution for this (cause im using it in an actual proyect) it would be great... or please tell in witch class or ...