Hi, I've this code:
var url:String = "http://foo.com/p.flv"; var v:FXVideo = new FXVideo(); // http://www.fxcomponents.com/item/flex-video-player/29/ v.source = url; v.width = 350; v.height = 280; infoWindowOptions.title = "asdfasdfasdfsdffdgsdfgasdfgadsfasdfasdfsadfsadfadf"; infoWindowOptions.width = 380; infoWindowOptions.height = 310; infoWindowOptions.drawDefaultFrame = true; infoWindowOptions.customContent = v; marker.addEventListener(MapMouseEvent.CLICK, function (e:MapMouseEvent):void { e.target.openInfoWindow(infoWindowOptions);}) It's works fine, after change in FXSlider.as: systemManager.addEventListener(MouseEvent.MOUSE_UP, onMouseUp); to addEventListener(MouseEvent.MOUSE_UP, onMouseUp); But, the title don't show it. I tried to put de VideoDisplay onto canvas, uicomponent... but, nothing... I've last swc, map_1_16.swc. Any ideas? Regards --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
