【发布时间】:2012-09-19 23:11:15
【问题描述】:
我正在尝试在 Flash Builder 中将 flex iframe 与 Adobe Flex 项目一起使用,并且我已经通过 Project -> Properties -> Library Path -> Add SWC Folder 添加了该库,但我仍然收到错误 The prefix "flexiframe" for element "flexiframe:IFrame" is not bound,就好像我没有链接它一样。
<flexiframe:IFrame id="googleIFrame"
label="Google"
source="htp://google.com"
width="80%"
height="80%"/>
我对 Flex 非常陌生,我找不到任何好的资源。提前致谢。
【问题讨论】:
标签: iframe actionscript flex4 adobe flash-builder