ActionScript 3.0 :: Google Map API - How To Put Title In Marker

Dec 18, 2009

I am using google map api. Is there any way to put title in marker?

View 1 Replies


Similar Posts:


Add A Polygon As A Marker In Google Maps Flash Api?

May 9, 2011

I am creating a project in Flash using the Google Maps API and docs. I'm trying to add a marker to the map, which is draggable but I don't want it to look like the standard Google Maps bubble-style marker. Is it possible to have a custom polygon or image but still keep the draggability?

View 2 Replies

Events - Flash Google Maps: Get Id Of A Marker OnClick

Jul 19, 2011

In Google Maps Flash API, When the user clicks, or hovers on a marker, is there a way to dispatch an event containing the ID or lat/lon so this info can be used by the application?

View 1 Replies

ActionScript 3.0 :: Identifying Marker Overlay In Google Maps

Jan 12, 2011

how to identify which marker overlay is being clicked.

I've looked up solutions online and the only thing that ever traces back for me is [object Marker] I need a way to identify the marker icon and manipulate the icon.

this is the marker code:

ActionScript Code:
function createMarker(latlng:LatLng, number:Number, tip, myTitle, myContent):Marker {
trace(this);

[Code]....

View 1 Replies

Flex :: Create A Flat Marker In Google Maps 3d Flash Api?

Oct 5, 2009

When using map3d, the default marker creation is always perpendicular to the viewport. How can I create a marker that lays down flat against the map? I can't use GroundOverlay because it becomes overly tiny when the map is zoomed out. How can I create a matrix3d object that will rotate/scale/skew my Marker's foreground DisplayObject so it remains flat against the map when in perspective mode?

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.0 :: Place A Movieclip Button As A Marker Using Google Maps API

Mar 12, 2012

Place a movieclip button as a marker using Google Maps API

View 0 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 :: Use Standard Map Marker Instead Of Custom Marker?

May 10, 2011

I'm using Google Maps with Flex 3. I'm using custom markers (custom icons) to mark places on the map. It works fine. The problem is that in some cases, I don't need a custom icon, I need the standard marker.

For example, how would I set condition C's icon to the standard marker:

public function iconSetter():void {
if (condition A blah blah){myIcon=star; myPointsBuilder(); return;}
if (condition B blah blah){myIcon=circle; myPointsBuilder(); return;}

[Code].....

I don't know how to revert to the default marker where I wrote "STANDARD MARKER".

View 1 Replies

ActionScript 2.0 :: Projector - Change The Icon And The Title In The Title Bar?

Apr 11, 2006

is it possible to change the icon and the title in the title bar? are there any opensource or low cost ways (prehaps software with a education licence) to change the apperance of the projector window.. like for example itunes, breaks out of windows xp standard UI

View 2 Replies

ActionScript 3.0 :: Loading Image Title To Title?

May 5, 2011

how can i load large image? i used a Zoomify for solve this problem but there are another problem that i don't like to use it. can i do it in as3? like loading image title to title?

View 2 Replies

ActionScript 2.0 :: Page Title - When Click On One Of The Menu Items, Page Title Should Change?

Nov 6, 2010

I'm trying to edit a Flash file, that get it's data from and XML file.Now when you click on one of the menu items, the page + page title should change, but somehow the page title remains the same. (at least for the first 3 menu items) But when you go to the last menu item and then back to one of the first 3 menu items, the correct page title is shown.I'm no flash / AS expert, so I can't really find out what the problem is, but it seems like it has something to do with this function

Code:
_root.getCurrentText(thisText0, _parent.num);

View 4 Replies

Flex :: Dynamic Filtering (like Google's Or Google Finance)

Jun 21, 2010

I wanted to put a search box in my flex app that would act just like google or google finance: you start typing and a drop down list just below starts filtering the results dynamically. Does anyone know how to do this in flex? I am using flex and php so as the user types it will pull results off the server dynamically.

View 1 Replies

Professional :: Put A Marker On The Timeline?

Sep 21, 2011

Is it possible to put some sort of a marker along the timeline on a certain frame? I want to select all the frames of all my layers within a certain range so I can paste them in a new document,

View 5 Replies

ActionScript 2.0 :: Targeting - Tell Another MC To Go To A Marker On Its Timeline

Feb 20, 2006

I have a MC with buttons in it. When the button is pressed, I need to tell another MC to go to a marker on its timeline. Do i target the MC name (from the library) or the instance name? would it be something like Code: _root.mc1.mc2.mc3.gotoAndPlay("label");

View 4 Replies

ActionScript 2.0 :: Leave A Marker Where The Mouse Has Been Clicked?

Oct 18, 2011

I have created a movie that requires the user to click on two points on an image. I want a visual indication to appear (eg a marker of some sort) to appear on the first and second click. Is this possible?

View 21 Replies

Actionscript :: Flex Validator - Remove The Red Marker?

Jan 13, 2011

I'm working with flex 3.5 and I have a problem with a validator. I have a field that dynamically has o has not an asigned validator, the problem is that in a specific moment the field haven't the validator assigned but the textInput had a red border.I dont know what do I have to remove the red marker?Here is an example of my validator: This is the validator:

<mx:CreditCardValidator id="ccV"
cardTypeSource="{cardTypeCbx.selectedItem}"
cardTypeProperty="data"[code].........

And I have a button that been enable or disable because it has a binding with a boolean var isFormValid.The most weird thing is that when remove the validator the button becomes enables but the red border is still in the textInput.

View 1 Replies

ActionScript 3.0 :: Adding Movie Clip And Going To A Marker

Jan 1, 2012

I've added a movie clip i've created to the stage and it works fine... the movie clip has 4 frame labels inside it with different content on each label. The main timeline has 4 buttons and I want to be able to click one of these buttons, it will load the movie clip (which it currently does) but goto a specific frame label within the movie clip. The below is a sample of the code from one of the buttons.

[Code]...

View 6 Replies

ActionScript 1/2 :: Randomly Choosing Next Marker To Jump To And Play?

Sep 16, 2009

I'm interested in understanding the ActionScript 2 code that will allow a random decision on the next marker to jump to. I have five markers on a time line and want the movie to stop after playing a sequence of elements, then randomly choose the next marker to jump to and play, this would continue forever.The goal is to communicate a few concepts without starting from the same concept every time in a linear manner.

View 6 Replies

Php :: Flex - Image Serving Extraneous Bytes Before Marker?

Nov 7, 2010

I'm desperately trying to solve this one. I have a bunch of files stored outside of the webroot and I need to serve them to a user after a few auth checks. These files have been uploaded using a Flex application or have just been manually uploaded through FTP. I have a serving script that looks something like:

[Code]...

I imagine this could be on the Flash side, but honestly it's dirt simple. I just don't see where the extra data is coming in, and why its corrupting the file. Anyone know why this is happening? or better yet, how I can clean these files up now?

View 1 Replies

Actionscript 3 :: 3D Object In FLARToolKit Keep Appearing Even Though There Is No Marker Detected

Aug 11, 2011

I have another (newbie) question about FLARToolKit.This is Lee Brimelow's code to make 3 boxes on top of the marker.

package {
import flash.display.BitmapData;
import flash.display.Sprite;
import flash.events.Event;

[Code]...

the flaw of this code is, after the marker detected, yes, the 3D object got rendered. but after the marker were not detected, the object still appeared on the screen (even though it did not move)

View 1 Replies

Flex :: A Custom Embedded Marker For A LegendItem In A Chart?

Aug 15, 2011

I've been working with the flex charting component and I want to embed a custom icon for the marker in the legend. I've run into some strange behaviour where if set directly the icon is mirrored and the text is misaligned but if created using the a class factory and the legendMarkerRenderer property the component renders fine. I've included a snippet to illustrate the problem below. Working around this problem may be possible but I'm curious if anyone has an explanation as to what could be going on here. Additional info: Flex SDK 4.5.0.20967, FlashBuilder 4.5This is the output of the below snippet:

<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:s="library://ns.adobe.com/flex/spark">
<fx:Script>

[code]......

View 1 Replies

ActionScript 2.0 :: Marker Based Augmented Reality Start?

Sep 22, 2011

I'm looking into producing a relatively basic augmented reality web app where a user can print out a pre-made marker, which when held infront of their webcam and viewed through the app will display an object on top which the user can move around and explore. Something very similar to this: [URL] but with a simpler model. I have absolutely no idea where to start and am struggling to find any decent sources online.

View 0 Replies

ActionScript 2.0 :: Loadmovie - Goto A Specific Marker Within The External .swf

Sep 12, 2006

I am loading a external swf into a MC "m_loader" but i want to go to a specific marker within the external .swf (Marker "m1q1"), i can load the .SWF fine but how do i go to specific place currently using the following AS.

[Code]...

View 1 Replies

ActionScript 2.0 :: Listbox / Select - MovieClip Jumps To Marker On Map

Feb 27, 2007

I have a list of street names. I need to get them into a listbox, so when you select one, a MovieClip (let's call it "my_mc1"), jumps to a marker on the map. Each marker has it's own coordinates ( x, y ) and InstanceName ("mr1" , "mr2", 'mr3' ...). So, I need a MovieClip that jumps to a point when a street is selected in a listbox.

View 1 Replies

ActionScript 3.0 :: Unloads The Movieplayer .swf And Forwards The Main .swf To A New Frame Marker?

Jun 8, 2010

I have AS2 code that does the following:

1. The Main .swf loads a new .swf into a higher layer (level5)

2. That new .swf is a holder for a movie controls - which play through the quicktime and...

3. At the end of the movie there is code that Unloads the movieplayer .swf and forwards the Main .swf to a new frame marker.

I now need to change this to AS3.My loading code in the Main .swf for AS3 is this (and it seems to work fine):

Actionscript Code:

var MOVIEloader:Loader = new Loader();MOVIEloader.load(new URLRequest("ANIMATION_01.swf"));MOVIEloader.x = 0;MOVIEloader.y = 0;addChild(MOVIEloader)[code]...........

View 1 Replies

ActionScript 2.0 :: Play Control - Movie Skips To Next Marker On Click

Dec 9, 2003

Is it possible to make a button that when clicked skips the movie to the next marker (as opposed to the next frame or scene).

View 2 Replies

ActionScript 3.0 :: Page Marker/slider Moves Over But Won't Move With A Button Select?

Nov 20, 2010

The whole slider moves over to the left as soon as I mouse over any button I don't know why and it wont move when i click on a certain button?

[Code]...

View 30 Replies

Actionscript :: Using Googles Directions To Retrieve A LatLng To Add Markers - It's Only Returning One Marker?

Dec 5, 2011

I have made multiple markers via javascript, but trying to do the same in actionscript is proving to be quite challenging.I am using googles directions to retrieve a LatLng to add markers, but it's only returning one marker. Either the first or the second.Within my init function are the markers address array and call to return LatLng from directions. Basically placing the start and end as the same to place the marker.

markers = ['11030 Hartsook st, North Hollywood, CA','15713 Ventura blvd, Encino, CA'];
for (var i:Number = 0; i < markers.length; ++i) {
from.text=markers[i];[code]......

View 1 Replies

ActionScript 3.0 :: Send A Value From One Of My Xml Nodes (<marker>) By Declaring It In A Function 'showData' As A Variable 'XMLMarker'?

Jul 30, 2009

I am trying to send a value from one of my xml nodes (<marker>) by declaring it in a function 'showData' as a variable 'XMLMarker'. If I trace this value (XMLmarker) it returns the right data found in the node <marker> (which is 'myMarker_mc'). However, I need to tell the stage that myMarker_mc is a MovieClip...please see the 'PROBLEM' stated in the code below.

[Code]....

View 0 Replies







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