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.
我正在使用从 xml 文档中提取图像的 Flash Web 模板。单击图像后,我想从图像链接到网站的另一部分。
以下是文档中的一些示例代码:
<gallery id="1" name="public relations"> <image width="121" height="161" image="images/pr/pr_01.jpg"/>
我希望图像“pr_01.jpg 链接到一个 url。
这可能吗?
谢谢你。
我相信 xml 中的超链接标签是:
<test><xhtml:a href="link here">Test Link</xhtml:a></test>
至于单击图像时获取链接,以前没有这样做过。我会继续调查的。