ActionScript 3.0 :: Custom Markers In Yahoo Maps?

Jan 31, 2011

I am changing over one of my projects from google maps to yahoo maps and was wondering who out there has experience with the yahoo maps api. Below you will see the code i was using with the google maps api to create custom markers using a library item as that marker. The library asset has some variables that need to be defined as you will see in the first part of my for loop. and this function needs to clear all the previously created overlays, before the for loop is run.

[Code]...

View 0 Replies


Similar Posts:


ActionScript 2.0 :: XML Yahoo Maps API?

Feb 13, 2007

im having a little trouble with the maps api, im trying to make is so that the map reads addresses from an xml file and updates it on the map

[Code]...

View 1 Replies

Flash Yahoo Maps Has Stopped Working?

May 11, 2010

In the past week it appears that Yahoo has changed their crossdomain file to only accept Yahoo domains [URL]This is causing my applications that use Yahoo Maps to stop working (i.e. security exception). I cannot proxy the calls to Yahoo because the URL is embedded in the MXP file that Yahoo distributes.

View 1 Replies

ActionScript 2.0 :: Yahoo Maps Text Not Showing

Oct 31, 2008

My problem occurrs when I change the yahoo written example:
[AS]
import com.yahoo.maps.tools.PanTool;
import com.yahoo.maps.markers.CustomPOIMarker;
myMap.addEventListener("initialize", onInitMap);
function onInitMap(event:Object):Void {
var panToolanTool = new PanTool();
[Code] .....
Ive taken out the EventListener as it never picked up onInitMap() and displayed the map without it, maybe this is where the problem is? It even recognises the text if you put lots of text into the description, as in it make the bubble alot wider but just doesn't show the actual text.

View 1 Replies

Flex :: Adding Google Maps Markers By An Address Instead Of Coordinates?

Apr 12, 2011

In my Flex project, can I add markers by its address instead of this:var myGeographicCoordinates:LatLng = new LatLng(myLatitude, myLongitude);for example add marker by "Paris, France"

View 2 Replies

Actionscript :: Google Maps - Flex Multiple Markers Not Matching Tooltip Or Lat Lng?

Dec 17, 2011

I had this same issue when I created an application using google's javascript API and the solution was to have closure on the callback function creating the multiple markers.I can not seem to find an example for making multiple custom markers, with anything other than using some random math function to create the multiple markers.

GlobalVars is a class that contains static public var types to keep up with however many addressess, lats, lngs, etc...I have tried using markermanager but it has some issues that I finally just gave up on. Starting with

retrieveLatLngAddress.addEventListener(GeocodingEvent.GEOCODING_SUCCESS, function(event:GeocodingEvent):void{

This is where I begin geocoding by address, rather than using an httpservice, as I was doing before, but I ran into issues of one httpservice result would return faster than another, which would in turn place the wrong data with the wrong marker.

Obviously, I have not found a solution, because this way is doing the same thing.Question being, how can I retrieve multiple markers info and keep all the markeroptions in order with the information being returned.

Here's the code:

public function makeMultipleMarkers(destinationAllObj:Object):void {
removeRouteMarkers();
myMarkers = [];
GlobalVars.myIcon = [];

[code]....

View 1 Replies

Flex :: Do Google Maps Flash API Markers Fire Event When Added To Stage?

Apr 1, 2010

With the Google Maps Flash API, I want to add an event listener which fires when the Marker is added to the Map using
map.addOverlay();
Event.ADDED_TO_STAGE
is not fired, though it seems logical. What are the alternatives?

View 1 Replies

Flex :: Google Maps & Flex: Clearing Markers

May 11, 2011

I'm using Google Maps with Flex 3. I'm having problems clearing markers. Users can select which data they want marked on the map by selecting an item in a comboBox. I also have a button that clears the markers:

[Code]...

View 1 Replies

ActionScript 3.0 :: Google Maps Custom Icon

Jun 30, 2010

I have made a custom icon for flash googlemaps; however, now the infowindow does not line up with the marker as it does with the default marker; my custom marker, mc_marker, is positioned with the 'point' at (0,0); I have been unable to find any rules for creating custom markers ... seems like a no-brainer;

View 4 Replies

Flash :: Flex - Google Maps API Custom Content

Oct 31, 2010

I am creating a little map app where you are given information, video and images regarding different campuses in a university. I am using the customContent method to insert video player object into the infoWindow but when I do this it gets rid of my text content and becomes the only visible thing to the user. How Can I work around this and have both text and video in the infoWindow? Demo link

[Code]...

View 1 Replies

Actionscript 3 :: Create Custom Marker In Google Maps For Flex

Mar 2, 2011

I have to create a marker with 3 triangles at 120 degrees with each other. The fill colour of the three triangles will be different (to be decided depending upon the value of some other variable).

Google Maps can accept DisplayObjects as markers. How do I go about creating one manually?

View 1 Replies

Actionscript 3 :: Display Custom Tile For Missing Tiles In Google Maps App

Mar 16, 2010

I am working with google maps in flash, and i would like to know how to serve up my own image tile for the "we have no imagery at this zoom level..." error. I dont want to serve up an entire map of images - just for the times when google has no image does the tile layer base dispatch an event? (i couldnt find any in the api) is there a method that can be overridden by extending the tilelayerbase class

View 1 Replies

Actionscript 3 :: Load Marker Data To Google Flash Maps MXML Custom InfoWindow

May 12, 2011

I tried to adopt this recipe by shane doolan see below(source: [URL]). I could pull data from mysql with php (like so [URL]) and overlay on the map however I couldn't get the data load too the mxml custom infowindow when clicking on markers. Here's the mxml application:

[Code]...

View 1 Replies

Flex :: Library To Create Schematic Maps (ie - Tube - Metro Maps) In Flash

Jun 21, 2011

I have a project that requires me to create interactive schematic maps for rail networks. Something along the lines of London's tube map (Not the tube map itself. Are there any flash libraries out there that can assist with this sort of thing?

View 1 Replies

Actionscript 3.0 :: Pulling Info From Google Maps Into Maps Api?

Sep 9, 2009

I have created a site for my relative's garden. They have already registered there location and info with google maps and I have already installed the api in the site. I also, already have the map located on their location with an pin over it, but I was trying to figure out how to make the map pull the information that pops up when you click that pin. Do I need to create that myself or is there a way I can pull that from google? Here is a link to the site: [URL]

View 1 Replies

Flash :: Loading "maps" Rss From Google Maps?

Dec 16, 2009

I creating a flash app that loads a RSS of a plublic map with a custom route path and draws lines from the coordinates on a Away3D Sphere.It works preety well when I'm testing locally, but when I publish online, the app can't load the RSS. I think Google Maps disable access from other domains.Does anyone knows another way to access this map RSS directly from google? Now to fix this, I'm hosting the RSS.

View 2 Replies

Markers On A Google Map?

Oct 13, 2009

I am working on a map for my company and have been using some tutorials and sample code I've found. All has been going well until I try to use an original marker. When I add the line of code into the marker object the map draws a blank.
 
so, this code works fine and uses the default marker when using the line below.
 
var m:Marker = new Marker(new LatLng(33.38298626887102, -86.67185000000000)); map.addOverlay(m);
 
But when I add the suggested code pasted below from Layers Magazine for adding an original marker, which is a movie clip in my library names 'marker', the map no longer works.

[Code]...

View 1 Replies

Generate Markers In Flash?

Mar 9, 2011

a very simple, basic question (unfortunetely I forgot this): how can you generate markers in flash?, in a frame in the timeline.

View 1 Replies

ActionScript 3.0 :: MouseEvent For Google Map Api Markers

May 4, 2010

How do I apply AS3 mouseevent to the Markers?

ActionScript Code:
GEvent.addListener(marker, "mouseover", function() {markerClick()});
function markerClick():void {
trace("You clicked the map.");
}

View 0 Replies

ActionScript 3.0 :: Display Markers Into Google Map?

Nov 7, 2009

I'm having an issue to display markers into google map. I use XML to parse those markers.

**Flash gives me that error msg:TypeError: Error #1009: Cannot access a property or method of a null object reference.However I can see Latitude and Longitude display while traced them...

Code:
package
{
import flash.display.Sprite;[code]....

View 1 Replies

ActionScript 2.0 :: Set Multiple Measurement Markers In Flash App?

Nov 18, 2005

I need to set multiple measurement markers in my Flash app. It measures distance between them.

The problem I'm experiencing is that I can not refer to MC that I create at runtime with createEmptyMovieClip. It's got a name "marker1_mc". Then I need to create secont with name "marker2_mc". They're created fine but I cannot refer to their methods to draw a marker line. I can draw line only if I'm creating only one movie and refering to it's methods. How can I add more marker pairs to calculate more than one distance?

values.markers[markerNum] = new Array();
values.markers[markerNum].markerStartX = markerStartX;
values.markers[markerNum].markerStartY = markerStartY;
values.markers[markerNum].markerName = "markerLine"+markerNum+"_mc";

[Code].....

View 3 Replies

ActionScript 2.0 :: Next Level Markers - Make A Object Only Appear?

Jun 3, 2009

Im trying to make a object only appear when you have collect enough coins. How could i do this?

View 2 Replies

ActionScript 3.0 :: Flash Isometric Location Markers

May 16, 2011

because I can't seem to do it myseld

View 1 Replies

Actionscript :: Disable Warnings Or Just The Yellow Markers In The Scrollbar?

Aug 18, 2011

IntelliJ displays yellow markers in the scrollbar on the right for warnings. Is there a way to disable warnings or just the yellow markers in the scrollbar?Follow-up: The file in question is from Adobe Flex SDK 4.1 frameworks/projects/framework/src/mx/controls/listClasses/ListBase.as. I have all inspections disabled. I've also disabled the JavaScript Intention Power Pack plugin. I have Highlighting Level set to None. With all this I still see warnings.

View 2 Replies

Eclipse :: Question Marks In Files But No Errors In Markers?

Nov 21, 2011

I am using Eclipse to work on a large Flex project. Whenever I have an error in an actionscript file, it shows nothing in the "Flex Errors" section of Markers but when I open the file that has the error it shows a question mark next to the line where the error actually is.Is there a way to show these questions marks in the markers section of Eclipse?

View 1 Replies

Getting An API To Implement Yahoo Chat In Flex?

May 20, 2009

Is there an API to implement Yahoo chat in Flex? Or at least some calls?

View 3 Replies

ActionScript 2.0 :: Yahoo Messenger To Flash Web?

Oct 16, 2010

I'm currently working on a Flash website project that uses Yahoo messenger.Can we put a Yahoo Messenger on a Flash Website?If just like a HTML website i know it can, but i don't know if we can use the YM like chat with me in a flash website..

View 1 Replies

Flash SEO / Ability For Be Indexed By Google And Yahoo

Nov 19, 2009

I need some brilliant Flash experts to weight in on an article we wrote at the advertising agency I work for. We put an article together about the ability for Flash to be indexed by Google and Yahoo. It's a two sided debate between Search Engine Optimization (SEO) guys and Flash guys. SEO is killing Flash right now in the debate.[URL]

View 1 Replies

ActionScript 3.0 :: Loading Yahoo Finance Data Into SWF?

Dec 14, 2011

I'm able to format and display the text within my swf, however once its uploaded to the internet - the text either won't show up, or the flash player shows a security error "flash player is trying to communicate withI've tried to feed the data through to my own domain, but I'm not sure how to program for it. I've found php examples online, but I'm not sure how to implement them either. I need the stock quote price to display and update either once a day, or only when the swf loads. Currently I'm using the following code to retrieve the data (within flash):

fl_TextLoader:URLLoader = new URLLoader();
var fl_TextURLRequest:URLRequest = new URLRequest("http://finance.yahoo.com/d/quotes.csv?s=SNA.V&f=l1sd1");

[code].....

View 3 Replies

Gui - Location Of Yahoo Astra Flash Componenents Zip?

Jul 21, 2011

http:[url]....Is a 404 page. Does anyone know the location of the file?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved