Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用 Flex 创建的 ArcGIS 地图。动态创建的标签是地图上的城镇。我们有一些 PDF 文件,其中包含有关地图上城镇的一些信息。
有没有办法让这些城镇标签可点击,以便他们可以在新页面上显示 PDF 信息?
有一种方法 :
var u:URLRequest=new URLRequest(pathToPdf); navigateToURL(u,"_blank");