0

一部のフラッシュ変数を指定する必要がある swf を埋め込みたいと考えています。フレックスでこれを行うにはどうすればよいですか。私がどのようにswfを埋め込んでいるか、以下をご覧ください。ありがとうございました。

 [Embed ("includes/motion_guide.swf" )]
   private var swfClass:Class;


 var ll:LatLng = new LatLng(-27.99, 26.57);
 this.myPoint = new Poi(ll);
 this.myPoint.rolloverAndInfoTitleText = "Click Me";
 var myIcon:ImageMapIcon = new ImageMapIcon();
 myIcon.setImageURL("path",30,30);
 this.myPoint.icon = myIcon;
 this.myPoint.infoContent = (new swfClass());
 this.myMap.addShape(myPoint); 
4

0 に答える 0