Hello, are using Flash CS3 or CS4?
If so the way to make a butten in AS3 is:
1> make a function:
2> make a butten that calls this function.
1> function gotoLink (event: Event):void {
" your function here"
};
2>theLink.addEventListener (event:MouseEvent.CLICK, gotoLink);
For more info Google it or use the F1 help function in Flash.
Hope this helps.
--
You received this message because you are subscribed to the Google Groups
"Google Maps API For Flash" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-api-for-flash?hl=en.